.z-medium {
  z-index: 6000;
}
body.body--light {
  background: #e7eaeb;
  color: #627078;
}
body.body--light .q-item--active {
  color: #bbb;
}
body.body--dark {
  color: #bbb;
}
body.body--dark .text-primary-app {
  color: #fff;
}
text-underline {
  text-decoration: underline;
}
.text-primary-app {
  color: #627078;
}
a {
  text-decoration: none;
  color: #627078;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.flip-list-enter-active,
.flip-list-leave-active {
  transition: all 1s;
  position: absolute;
  width: 100%;
}
.flip-list-enter,
.flip-list-leave-to {
  opacity: 0;
  transform: scaleY(0) translateX(30px);
}
.flip-list-move {
  transition: transform 0.5s;
}
.no-move {
  transition: transform 0s;
}
.ghost {
  opacity: 0.5;
  background: #c8ebfb;
}
.list-group {
  min-height: 20px;
}
.handle {
  cursor: move;
}
.q-drawer--mini .q-expansion-item__content {
  display: block;
}
.cursor-grab {
  cursor: grab;
}
.drop-valid {
  animation-name: drop-pulse;
  animation-timing-function: ease;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  box-shadow: 0 0 16px rgba(0,128,0,0.4);
}
.lwf-dev .bg-primary,
.lwf-dev .q-layout__section--marginal {
  background-image: repeating-linear-gradient(45deg, #263238, #263238 30px, transparent 30px, transparent 60px) !important;
}
.user-select-none {
  -webkit-user-select: none;
          user-select: none;
}
.lwf-weekend {
  filter: contrast(0.6) !important;
}
.lwf-holidays {
  border: 3px solid #c62828;
  border-radius: 13px;
  padding: 2px;
}
.lwf-grey-1 {
  background: #bdbdbd !important;
}
.lwf-grey-2 {
  background: #9e9e9e !important;
}
.lwf-negative {
  background: #ef5350 !important;
  color: #fff;
}
.lwf-warning {
  background: #ffb74d !important;
}
.lwf-positive {
  background: #81c784 !important;
}
.lwf-pending {
  background: repeating-linear-gradient(45deg, #e0e0e0, #e0e0e0 4px, transparent 4px, transparent 7px) !important;
  color: #627078;
}
.lwf-unavailable {
  background: #9c27b0 !important;
}
.body--dark .lwf-grey-1 {
  background: #424242 !important;
}
.body--dark .lwf-grey-2 {
  background: #212121 !important;
}
.body--dark .lwf-negative {
  background: #ef5350 !important;
  color: #fff;
}
.body--dark .lwf-warning {
  background: #ffb74d !important;
}
.body--dark .lwf-positive {
  background: #81c784 !important;
}
.lwf-planning .q-table tbody td {
  height: auto;
  min-height: 28px;
}
.lwf-planning tbody tr td:first-child {
  max-width: 300px;
}
@media (min-width: 599px) {
  .sticky-table.selectable .q-table td:first-child,
  .sticky-table.selectable .q-table th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    background: inherit;
  }
  .sticky-table.selectable .q-table tr:last-child th:first-child {
/* highest z-index */
    z-index: 3;
  }
  .sticky-table.selectable .q-table td.sticky,
  .sticky-table.selectable .q-table th.sticky {
    left: 72px;
  }
  .sticky-table.selectable.q-table--dense .q-table td.sticky,
  .sticky-table.selectable.q-table--dense .q-table th.sticky {
    left: 44px;
  }
}
.sticky-table .q-table {
/* height or max-height is important */
  max-height: 500px;
  max-width: 100%;
}
.sticky-table .q-table td.lwf-cell {
  padding: 0;
}
.sticky-table .q-table td.selected {
  background: #80deea !important;
  color: #627078;
}
.sticky-table .q-table td .day-cell {
  pointer-events: none;
  padding: 4px;
  height: 100%;
  min-height: 40px;
}
.sticky-table .q-table td .day-cell div {
  min-height: 1rem;
}
.sticky-table .q-table td .day-cell div:last-child {
  border-top: 1px dashed;
  width: 100%;
}
.sticky-table .q-table td.row-group {
  background: #e0e0e0;
}
.sticky-table .q-table td.sticky {
/* bg color is important for td; just specify one */
  background-color: inherit;
  padding: 0 4px 0 4px;
  z-index: 1;
}
.sticky-table .q-table td.sticky.q-pa-none {
  padding: 0;
}
.sticky-table .q-table tr th {
  position: -webkit-sticky;
  position: sticky;
/* higher than z-index for td below */
  z-index: 2;
/* bg color is important; just specify one */
  background: inherit;
}
.sticky-table .q-table thead tr:last-child th {
/* height of all previous header rows */
  top: 0;
/* highest z-index */
  z-index: 1;
}
.sticky-table .q-table thead tr:first-child th {
  top: 0;
  z-index: 2;
}
.sticky-table .q-table tr:last-child th.sticky {
/* highest z-index */
  z-index: 3;
}
.sticky-table .q-table tr {
  background: #fff;
}
.sticky-table .q-table tr.sticky-bottom td {
  position: -webkit-sticky;
  position: sticky;
  left: auto !important;
  bottom: 0;
  z-index: 4;
}
.sticky-table .q-table tr.lwf-active-row td,
.sticky-table .q-table tr.lwf-active-row th {
  background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0) 50%, rgba(0,0,0,0.2)) !important;
}
.sticky-table .q-table tr td.lwf-active-col,
.sticky-table .q-table tr th.lwf-active-col {
  background-image: linear-gradient(90deg, rgba(0,0,0,0.2), rgba(0,0,0,0) 50%, rgba(0,0,0,0.2)) !important;
}
@media (min-width: 599px) {
  .sticky-table .q-table td.sticky,
  .sticky-table .q-table th.sticky {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
}
.sticky-table.q-dark.selectable .q-table td:first-child,
.sticky-table.q-dark.selectable .q-table th:first-child {
  background-color: inherit;
}
.sticky-table.q-dark .q-table tr th {
  background: #1d1d1d;
}
.sticky-table.q-dark .q-table td.sticky,
.sticky-table.q-dark .q-table th.sticky {
  background-color: inherit;
}
.sticky-table.q-dark .q-table td.row-group,
.sticky-table.q-dark .q-table th.row-group {
  background: #424242;
}
.sticky-table.q-dark tr {
  background: #1d1d1d;
}
.sticky-table.q-dark tr.lwf-active-row td,
.sticky-table.q-dark tr.lwf-active-row th {
  background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0) 50%, rgba(255,255,255,0.2)) !important;
}
.sticky-table.q-dark tr td.lwf-active-col,
.sticky-table.q-dark tr th.lwf-active-col {
  background-image: linear-gradient(90deg, rgba(255,255,255,0.2), rgba(255,255,255,0) 50%, rgba(255,255,255,0.2)) !important;
}
.line-h-1 {
  line-height: 1.1;
}
.grid-style-transition {
  transition: transform 0.28s, background-color 0.28s;
}
.apexcharts-canvas.apexcharts-theme-dark {
  background: #1d1d1d !important;
}
@keyframes drop-pulse {
  from {
    border-color: rgba(0,192,0,0.3);
    box-shadow: inset 0 0 20px rgba(0,128,0,0.4);
  }
  to {
    border-color: #00c000;
    box-shadow: inset 0 0 20px rgba(0,128,0,0.7);
  }
}
/*# sourceMappingURL=src/css/app.css.map */
.hoverable .sort-icon[data-v-29c51e10] {
  display: none;
}
.hoverable:hover .sort-icon[data-v-29c51e10] {
  display: inline;
}
/*# sourceMappingURL=src/components/forms/DashboardConfig/FormDashboardConfigTable.css.map */
.lwf-table[data-v-358e675c] {
  color: #627078;
}
.q-dark.lwf-table[data-v-358e675c] {
  color: #fff;
}
/*# sourceMappingURL=src/components/core/LwfTable/LwfTable.css.map */

/*# sourceMappingURL=app.b2969f4d.css.map*/