@import url(../../../../node_modules/timepicker/jquery.timepicker.css);
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards; }

.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards; }

.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  animation: noty_modal_out .3s ease-out;
  animation-fill-mode: forwards; }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__sunset.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .noty_theme__sunset.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }
  .noty_theme__sunset.noty_type__alert .noty_progressbar,
  .noty_theme__sunset.noty_type__notification .noty_progressbar {
    background-color: #fff; }

.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff; }
  .noty_theme__sunset.noty_type__error .noty_progressbar {
    opacity: .4; }

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff; }
  .noty_theme__sunset.noty_type__info .noty_progressbar,
  .noty_theme__sunset.noty_type__information .noty_progressbar {
    opacity: .6; }

.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }

a {
  color: #00bd9a; }
  a:hover {
    color: #00a485; }

.btn-link {
  color: #00bd9a; }
  .btn-link:hover {
    color: #00a485; }

.btn-card-header {
  margin: -.2rem -.6rem -.3rem 0; }

.btn-primary {
  background-color: #00bd9a;
  border: 1px solid #00bd9a; }
  .btn-primary:hover {
    background-color: #00d7af;
    border: 1px solid #00d7af; }
  .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 189, 154, 0.4); }
  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #00a485;
    border: 1px solid #00a485; }
    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 189, 154, 0.4); }

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 189, 154, 0.4);
  border: 1px solid rgba(0, 189, 154, 0.6); }

.card.card-info {
  border-radius: 0;
  border: none; }
  .card.card-info .card-header {
    background-color: #6cc7d6;
    color: white;
    border-bottom: none;
    border-radius: 0; }
  .card.card-info .card-body {
    background-color: #eaeaea; }

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00bd9a; }

.alert {
  border: none;
  border-radius: 0; }
  .alert.alert-dismissible .close {
    color: white; }
  .alert.alert-success {
    background-color: #00bd9a;
    color: white; }
  .alert.alert-warning {
    background-color: #FFC107;
    color: #6b5104; }
  .alert.alert-danger {
    color: #ffffff;
    background-color: #d43a43; }

fieldset.custom-fieldset {
  border: 1px solid #cfd4db;
  border-radius: 4px;
  padding: 5px 15px;
  margin: 0;
  margin-bottom: 1rem; }
  fieldset.custom-fieldset legend {
    width: auto;
    font-size: .8rem;
    font-weight: bold;
    text-align: center;
    padding: 0 1rem; }

.badge.badge-primary {
  background-color: #00bd9a; }

.custom-file-label::after {
  content: "Seleccionar"; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00bd9a; }

nav.navbar-er {
  background-color: black; }
  nav.navbar-er.with-mb {
    margin-bottom: 2rem; }
  nav.navbar-er .navbar-nav .nav-link {
    color: white; }
    nav.navbar-er .navbar-nav .nav-link.btn-upgrade {
      background-color: #00bd9a;
      border-radius: 40px;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: .3rem;
      padding-bottom: .3rem;
      display: inline-block; }
    nav.navbar-er .navbar-nav .nav-link img.avatar {
      margin-top: -7px;
      margin-bottom: -7px; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: Montserrat;
  font-size: 15px; }

div.submenu {
  margin-top: -2rem;
  border-bottom: 1px solid #00bd9a;
  margin-bottom: 2rem; }
  div.submenu .nav-tabs {
    border-bottom: none; }
    div.submenu .nav-tabs .nav-item {
      margin: 0; }
      div.submenu .nav-tabs .nav-item .nav-link {
        border: none;
        border-radius: 0;
        transition: all .2s;
        padding: 1.3rem 1rem;
        text-transform: uppercase;
        font-weight: 600;
        font-size: .9rem;
        color: #ABABAB; }
        div.submenu .nav-tabs .nav-item .nav-link.active, div.submenu .nav-tabs .nav-item .nav-link:hover {
          color: black;
          box-shadow: inset 0 -4px 0 0 #00bd9a; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 15px;
  max-width: calc(100vw - 30px); }
  .bootstrap-datetimepicker-widget.dropdown-menu table td.day, .bootstrap-datetimepicker-widget.dropdown-menu table .offers-page .table .tickets-date .calendar td.dayd, .offers-page .table .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.dayd, .bootstrap-datetimepicker-widget.dropdown-menu table .offers-page .table-tickets .tickets-date .calendar td.dayd, .offers-page .table-tickets .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.dayd, .bootstrap-datetimepicker-widget.dropdown-menu table .lm-page .table .tickets-date .calendar td.dayd, .lm-page .table .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.dayd, .bootstrap-datetimepicker-widget.dropdown-menu table .lm-page .table-tickets .tickets-date .calendar td.dayd, .lm-page .table-tickets .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.dayd {
    height: auto;
    width: auto;
    line-height: 1;
    padding: .6rem; }
    .bootstrap-datetimepicker-widget.dropdown-menu table td.day.today, .bootstrap-datetimepicker-widget.dropdown-menu table .offers-page .table .tickets-date .calendar td.today.dayd, .offers-page .table .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.today.dayd, .bootstrap-datetimepicker-widget.dropdown-menu table .offers-page .table-tickets .tickets-date .calendar td.today.dayd, .offers-page .table-tickets .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.today.dayd, .bootstrap-datetimepicker-widget.dropdown-menu table .lm-page .table .tickets-date .calendar td.today.dayd, .lm-page .table .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.today.dayd, .bootstrap-datetimepicker-widget.dropdown-menu table .lm-page .table-tickets .tickets-date .calendar td.today.dayd, .lm-page .table-tickets .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.today.dayd, .bootstrap-datetimepicker-widget.dropdown-menu table td.day.today.disabled, .bootstrap-datetimepicker-widget.dropdown-menu table .offers-page .table .tickets-date .calendar td.today.disabled.dayd, .offers-page .table .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.today.disabled.dayd, .bootstrap-datetimepicker-widget.dropdown-menu table .offers-page .table-tickets .tickets-date .calendar td.today.disabled.dayd, .offers-page .table-tickets .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.today.disabled.dayd, .bootstrap-datetimepicker-widget.dropdown-menu table .lm-page .table .tickets-date .calendar td.today.disabled.dayd, .lm-page .table .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.today.disabled.dayd, .bootstrap-datetimepicker-widget.dropdown-menu table .lm-page .table-tickets .tickets-date .calendar td.today.disabled.dayd, .lm-page .table-tickets .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.today.disabled.dayd {
      color: #fff;
      background-color: #ffc107; }
    .bootstrap-datetimepicker-widget.dropdown-menu table td.day.active, .bootstrap-datetimepicker-widget.dropdown-menu table .offers-page .table .tickets-date .calendar td.active.dayd, .offers-page .table .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.active.dayd, .bootstrap-datetimepicker-widget.dropdown-menu table .offers-page .table-tickets .tickets-date .calendar td.active.dayd, .offers-page .table-tickets .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.active.dayd, .bootstrap-datetimepicker-widget.dropdown-menu table .lm-page .table .tickets-date .calendar td.active.dayd, .lm-page .table .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.active.dayd, .bootstrap-datetimepicker-widget.dropdown-menu table .lm-page .table-tickets .tickets-date .calendar td.active.dayd, .lm-page .table-tickets .tickets-date .calendar .bootstrap-datetimepicker-widget.dropdown-menu table td.active.dayd {
      background-color: #007bff; }
  .bootstrap-datetimepicker-widget.dropdown-menu ul {
    margin: 0; }
  .bootstrap-datetimepicker-widget.dropdown-menu .timepicker table {
    width: 100%;
    text-align: center; }

.page-header {
  margin-bottom: 2rem; }
  .page-header h2 {
    font-size: 24px;
    font-weight: 600; }

[v-cloak] {
  display: none; }

.site-content {
  flex: 1; }

:-moz-ui-invalid:not(output) {
  box-shadow: 0 0 0 3px #fb3d3d80; }

ul.closed-list > li:not(:hover) > a {
  display: none; }

div.date {
  width: 100%; }
  div.date .datepicker,
  div.date .datepicker-inline {
    width: 100%; }
    div.date .datepicker table,
    div.date .datepicker-inline table {
      width: 100%; }

.form-control.invalid {
  background-color: #f44336;
  border: 1px solid #f44336;
  color: white; }

table.schedule .schedule_hour {
  font-size: 12px;
  padding: 0;
  height: 30px;
  text-align: center;
  min-width: 4rem; }

table.schedule .schedule_hour:placeholder-shown {
  background-color: #f44336;
  border: 1px solid #f44336; }
  table.schedule .schedule_hour:placeholder-shown::placeholder {
    color: white; }

table.schedule select.closed {
  background-color: #cfd8dc;
  border: 1px solid #cfd8dc; }

table.schedule select {
  padding: .25rem 1.2rem .25rem .2rem;
  font-size: 12px;
  background-position-x: right .4rem;
  min-width: 5rem; }

.offers-page, .lm-page {
  font-size: 13px; }
  .offers-page [v-cloak] > *, .lm-page [v-cloak] > * {
    display: none; }
  .offers-page [v-cloak]::before, .lm-page [v-cloak]::before {
    content: "loading..."; }
  .offers-page a.open, .offers-page a.closed, .offers-page a.offered, .offers-page a.hasOffer, .offers-page a.last, .offers-page a.selected, .lm-page a.open, .lm-page a.closed, .lm-page a.offered, .lm-page a.hasOffer, .lm-page a.last, .lm-page a.selected {
    border: 1px solid #00bd9a;
    padding: 5px 20px;
    color: #13643b;
    background: #d7eee2;
    text-decoration: none;
    border-radius: 15px; }
  .offers-page a.closed, .lm-page a.closed {
    background: #ccc;
    border-color: #ccc;
    color: #333; }
  .offers-page a.offered, .offers-page a.hasOffer, .lm-page a.offered, .lm-page a.hasOffer {
    background: #e67a06;
    border-color: #e67a06;
    color: #fff; }
  .offers-page a.hasOffer, .lm-page a.hasOffer {
    opacity: .5; }
    .offers-page a.hasOffer:hover, .lm-page a.hasOffer:hover {
      cursor: no-drop; }
  .offers-page a.last, .lm-page a.last {
    color: #fff;
    background: #e611db;
    border-color: #e611db; }
  .offers-page a.selected, .lm-page a.selected {
    background: #6de250;
    border-color: #6de250;
    color: #fff; }
  .offers-page a.next-week, .offers-page a.prev-week, .lm-page a.next-week, .lm-page a.prev-week {
    font-size: 30px; }
  .offers-page .table tr, .offers-page .table-tickets tr, .lm-page .table tr, .lm-page .table-tickets tr {
    border-bottom: 1px solid #ccc;
    height: 50px; }
    .offers-page .table tr td, .offers-page .table-tickets tr td, .lm-page .table tr td, .lm-page .table-tickets tr td {
      vertical-align: middle; }
  .offers-page .table .tickets-date, .offers-page .table-tickets .tickets-date, .lm-page .table .tickets-date, .lm-page .table-tickets .tickets-date {
    height: 60px; }
    .offers-page .table .tickets-date .calendar, .offers-page .table-tickets .tickets-date .calendar, .lm-page .table .tickets-date .calendar, .lm-page .table-tickets .tickets-date .calendar {
      width: 70px;
      text-align: center; }
      .offers-page .table .tickets-date .calendar .month, .offers-page .table-tickets .tickets-date .calendar .month, .lm-page .table .tickets-date .calendar .month, .lm-page .table-tickets .tickets-date .calendar .month {
        background-color: #666;
        border-radius: 7px 7px 0 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
        height: 17px; }
      .offers-page .table .tickets-date .calendar .day, .offers-page .table .tickets-date .calendar .dayd, .offers-page .table-tickets .tickets-date .calendar .day, .offers-page .table-tickets .tickets-date .calendar .dayd, .lm-page .table .tickets-date .calendar .day, .lm-page .table .tickets-date .calendar .dayd, .lm-page .table-tickets .tickets-date .calendar .day, .lm-page .table-tickets .tickets-date .calendar .dayd {
        background-color: #e9e9e9;
        font-size: 17px;
        color: #666; }
      .offers-page .table .tickets-date .calendar .dayd, .offers-page .table-tickets .tickets-date .calendar .dayd, .lm-page .table .tickets-date .calendar .dayd, .lm-page .table-tickets .tickets-date .calendar .dayd {
        font-size: 10px;
        padding-bottom: 8px;
        border-radius: 0 0 7px 7px; }
  .offers-page .confirm-delete, .lm-page .confirm-delete {
    background: #808080;
    text-align: center;
    margin: 10px;
    padding: 20px;
    color: #fff;
    border-radius: 5px; }
  .offers-page .v-spinner, .lm-page .v-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, 50%); }
  .offers-page .loading-hours, .lm-page .loading-hours {
    opacity: .5; }
  .offers-page .more-olds, .lm-page .more-olds {
    display: block;
    margin: 0 auto; }
