@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700");
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 48;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  100% {
    -moz-transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotateY(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
h1 {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  margin: 0;
  padding: 10px 0;
}

h1, h2, strong, b {
  font-weight: 700;
}

.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  opacity: 0.7;
  z-index: 2;
}
.loading:after {
  content: "";
  position: absolute;
  background: transparent url("/images/glamworx_emblem.svg") no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 80px;
  margin: auto;
  display: block;
  opacity: 0.7;
  -webkit-animation: rotate 2s linear infinite;
  -moz-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  z-index: 3;
}

.ui-autocomplete {
  z-index: 1056;
}
.ui-autocomplete li {
  padding: 5px;
  line-height: 38px;
  font-weight: bold;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0 ease-in-out;
}
.ui-autocomplete li .ui-menu-item-wrapper {
  padding: 0;
  margin: 0;
}
.ui-autocomplete li .autocomplete-image {
  border: 1px solid #f0f0f0 !important;
  margin: 0 5px 0 0 !important;
  padding: 3px !important;
  width: 38px;
  height: 38px;
  display: inline-block;
  float: left;
}
.ui-autocomplete li .autocomplete-image span {
  display: block;
  margin: 3px auto;
  text-align: center;
}
.ui-autocomplete li .autocomplete-image.ui-state-active {
  background: transparent;
}
.ui-autocomplete li img {
  max-height: 30px;
  max-width: 30px;
  border: 0;
  float: left;
}
.ui-autocomplete li:hover, .ui-autocomplete li .ui-state-active {
  color: #ff7ba0;
  font-weight: bold;
  border: 0;
  background: transparent;
}

.ui-datepicker {
  z-index: 1056 !important;
}

.scroll {
  overflow: auto;
}

.tox.tox-tinymce {
  border-radius: 0;
}

.user-badge {
  line-height: 42px;
}
.user-badge .avatar {
  width: 42px;
  height: 42px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.user-badge span {
  font-weight: bold;
}

.mb-3.small-textinput input[type=text], .mb-3.small-textinput input[type=number] {
  width: 45px;
}
.mb-3.text-right input[type=text], .mb-3.text-right input[type=number] {
  text-align: right;
}

.lh-xl {
  line-height: 37px;
}

.form-switch {
  line-height: 26px;
}
.form-switch .form-check-input {
  width: 42px;
  height: 22px;
  margin-top: 2px;
  margin-right: 5px;
}
.form-switch .form-check-input:checked {
  background-color: #46b692;
  border-color: #389174;
}
.form-switch.form-enum {
  display: flex;
  padding-left: 0;
}
.form-switch.form-enum .form-check-input {
  margin-left: 5px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(62,127,199)'/></svg>");
}
.form-switch.form-enum .form-check-input:checked {
  background-color: #fff;
  border-color: #f0f0f0;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(62,127,199)'/></svg>");
}
.form-switch.form-enum .form-check-input:focus {
  background-color: #fff;
  border-color: #f0f0f0;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(62,127,199)'/></svg>");
}

.custom-file-label:after {
  height: 36px;
}

.material-symbols-outlined {
  display: inline-flex;
  vertical-align: top;
}

.alert {
  padding: 7px;
  border-radius: 12px;
}
.alert .material-symbols-outlined {
  margin: -2px 5px 0 0;
  float: left;
}

.input-group .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .input-group-text span {
  display: inline-block;
  padding-left: 5px;
}
.input-group .input-group-text span:empty {
  display: none;
}
.input-group .input-group-text .material-symbols-outlined {
  font-size: 20px;
}
.input-group.input-group-file {
  padding-top: 28px;
}

.contextCloseOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  display: none;
  z-index: 1;
  cursor: default;
}
.contextActive .contextCloseOverlay {
  display: block;
}

.contextWrap {
  position: relative;
  width: 30px;
  height: 40px;
  float: right;
}
.contextWrap .settings, .contextWrap .actions {
  width: 30px;
  height: 40px;
  line-height: 40px;
  font-family: "Material Symbols Outlined";
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #999999;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0 ease-in-out;
}
.contextWrap .settings:after, .contextWrap .actions:after {
  content: "\f013";
}
.contextWrap .actions {
  width: 30px;
  padding-right: 10px;
}
.contextWrap .actions:after {
  content: "\e5d4";
  font-size: 24px;
}
.contextWrap .actions:hover {
  color: #f0f0f0;
}
.contextWrap .context-content {
  position: absolute;
  top: 0;
  right: 100%;
  margin: 10px 10px 0 0;
  padding: 0;
  transform: scale(0);
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transform-origin: top right;
  z-index: 1;
  cursor: default;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0 ease-in-out;
}
.contextWrap .context-content a.action {
  display: block;
  line-height: 38px;
  padding: 0 15px;
  color: #3a4654;
  border-bottom: 1px solid #f0f0f0;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0 ease-in-out;
}
.contextWrap .context-content a.action:hover {
  text-decoration: none;
  background: #3a4654;
  color: #fff;
}
.contextWrap .context-content a.action:last-child {
  border-bottom: 0;
}
.contextWrap .context-content form label {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
  line-height: 25px;
  color: #3a4654;
  padding: 0;
  width: 80px;
}
.contextWrap .context-content form input {
  width: 125px;
  margin: 0 15px 0 0;
}
.contextWrap .context-content .action-container {
  width: auto;
  padding: 0;
}
.contextWrap .context-content .action-container .action {
  margin: 0 0 1px 0;
}
.contextWrap .context-content .action-container .action:hover {
  color: #fff !important;
}
.contextWrap.contextActive .actions:after {
  color: #ff7ba0;
}
.contextWrap.contextActive .contextCloseOverlay {
  display: block;
}
.contextWrap.contextActive .context-content {
  transform: scale(1);
}

.badge.text-bg-info {
  background: #3a4654 !important;
  color: #fff !important;
}
.badge.text-bg-success {
  background: #46b692 !important;
}
.badge.text-bg-primary {
  background: #ff7ba0 !important;
}
.badge.badge-success {
  background: #46b692 !important;
}
.badge.text-bg-danger {
  background: #f75b54 !important;
  color: #fff !important;
}

.btn:not(.note-btn) {
  cursor: pointer;
  border: 1px solid #ff7199;
  border-radius: 25px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  background: #ff7ba0;
  color: #fff !important;
}
.btn:not(.note-btn):hover {
  background: #ffaec5;
  color: #fff;
}
.btn:not(.note-btn).btn-sm {
  background: #ff7ba0;
  color: #fff;
  width: 26px !important;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.btn:not(.note-btn).btn-sm .material-symbols-outlined {
  font-size: 20px;
  margin: 2px 0 0 1px !important;
}
.btn:not(.note-btn).btn-sm:hover {
  background: #ffaec5;
}
.btn:not(.note-btn).btn-mt {
  margin-top: 6px;
}
.btn:not(.note-btn).btn-icon-only {
  width: 37px;
  padding: 0;
}
.btn:not(.note-btn).btn-cta-positive {
  background: #46b692;
  border: 1px solid #43af8c;
}
.btn:not(.note-btn).btn-cta-positive:hover {
  background: #6ac6a8;
}
.btn:not(.note-btn).btn-cta-negative {
  background: #f75b54;
  border: 1px solid #f7524a;
}
.btn:not(.note-btn).btn-cta-negative:hover {
  background: #f98a85;
}
.btn:not(.note-btn).btn-dark {
  background: #3a4654;
  border: 1px solid #36414e;
}
.btn:not(.note-btn).btn-dark:hover {
  background: #4f5f72;
}
.btn:not(.note-btn).btn-alt {
  background: #d3d3d3;
  border: 1px solid #cecece;
}
.btn:not(.note-btn).btn-alt:hover {
  background: #ededed;
}
.btn:not(.note-btn).btn-light .material-symbols-outlined {
  width: 21px;
  margin-left: -2px;
}
.btn:not(.note-btn).btn-loading {
  pointer-events: none;
  opacity: 0.7;
}
.btn:not(.note-btn).btn-loading:before {
  font-family: "Material Symbols Outlined";
  content: "\f110";
  margin-right: 5px;
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.btn:not(.note-btn) .material-symbols-outlined {
  display: inline-flex;
  vertical-align: top;
  margin-top: 5px;
}

.dataGridHeader, .customPageHeader {
  width: 100%;
  padding: 15px;
  margin: 0;
  height: auto;
  overflow: auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.dataGridHeader .dataGridAdd, .customPageHeader .dataGridAdd {
  float: left;
}
.dataGridHeader .dataGridSearch, .customPageHeader .dataGridSearch {
  max-width: 339px;
  margin: 0 15px;
  float: left;
}
.dataGridHeader .dataGridModes, .customPageHeader .dataGridModes {
  float: right;
}

.page-footer {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100vw - 65px);
  z-index: 5;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  justify-content: flex-start;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0 ease-in-out;
  transform-origin: left;
}
.standalone .page-footer {
  width: 100vw;
}

@media only screen and (max-width: 1200px) {
  .page-footer {
    width: 100%;
    position: fixed;
    justify-content: space-between;
  }
  .page-footer .btn {
    flex-grow: 1;
  }
}
.modal {
  backdrop-filter: blur(3px);
}
.modal .close {
  border: 0;
  outline: none;
}
.modal .close span {
  padding: 2px 2px 2px 3px;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0 ease-in-out;
  text-shadow: none;
  border: 0;
  border-radius: 8px;
}
.modal .close:hover span {
  background: #ff7ba0;
  color: #fff;
}
.modal .modal-content {
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.wrapPhotoGridPhoto {
  position: relative;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0 ease-in-out;
}
.wrapPhotoGridPhoto .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0 ease-in-out;
}
.wrapPhotoGridPhoto:hover .btn {
  opacity: 1;
  pointer-events: inherit;
}
.wrapPhotoGridPhoto .gridPhoto {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  height: 150px;
  min-width: 150px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0 ease-in-out;
}
.wrapPhotoGridPhoto .gridPhoto:hover {
  transform: scale(1.02);
  opacity: 0.9;
}

@media only screen and (max-width: 1200px) {
  .wrapPhotoGridPhoto .btn {
    opacity: 1;
    pointer-events: inherit;
  }
}
#gridPhotoFull {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 80vh;
  max-height: 100vw;
}

.slideOverFrame {
  position: absolute;
  top: 50px;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  height: calc(100vh - 50px);
  width: 100%;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 1056;
  transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0 ease-in-out;
}
.slideOverFrame.inFrame {
  height: 100vh;
}
.slideOverFrame.subFrame {
  top: 0;
}
.slideOverFrame .wrapIframe {
  position: absolute;
  top: 0;
  left: -85%;
  width: 85%;
  min-width: 480px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
  transition: left 0.2s ease-in-out;
  -ms-transition: left 0 ease-in-out;
}
.slideOverFrame .wrapIframe iframe {
  border: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slideOverFrame .wrapIframe .closeAdd {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0 ease-in-out;
}
.slideOverFrame .wrapIframe .closeAdd:hover {
  color: #ff7ba0;
}
.slideOverFrame.hasSubmenu {
  top: 62px;
}
.slideOverFrame.open {
  opacity: 1;
  max-width: 100%;
}
.slideOverFrame.open .page-footer {
  max-width: 100% !important;
}
.slideOverFrame.open .wrapIframe {
  left: 0;
}

.card {
  margin-bottom: 15px;
}
.card .card-header h3 {
  margin: 0;
}
.card .card-body .timeslot:last-child .mb-3 {
  margin: 0;
}

.list-group .list-group-item-action {
  cursor: pointer;
}
.list-group .list-group-item-action.active {
  background: #3a4654;
  color: #fff !important;
}
.list-group.sortable .list-group-item-action {
  position: relative;
}
.list-group.sortable .list-group-item-action .bullet {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #f0f0f0;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0 ease-in-out;
}
.list-group.sortable .list-group-item-action .bullet.active {
  background: #ff7ba0;
}
.list-group.sortable .list-group-item-action:after {
  display: block;
  content: "\e25d";
  font-family: "Material Symbols Outlined";
  position: absolute;
  top: 0;
  right: 0;
  line-height: 34px;
  width: 30px;
  text-align: center;
}
.list-group.sortable .list-group-item-action .delete {
  display: block;
  line-height: 34px;
  width: 30px;
  text-align: right;
  position: absolute;
  right: -30px;
  top: 0;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0 ease-in-out;
}
.list-group.sortable .list-group-item-action .delete:hover {
  cursor: pointer;
  color: #f75b54 !important;
}
.list-group.sortable .list-group-item-action.has-action {
  width: calc(100% - 30px);
}

.priceFormat {
  display: inline-block;
}

.panel {
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.panel .panel-header h3 {
  margin: 0;
}
.panel .panel-body {
  background: #fff;
  border-radius: 10px;
}

.wrapDataGrid {
  width: 100%;
  padding: 15px 15px 15px 15px;
  height: 100%;
  position: relative;
}
.wrapDataGrid.hasGridHeader {
  height: calc(100vh - 117px);
}
.tab-pane .wrapDataGrid.hasGridHeader {
  height: calc(100vh - 190px);
}
.wrapDataGrid .dataGrid {
  width: 100%;
  min-width: 320px;
  margin: 0 0 20px 0;
  position: relative;
}
.wrapDataGrid .dataGrid tr {
  border-bottom: 1px solid #f0f0f0;
}
.wrapDataGrid .dataGrid tr:nth-child(even) td {
  background: rgba(58, 70, 84, 0.05);
}
.wrapDataGrid .dataGrid tr.hasRowAction td:first-of-type:before {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
}
.wrapDataGrid .dataGrid tr.hasRowAction:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
}
.wrapDataGrid .dataGrid tr.hasRowAction:hover td:first-of-type:before {
  background: #3a4654;
}
.wrapDataGrid .dataGrid tr th {
  line-height: 35px;
  padding: 0 5px;
  position: relative;
  white-space: nowrap;
}
.wrapDataGrid .dataGrid tr th i {
  position: absolute;
  top: 10px;
  right: 0;
}
.wrapDataGrid .dataGrid tr th:first-of-type {
  padding: 0;
}
.wrapDataGrid .dataGrid tr th.sortable_column {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0 ease-in-out;
}
.wrapDataGrid .dataGrid tr th.sortable_column:hover {
  color: #ff7ba0;
}
.wrapDataGrid .dataGrid tr th.financial {
  width: 95px;
}
.wrapDataGrid .dataGrid tr td {
  line-height: 40px;
  vertical-align: top;
  position: relative;
  padding: 10px 5px;
}
.wrapDataGrid .dataGrid tr td:first-of-type {
  padding-left: 15px;
}
.wrapDataGrid .dataGrid tr td[data-property=logo] {
  width: 115px;
}
.wrapDataGrid .dataGrid tr td[data-property=__icon] .status_positive {
  color: #46b692;
}
.wrapDataGrid .dataGrid tr td[data-property=__icon] .status_error {
  color: #f75b54;
}
.wrapDataGrid .dataGrid tr td[data-property=__icon] .status_neutral {
  color: #4599f0;
}
.wrapDataGrid .dataGrid tr td[data-property=_date] {
  white-space: nowrap;
}
.wrapDataGrid .dataGrid tr td[data-property=date] {
  white-space: nowrap;
}
.wrapDataGrid .dataGrid tr td[data-property=user] {
  white-space: nowrap;
}
.wrapDataGrid .dataGrid tr td a .small {
  display: block;
  line-height: 14px;
  margin-top: -14px;
}
.wrapDataGrid .dataGrid tr td img.logo, .wrapDataGrid .dataGrid tr td img.photo {
  height: auto;
  width: auto;
  max-width: 100px;
  max-height: 32px;
  margin: 4px 0;
  background-size: contain;
  border: 0;
  border-radius: 50%;
}
.wrapDataGrid .dataGrid tr td .badge {
  padding: 5px 10px;
  font-weight: normal;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.wrapDataGrid .dataGrid tr td div.avatar, .wrapDataGrid .dataGrid tr td div.dataGridImage, .wrapDataGrid .dataGrid tr td div.dataGridIcon {
  height: 32px;
  width: 32px;
  display: block;
  background-size: cover !important;
  background-position: center !important;
  margin: 4px 0;
  border: 0;
  border-radius: 50%;
}
.wrapDataGrid .dataGrid tr td div.dataGridIcon {
  border-radius: 0;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.wrapDataGrid .dataGrid tr td .mb-3.small-textinput input {
  margin-top: 4px;
  max-width: 80px;
}
.wrapDataGrid .dataGrid tr td .material-symbols-outlined {
  display: inline-flex;
  vertical-align: top;
  margin-top: 6px;
}
.wrapDataGrid .dataGrid tr td input.quantity {
  max-width: 75px;
}
.wrapDataGrid .dataGrid tr td .priceFormat {
  width: 100%;
  max-width: 90px;
  padding-left: 10px;
}
.wrapDataGrid .dataGrid tr td .priceFormat .currency {
  float: left;
}
.wrapDataGrid .dataGrid tr td.text-right .input-group {
  justify-content: flex-end;
}
.wrapDataGrid .dataGrid tr.table-overdue .fa {
  color: #f75b54;
}
.wrapDataGrid .dataGrid tr:last-child td .contextWrap .context-content {
  transform-origin: bottom right;
  top: auto;
  bottom: 0;
}
.wrapDataGrid .dataGrid tr:first-child td .contextWrap .context-content {
  transform-origin: top right;
  top: 0;
  bottom: auto;
}
.wrapDataGrid .dataList {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
.wrapDataGrid .dataList ul {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrapDataGrid .dataList li {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrapDataGrid .dataList li .item {
  width: 100%;
  line-height: 40px;
  padding: 5px 10px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.wrapDataGrid .dataList li .item:before {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
}
.wrapDataGrid .dataList li .item .url {
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  padding-left: 10px;
}
.wrapDataGrid .dataList li .item .url:before {
  display: inline-block;
  margin-right: 5px;
}
.wrapDataGrid .dataList li .item .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #fff;
}
.wrapDataGrid .dataList li .item .color {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  float: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center;
}
.wrapDataGrid .dataList li .item.hasRowAction:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
}
.wrapDataGrid .dataList li .item.hasRowAction:hover:before {
  background: #ff7ba0;
}
.wrapDataGrid .dataList li ul {
  padding-left: 20px;
}
.wrapDataGrid .dataList li ul li {
  position: relative;
}
.wrapDataGrid .dataList li ul li .item {
  padding-left: 20px;
}
.wrapDataGrid .dataList li ul li:after {
  width: 10px;
  font-family: "Material Symbols Outlined";
  display: block;
  content: "\f105";
  margin-left: 10px;
  line-height: 40px;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapDataGrid.fixedCol {
  width: 100%;
  overflow: hidden;
}
.wrapDataGrid.fixedCol .dataGrid {
  min-width: 100%;
  margin: auto;
}
.wrapDataGrid.fixedCol .dataGrid td, .wrapDataGrid.fixedCol .dataGrid th {
  white-space: nowrap;
  vertical-align: middle;
  line-height: 14px;
  height: 42px;
}
.wrapDataGrid.fixedCol .table-source {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.wrapDataGrid.fixedCol .table-source td, .wrapDataGrid.fixedCol .table-source th {
  visibility: hidden;
}
.wrapDataGrid.fixedCol .table-source td:first-child, .wrapDataGrid.fixedCol .table-source th:first-child {
  visibility: visible;
  pointer-events: auto;
  background: #eeeeee;
}
.wrapDataGrid.fixedCol .scroll-wrap {
  width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
}
.wrapDataGrid.fixedCol .scroll-wrap .dataGrid {
  position: relative;
}
.wrapDataGrid.fixedCol .scroll-wrap .dataGrid td:first-child, .wrapDataGrid.fixedCol .scroll-wrap .dataGrid th:first-child {
  visibility: hidden;
}

.scroll-x {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  height: calc(100vh - 50px);
}

#notifications {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 15px;
  z-index: 1057;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
}
#notifications:empty {
  display: none;
}
#notifications .alert {
  align-self: center;
  width: 100%;
  max-width: 480px;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 200;
}

/*# sourceMappingURL=style_partial.css.map */
