:root {
  --color-primary: #177baf;
}
.z-medium {
  z-index: 6000;
}
.q-date__today {
  box-shadow: 0 0 2px 0 currentColor;
}
body.body--light {
  background: #e7eaeb;
  color: #627078;
}
body.body--light .q-item--active {
  color: #bbb;
}
body.body--light .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;
  box-shadow: -3px 0 0 #f00;
}
body.body--dark {
  color: #bbb;
}
body.body--dark .text-primary-app {
  color: #fff;
}
body.body--dark .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;
  box-shadow: -3px 0 0 #f00;
}
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:not(.not-drop-target) {
  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);
}
.drop-valid .drop-target {
  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, transparent, transparent 30px, #263238 30px, #263238 60px) !important;
}
.user-select-none {
  -webkit-user-select: none;
          user-select: none;
}
.lwf-weekend {
  background: #ccc !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: #e57373 !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: #e57373 !important;
  color: #fff;
}
.body--dark .lwf-warning {
  background: #ffb74d !important;
}
.body--dark .lwf-positive {
  background: #81c784 !important;
}
.body--dark .lwf-weekend.lwf-grey-1 {
  background: #5b5b5b;
}
.body--dark .lwf-weekend {
  background: #444;
}
.lwf-planning .q-table tbody td {
  height: 41px;
  min-height: 28px;
}
.lwf-planning tbody tr td:first-child {
  max-width: 300px;
}
.bb-1-solid-gray {
  border-bottom: 1px solid #adadad;
}
.br-1-solid-gray {
  border-right: 1px solid #adadad;
}
.br-1-solid-next-day {
  border-right: 1px solid #1d1d1d;
}
.br-1-dashed-gray {
  border-right: 1px dashed #808080;
}
.upper-index-2 {
  z-index: 2;
}
.upper-index-3 {
  z-index: 3;
}
.flex-planning {
  max-width: 100%;
  flex-basis: auto;
}
.q-item--active {
  color: #177baf !important;
  background: rgba(93,126,145,0.22);
}
@media (min-width: 599px) {
  .sticky-position {
    position: sticky;
    top: 0;
    left: 0;
  }
}
.q-table td.selected .lwf-planning-week-time {
  display: none;
}
@media (min-width: 599px) {
  .sticky-table.selectable .q-table td:first-child,
  .sticky-table.selectable .q-table th:first-child {
    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: 52;
  }
  .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;
  transition: 0.5s;
}
.sticky-table .q-table td.selected {
  background: #80deea !important;
  color: #627078;
  transform: scale(1.2);
  z-index: 1;
}
.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: 50;
}
.sticky-table .q-table td.sticky.q-pa-none {
  padding: 0;
}
.sticky-table .q-table tr th {
  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: 50;
}
.sticky-table .q-table thead tr:first-child th {
  top: 0;
  z-index: 51;
}
.sticky-table .q-table tr:last-child th.sticky {
/* highest z-index */
  z-index: 52;
}
.sticky-table .q-table tr {
  background: #fff;
}
.sticky-table .q-table tr.sticky-bottom td {
  position: sticky;
  left: auto !important;
  bottom: 0;
  z-index: 100;
}
.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;
}
@media (min-width: 599px) {
  .sticky-table .q-table td.sticky,
  .sticky-table .q-table th.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;
}
.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;
}
.q-icon {
  font-size: 20px !important;
}
.q-toggle__thumb > .q-icon {
  font-size: 14px !important;
}
.q-chip > .q-icon {
  font-size: 16px !important;
}
.lwf-form-filters .q-chip .ellipsis {
  white-space: normal;
}
.lwf-form-filters .q-chip {
  height: auto;
}
.child-col-column > div {
  display: flex;
  flex-wrap: wrap;
  flex: 10000;
  flex-direction: column !important;
  height: auto;
  min-height: 0;
  max-height: 100%;
}
.child-col-column > div > .col {
  height: auto;
  min-height: 0;
  max-height: 100%;
}
@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-67dccd82] {
  display: none;
}
.hoverable:hover .sort-icon[data-v-67dccd82] {
  display: inline;
}
/*# sourceMappingURL=src/components/forms/DashboardConfig/FormDashboardConfigTable.css.map */
[data-v-0f79d80c]:root {
  --color-primary: #177baf;
}
.lwf-table[data-v-0f79d80c] {
  color: #627078;
}
.q-dark.lwf-table[data-v-0f79d80c] {
  color: #fff;
}
/*# sourceMappingURL=src/components/core/LwfTable/LwfTable.css.map */

.lwf-separator[data-v-a40a0894] {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.lwf-separator[data-v-a40a0894]::before, .lwf-separator[data-v-a40a0894]::after {
  flex: 1;
  content: '';
  padding: .5px;
  background-color: lightgray;
  margin: 0px;
}
.lwf-separator[data-v-a40a0894]::before {
  margin-right: 4px;
  max-width: 20px;
}
.lwf-separator[data-v-a40a0894]::after {
  margin-left: 4px;
}


.item-pictures-figure {
  border: thin #c0c0c0 solid;
  display: inline-block;
  margin: auto;
}
.item-pictures-caption {
  background-color: #222;
  color: #fff;
  font: italic smaller sans-serif;
  padding: 3px;
  text-align: center;
}

.tox-tinymce-aux {
  z-index: 6001 !important;
}
/*# sourceMappingURL=src/components/core/LwfEditorTiny.css.map */

.card[data-v-2f74e206] {
  position: relative;
  height: 200px;
  max-width: 335px;
  border-radius: 15px;
  background-color: #546e7a;
  border: 2px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.logo[data-v-2f74e206] {
  position: absolute;
  top: 15px;
  right: 20px;
  opacity: 0.8;
}
.number[data-v-2f74e206],
.name[data-v-2f74e206],
.to[data-v-2f74e206] {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 2px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.number[data-v-2f74e206] {
  margin-top: 80px;
  font-size: 1.60em;
}
.name[data-v-2f74e206] {
  font-size: 1.30em;
}
.to[data-v-2f74e206] {
  font-size: 1em;
}


.card[data-v-727aab62] {
  min-width: 335px;
  border-radius: 10px;
  color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  padding: 0 10px;
  background-color: #546e7a;
}
.info .title[data-v-727aab62] {
  color: rgba(0, 103, 177, 0.35);
}
.title[data-v-727aab62] {
  text-align: center;
  padding: 5px 0;
}
.title em[data-v-727aab62] {
  font-size: 2.5em;
  line-height: 2em;
  border-radius: 50%;
  background-color: #FFF;
  height: 70px;
  width: 70px;
  color: #546e7a;
  margin-top: -6em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.info .title[data-v-727aab62] {
  margin: 0;
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.75);
}


.free-trial-end-card[data-v-40852d0a] {
  max-width: 500px;
  margin: 0 auto;
}
.free-trial-end-card.full-width[data-v-40852d0a] {
  width: 100%;
  max-width: 100%;
}
a[data-v-40852d0a] {
  text-decoration: underline;
}

