/* Sizes */
/* Colors */
/* Color filters*/
/* Mixins */
/* Animations */
@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
body.transaction-page #content #pav-download,
body.pav-page #content #pav-download {
  padding: 0;
}
body.transaction-page #content #pav-download a,
body.pav-page #content #pav-download a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
}
body.transaction-page #content #content_header,
body.pav-page #content #content_header {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.transaction-page #content #content_header .header-tile,
body.pav-page #content #content_header .header-tile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
body.transaction-page #content #content_header .header-tile .data-table-form,
body.pav-page #content #content_header .header-tile .data-table-form {
  margin-top: 0;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 999px) {
  body.transaction-page #content #content_header,
  body.pav-page #content #content_header {
    height: auto;
  }
  body.transaction-page #content #content_header .header-tile,
  body.pav-page #content #content_header .header-tile {
    padding: 20px;
    flex-direction: column;
  }
  body.transaction-page #content #content_header .header-tile h1,
  body.pav-page #content #content_header .header-tile h1 {
    text-align: center;
    margin: 10px 0 20px 0;
  }
  body.transaction-page #content #content_header .header-tile .data-table-form,
  body.pav-page #content #content_header .header-tile .data-table-form {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.transaction-page #content #content_header .header-tile .data-table-form .form-input-row,
  body.pav-page #content #content_header .header-tile .data-table-form .form-input-row {
    width: auto;
  }
}
@media (max-width: 777px) {
  body.transaction-page #content #content_header .header-tile,
  body.pav-page #content #content_header .header-tile {
    padding: 20px 0;
  }
  body.transaction-page #content #content_header .header-tile .data-table-form .form-input-row,
  body.pav-page #content #content_header .header-tile .data-table-form .form-input-row {
    width: 100%;
  }
  body.transaction-page #content #content_header .header-tile .data-table-form .form-input-row .select-dropdown,
  body.pav-page #content #content_header .header-tile .data-table-form .form-input-row .select-dropdown {
    width: 100% !important;
    max-width: 100% !important;
  }
  body.transaction-page #content #content_header .header-tile .data-table-form .form-input-row .select-dropdown .select-options,
  body.pav-page #content #content_header .header-tile .data-table-form .form-input-row .select-dropdown .select-options {
    width: 100% !important;
  }
}

@media (max-width: 777px) {
  body.pav-page #content #content_header .header-tile .data-table-form {
    flex-direction: column;
  }
  body.pav-page #content #content_header .header-tile .data-table-form .print-form {
    align-self: center;
  }
  body.pav-page #content #content_header .header-tile .data-table-form .data-table-header-additional {
    flex-direction: column;
    margin-left: 0;
  }
  body.pav-page #content #content_header .header-tile .data-table-form .data-table-header-additional label {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.pav-page #content #content_header .header-tile .data-table-form .data-table-header-additional .Zebra_DatePicker_Icon_Wrapper {
    width: 100% !important;
  }
  body.pav-page #content #content_header .header-tile .data-table-form .data-table-header-additional .Zebra_DatePicker_Icon_Wrapper #pav-picker {
    width: 100% !important;
  }
}
.data-table-form {
  display: flex;
  gap: 1em;
  margin-top: 48px;
  flex-direction: row;
  flex-wrap: wrap;
}
.data-table-form .input-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.data-table-form .sort-direction {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.data-table-form .order-selection {
  height: 48px;
  min-width: 48px;
  width: 48px;
  position: relative;
}
.data-table-form .order-selection label {
  background: #f4f4f4;
  z-index: 8;
  border-radius: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-table-form .order-selection input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 10;
  opacity: 0.001;
}
.data-table-form .order-selection input:checked + label img {
  filter: brightness(0) invert(1);
}
.data-table-form .order-selection input:checked + label {
  background: #4B78EB;
}
.data-table-form .order-selection img {
  filter: brightness(0);
}
.data-table-form .select-container {
  height: 48px !important;
  width: fit-content;
  white-space: nowrap;
}
.data-table-form .select-container button {
  height: 48px !important;
}

.btn-form {
  height: 48px;
  min-width: 48px;
  width: 48px;
  position: relative;
  background: #f4f4f4;
  z-index: 8;
  border-radius: 8px;
  cursor: pointer;
}
.btn-form .svg {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  bottom: 12px;
  right: 12px;
  left: 12px;
  z-index: 9;
}

.data-table {
  width: 100%;
  border-spacing: 0 10px;
  border-collapse: separate;
  text-align: left;
}
.data-table tr {
  height: 8.1vh;
  min-height: 42px;
  max-height: 88px;
}
.data-table thead {
  vertical-align: bottom;
}
.data-table tbody td:first-child {
  border-radius: 10px 0 0 10px;
}
.data-table tbody td:last-child {
  border-radius: 0 10px 10px 0;
}
.data-table tbody td > * {
  vertical-align: middle;
  margin-right: 6px;
}
.data-table tbody tr {
  height: 8.1vh;
  background-color: white;
  margin-top: 16px;
  max-height: 88px;
}
.data-table td {
  white-space: nowrap;
  padding: 0 8px;
}
.data-table th {
  white-space: nowrap;
  padding: 0 8px;
}
.data-table th:first-child {
  padding-left: 8px;
}
.data-table th:last-child {
  padding-right: 8px;
}
.data-table .btn-download {
  margin: 0;
  padding: 0.4em;
  background: #f4f4f4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 6px;
}
.data-table .download-col {
  width: 48px;
}
.data-table .folder-link {
  display: flex;
}
.data-table .icon-col {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.data-table .icon-col .filename {
  flex-grow: 1;
}

.data-table-header-additional {
  display: flex;
  gap: 16px;
  flex-direction: row;
  margin-left: auto;
}
.data-table-header-additional label {
  display: flex;
  align-items: center;
}
.data-table-header-additional #pav-picker {
  width: 300px;
}

.data-table-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.data-table-wrapper .data-table-container {
  width: 100%;
  overflow-x: auto;
}
@media (min-width: 1500px) {
  .data-table-wrapper .data-table-container {
    margin: auto;
    max-width: 1500px;
  }
}
.data-table-wrapper .loading-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}

.load-more {
  display: none;
  align-self: center;
}

.btn-upload-file {
  display: flex;
  flex-direction: row;
  gap: 10px;
  background: #f4f4f4;
  border-radius: 8px;
  align-items: center;
  height: 16px;
  width: auto !important;
  cursor: pointer;
}
.btn-upload-file svg {
  width: 24px;
  height: 24px;
}
.btn-upload-file span {
  width: auto !important;
}

.progress-file-upload {
  width: 100%;
  display: none;
}

@media (min-width: 1300px) {
  #content.transactions .data-table-form .sort-group {
    margin-right: auto;
  }
}
@media (max-width: 420px) {
  #content.transactions .data-table-form .sort-group {
    flex-direction: column;
  }
}

#content.asset-details .data-table-form,
#content.periodic-valuations .data-table-form,
#content.files .data-table-form {
  flex-direction: row;
}
@media (max-width: 420px) {
  #content.asset-details .data-table-form,
  #content.periodic-valuations .data-table-form,
  #content.files .data-table-form {
    flex-direction: column;
  }
  #content.asset-details .data-table-form .sort-group,
  #content.periodic-valuations .data-table-form .sort-group,
  #content.files .data-table-form .sort-group {
    flex-direction: column;
  }
}
#content.asset-details .data-table-form .form-input-row,
#content.periodic-valuations .data-table-form .form-input-row,
#content.files .data-table-form .form-input-row {
  width: 100%;
}

@media not print {
  @media (max-width: 999px) {
    .data-table-form {
      flex-direction: column;
    }
    .data-table-form .form-input-row {
      width: 100%;
    }
    .data-table-wrapper {
      align-items: flex-start;
    }
    .data-table {
      border-spacing: 0 0;
    }
    .data-table tbody td:first-child {
      border-radius: 0;
      position: sticky;
      left: 0;
      z-index: 20;
      box-shadow: 2px 0 5px -2px #888;
    }
    .data-table tbody td:last-child {
      border-radius: 0;
    }
    .data-table tr:nth-child(odd) {
      background: white;
    }
    .data-table tr:nth-child(odd) td {
      background: white;
    }
    .data-table tr:nth-child(even) {
      background: #F4F4F4;
    }
    .data-table tr:nth-child(even) td {
      background: #F4F4F4;
    }
    .data-table tr th {
      background: #A9A9A9;
      color: white;
      vertical-align: middle;
      position: sticky;
      top: 0;
      z-index: 30;
    }
    .data-table tr th:first-child {
      border-radius: 0;
      position: sticky;
      left: 0;
      z-index: 50;
      box-shadow: 2px 0 5px -2px #888;
    }
  }
}

/*# sourceMappingURL=mamag-tables.css.map */
