/** CORE **/
/* line 7, ../scss/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 19, ../scss/bootstrap/mixins/_hover.scss */
.btn:hover, .btn:focus {
  text-decoration: none;
}
/* line 23, ../scss/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(15, 92, 43, 0.25);
}
/* line 30, ../scss/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
/* line 37, ../scss/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/* line 41, ../scss/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

/* line 53, ../scss/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-primary {
  color: #FFF;
  background-color: #0f5c2b;
  border-color: #0f5c2b;
}
/* line 15, ../scss/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #FFF;
  background-color: #0a3b1c;
  border-color: #083017;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 92, 43, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFF;
  background-color: #0f5c2b;
  border-color: #0f5c2b;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #083017;
  border-color: #062511;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 92, 43, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-secondary {
  color: #212529;
  background-color: #84d020;
  border-color: #84d020;
}
/* line 15, ../scss/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #FFF;
  background-color: #6faf1b;
  border-color: #68a419;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 208, 32, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #84d020;
  border-color: #84d020;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #FFF;
  background-color: #68a419;
  border-color: #619918;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 208, 32, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-success {
  color: #FFF;
  background-color: #0f5c2b;
  border-color: #0f5c2b;
}
/* line 15, ../scss/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #FFF;
  background-color: #0a3b1c;
  border-color: #083017;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 92, 43, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #FFF;
  background-color: #0f5c2b;
  border-color: #0f5c2b;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #083017;
  border-color: #062511;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 92, 43, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-info {
  color: #FFF;
  background-color: #67b500;
  border-color: #67b500;
}
/* line 15, ../scss/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #FFF;
  background-color: #518f00;
  border-color: #4a8200;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 181, 0, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #FFF;
  background-color: #67b500;
  border-color: #67b500;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFF;
  background-color: #4a8200;
  border-color: #437500;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 181, 0, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 15, ../scss/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-danger {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 15, ../scss/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #FFF;
  background-color: #c82333;
  border-color: #bd2130;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #bd2130;
  border-color: #b21f2d;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 15, ../scss/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-dark {
  color: #FFF;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 15, ../scss/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #FFF;
  background-color: #23272b;
  border-color: #1d2124;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFF;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: #1d2124;
  border-color: #171a1d;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #0f5c2b;
  background-color: transparent;
  background-image: none;
  border-color: #0f5c2b;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #FFF;
  background-color: #0f5c2b;
  border-color: #0f5c2b;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 92, 43, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0f5c2b;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #FFF;
  background-color: #0f5c2b;
  border-color: #0f5c2b;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 92, 43, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #84d020;
  background-color: transparent;
  background-image: none;
  border-color: #84d020;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #84d020;
  border-color: #84d020;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 208, 32, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #84d020;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #84d020;
  border-color: #84d020;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 208, 32, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #0f5c2b;
  background-color: transparent;
  background-image: none;
  border-color: #0f5c2b;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #FFF;
  background-color: #0f5c2b;
  border-color: #0f5c2b;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 92, 43, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #0f5c2b;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #FFF;
  background-color: #0f5c2b;
  border-color: #0f5c2b;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 92, 43, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #67b500;
  background-color: transparent;
  background-image: none;
  border-color: #67b500;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #FFF;
  background-color: #67b500;
  border-color: #67b500;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 181, 0, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #67b500;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFF;
  background-color: #67b500;
  border-color: #67b500;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 181, 0, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #FFF;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFF;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 81, ../scss/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #0f5c2b;
  background-color: transparent;
}
/* line 15, ../scss/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #041a0c;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
/* line 93, ../scss/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
/* line 100, ../scss/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

/* line 113, ../scss/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 117, ../scss/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 126, ../scss/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}
/* line 131, ../scss/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 140, ../scss/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 4, ../scss/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
/* line 10, ../scss/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
/* line 15, ../scss/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
/* line 19, ../scss/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
/* line 27, ../scss/bootstrap/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 36, ../scss/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 41, ../scss/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 47, ../scss/bootstrap/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 52, ../scss/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 57, ../scss/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, ../scss/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
/* line 79, ../scss/bootstrap/_button-group.scss */
.dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 84, ../scss/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, ../scss/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, ../scss/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
/* line 116, ../scss/bootstrap/_button-group.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
/* line 121, ../scss/bootstrap/_button-group.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
/* line 130, ../scss/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 135, ../scss/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 155, ../scss/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
/* line 159, ../scss/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 19, ../scss/styles.scss */
html {
  background-color: #ECECEC;
}

/* line 23, ../scss/styles.scss */
body {
  font-family: 'Arimo', Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  background: #ECECEC;
  overflow: hidden;
}
/* line 29, ../scss/styles.scss */
body.loginBody {
  overflow: hidden;
}

/* line 34, ../scss/styles.scss */
a {
  color: rgba(0, 0, 0, 0.7);
}
/* line 36, ../scss/styles.scss */
a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

/* line 42, ../scss/styles.scss */
ul {
  list-style: none;
  margin-bottom: .5rem;
  padding: 0;
}
/* line 46, ../scss/styles.scss */
ul li {
  display: inline-block;
}

/* line 51, ../scss/styles.scss */
p {
  font-family: 'Arimo', Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 1.3em;
}

/* line 59, ../scss/styles.scss */
h1, h2 {
  color: #0f5c2b;
  font-family: 'Asap';
  font-weight: bold;
  font-size: 47px;
  margin-bottom: 80px;
}

/* line 67, ../scss/styles.scss */
hr {
  background-color: #84d020;
}

/** LAYOUT GENERAL **/
/* line 72, ../scss/styles.scss */
#header {
  background: white;
  padding: 20px 0 10px;
}
/* line 75, ../scss/styles.scss */
#header img {
  height: 28px;
}
/* line 78, ../scss/styles.scss */
#header #userMenu {
  text-align: right;
  margin: 0;
}
/* line 81, ../scss/styles.scss */
#header #userMenu li {
  margin-left: 20px;
}
/* line 83, ../scss/styles.scss */
#header #userMenu li a {
  font-size: 14px;
}
/* line 85, ../scss/styles.scss */
#header #userMenu li a:hover {
  color: #0f5c2b;
}
/* line 88, ../scss/styles.scss */
#header #userMenu li a.button {
  margin-top: -3px;
  border: 1px solid #d0d0d0;
}

/* line 96, ../scss/styles.scss */
#menu {
  background-color: #0f5c2b;
  color: white;
}
/* line 99, ../scss/styles.scss */
#menu a {
  color: white;
}
/* line 101, ../scss/styles.scss */
#menu a:hover {
  text-decoration: underline;
}
/* line 105, ../scss/styles.scss */
#menu .navbar {
  background-color: transparent;
  min-height: 0;
}
/* line 108, ../scss/styles.scss */
#menu .navbar .navbar-item {
  line-height: 1.8;
}
/* line 110, ../scss/styles.scss */
#menu .navbar .navbar-item.current {
  font-weight: bold;
}
/* line 114, ../scss/styles.scss */
#menu .navbar .navbar-menu {
  margin: 0 -1rem;
}
/* line 118, ../scss/styles.scss */
#menu .navbar .navbar-dropdown a {
  color: #0f5c2b;
}
/* line 120, ../scss/styles.scss */
#menu .navbar .navbar-dropdown a:hover {
  text-decoration: underline;
}
/* line 125, ../scss/styles.scss */
#menu .navbar .navbar-nolink {
  color: white;
  cursor: pointer;
}
/* line 128, ../scss/styles.scss */
#menu .navbar .navbar-nolink.current {
  font-weight: bold;
}
/* line 132, ../scss/styles.scss */
#menu .navbar .navbar-link::after {
  border-color: white;
}

/* line 137, ../scss/styles.scss */
#infoWrap {
  min-height: 63px;
  background-color: white;
}

/* line 141, ../scss/styles.scss */
#info {
  background-color: white;
}
/* line 143, ../scss/styles.scss */
#info.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  border-bottom: 1px solid #84d020;
}
/* line 151, ../scss/styles.scss */
#info #changeHotel {
  float: right;
  margin: 15px 0;
  border-color: #84d020;
  color: #84d020;
  font-weight: bold;
}
/* line 157, ../scss/styles.scss */
#info #changeHotel:hover {
  border-color: #0f5c2b;
  color: #0f5c2b;
}
/* line 162, ../scss/styles.scss */
#info ul {
  padding: 10px 30px 10px 0;
  margin: 0;
}
/* line 165, ../scss/styles.scss */
#info ul li {
  display: inline-block;
  margin-right: 20px;
  padding-right: 28px;
  color: #84d020;
  font-weight: bold;
}
/* line 171, ../scss/styles.scss */
#info ul li strong {
  display: block;
  font-size: 11px;
  color: #6F6F6F;
  text-transform: uppercase;
  margin-bottom: 2px;
}
/* line 178, ../scss/styles.scss */
#info ul li:not(:last-child) {
  border-right: 1px solid #D8D8D8;
}

/* line 185, ../scss/styles.scss */
#topBar {
  width: 100%;
  line-height: 36px;
}
/* line 188, ../scss/styles.scss */
#topBar ul {
  padding: 5px 10px;
  margin-bottom: 0;
}
/* line 191, ../scss/styles.scss */
#topBar ul li {
  margin-right: 25px;
  font-weight: bold;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
/* line 196, ../scss/styles.scss */
#topBar ul li strong {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
  font-weight: normal;
}
/* line 201, ../scss/styles.scss */
#topBar ul li span {
  color: #0f5c2b;
}
/* line 203, ../scss/styles.scss */
#topBar ul li span.inactive {
  color: #b30000;
}

/* line 211, ../scss/styles.scss */
#mainContent {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 214, ../scss/styles.scss */
#mainContent #mainContainer {
  background-color: white;
  padding: 20px 15px;
  /*height: calc(100vh - 185px);*/
  /*
  #content {
  	max-height: 100%;
  	overflow-x: hidden;
  	overflow-y: auto;
  }
  */
}

/* line 228, ../scss/styles.scss */
#topBar ~ #mainContent {
  padding-top: 0;
}

/* line 233, ../scss/styles.scss */
.list table.table {
  background-color: transparent;
  width: 100%;
}
/* line 237, ../scss/styles.scss */
.list table.table thead th {
  color: #0f5c2b;
  border-color: white;
  font-size: 14px;
  border-bottom-color: #dbdbdb;
  white-space: nowrap;
}
/* line 243, ../scss/styles.scss */
.list table.table thead th .fa, .list table.table thead th .fas {
  cursor: pointer;
  font-size: .7rem;
  margin-right: 2px;
}
/* line 250, ../scss/styles.scss */
.list table.table tbody {
  background-color: white;
  overflow: scroll;
}
/* line 253, ../scss/styles.scss */
.list table.table tbody td {
  border-left: 0;
  border-right: 0;
  vertical-align: middle;
  padding: .5em .7em;
}
/* line 258, ../scss/styles.scss */
.list table.table tbody td i {
  margin-right: 5px;
}
/* line 260, ../scss/styles.scss */
.list table.table tbody td i.fas.fa-check-circle {
  color: #0f5c2b;
}
/* line 263, ../scss/styles.scss */
.list table.table tbody td i.fas.fa-times-circle {
  color: #b30000;
}
/* line 267, ../scss/styles.scss */
.list table.table tbody td .button {
  background-color: #84d020;
  color: white;
  font-weight: bold;
  border: 0;
  vertical-align: middle;
}
/* line 274, ../scss/styles.scss */
.list table.table tbody td:last-child {
  text-align: right;
}
/* line 277, ../scss/styles.scss */
.list table.table tbody td[data-status] {
  cursor: pointer;
  font-weight: bold;
}
/* line 281, ../scss/styles.scss */
.list table.table tbody td[data-status="active"] {
  color: #0f5c2b;
}
/* line 284, ../scss/styles.scss */
.list table.table tbody td[data-status="inactive"] {
  color: #b30000;
}

/* line 296, ../scss/styles.scss */
.extensibleList .field-body .field.buttons {
  min-width: 60px;
  align-items: baseline;
}
/* line 300, ../scss/styles.scss */
.extensibleList button.addListRow, .extensibleList button.removeListRow {
  background-color: #84d020;
  color: white;
  font-weight: bold;
  border: 0;
  vertical-align: middle;
  display: inline-block;
}
/* line 309, ../scss/styles.scss */
.extensibleList.withoutLabels .radio-vertical {
  margin-top: -16px;
}
/* line 312, ../scss/styles.scss */
.extensibleList.withoutLabels button {
  margin-top: 0;
}
/* line 316, ../scss/styles.scss */
.extensibleList .columns.extensibleListRow {
  margin-bottom: 0 !important;
}
/* line 319, ../scss/styles.scss */
.extensibleList input.is-numeric {
  width: 6rem;
}

/** PAGINA DE LOGIN **/
/* line 328, ../scss/styles.scss */
#loginContainer {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url("../img/login-bg.jpg") no-repeat center center;
  background-size: cover;
}
/* line 334, ../scss/styles.scss */
#loginContainer h1 {
  color: white;
  font-size: 90px;
  position: absolute;
  top: 5vh;
  left: 50px;
  max-width: calc(100% - 450px);
}
/* line 342, ../scss/styles.scss */
#loginContainer #loginBox {
  width: 440px;
  height: 380px;
  background: #84d020;
  color: white;
  position: absolute;
  right: 0;
  bottom: 180px;
  padding: 30px 40px 20px;
}
/* line 351, ../scss/styles.scss */
#loginContainer #loginBox::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  border-right: 440px solid transparent;
  border-bottom: 60px solid #84d020;
}
/* line 359, ../scss/styles.scss */
#loginContainer #loginBox::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border-left: 440px solid #84d020;
  border-bottom: 15vw solid transparent;
}
/* line 367, ../scss/styles.scss */
#loginContainer #loginBox form {
  padding: 10px 30px;
}
/* line 369, ../scss/styles.scss */
#loginContainer #loginBox form p {
  color: white;
  font-weight: bold;
  margin-top: 0;
}
/* line 374, ../scss/styles.scss */
#loginContainer #loginBox form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
/* line 379, ../scss/styles.scss */
#loginContainer #loginBox form input {
  display: block;
  border: 0;
  width: 200px;
  font-size: 14px;
  margin-bottom: 20px;
}
/* line 386, ../scss/styles.scss */
#loginContainer #loginBox form .control.has-icons-left .icon {
  top: -2px;
}
/* line 389, ../scss/styles.scss */
#loginContainer #loginBox form button {
  display: block;
  background: #0f5c2b;
  color: white;
  border: 0;
  padding: 0 30px;
  font-size: 15px;
  margin-top: 40px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}
/* line 400, ../scss/styles.scss */
#loginContainer #loginBox form button:hover {
  background: rgba(0, 0, 0, 0.7);
}
/* line 405, ../scss/styles.scss */
#loginContainer #loginBox a.forgot {
  color: white;
  font-size: 14px;
  margin-top: 15px;
  display: block;
}
/* line 410, ../scss/styles.scss */
#loginContainer #loginBox a.forgot:hover {
  text-decoration: underline;
}
/* line 415, ../scss/styles.scss */
#loginContainer #loginFooter {
  width: 100%;
  height: 40px;
  position: fixed;
  bottom: 0;
  background: white;
}
/* line 421, ../scss/styles.scss */
#loginContainer #loginFooter::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  border-left: 75vw solid transparent;
  border-bottom: 140px solid white;
}
/* line 429, ../scss/styles.scss */
#loginContainer #loginFooter::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  border-right: 25vw solid transparent;
  border-bottom: 60px solid white;
}
/* line 437, ../scss/styles.scss */
#loginContainer #loginFooter img.logo {
  position: absolute;
  right: 80px;
  bottom: 50px;
}
/* line 442, ../scss/styles.scss */
#loginContainer #loginFooter ul {
  position: absolute;
  left: 30px;
  bottom: 15px;
}
/* line 446, ../scss/styles.scss */
#loginContainer #loginFooter ul li {
  display: inline-block;
  color: #0f5c2b;
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
}
/* line 452, ../scss/styles.scss */
#loginContainer #loginFooter ul li a {
  color: #0f5c2b;
  text-decoration: none;
  font-weight: normal;
}
/* line 456, ../scss/styles.scss */
#loginContainer #loginFooter ul li a:hover {
  text-decoration: underline;
}

/** FORMS **/
/* line 468, ../scss/styles.scss */
form {
  /** MODIFICADORES **/
}
/* line 469, ../scss/styles.scss */
form .control {
  margin-bottom: .7rem;
}
/* line 471, ../scss/styles.scss */
form .control.control-dual {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 474, ../scss/styles.scss */
form .control.control-dual.no-top-margin {
  margin-top: -10px;
}
/* line 477, ../scss/styles.scss */
form .control.control-dual + .control {
  margin-bottom: 0;
}
/* line 482, ../scss/styles.scss */
form field.radio-vertical .control {
  margin-bottom: 0;
  margin-top: 10px;
}
/* line 486, ../scss/styles.scss */
form .subtitle:not(:last-child), form .title:not(:last-child) {
  margin-bottom: 1rem;
}
/* line 489, ../scss/styles.scss */
form .field-label {
  text-align: left;
}
/* line 492, ../scss/styles.scss */
form label.label {
  font-weight: normal;
  position: relative;
}
/* line 495, ../scss/styles.scss */
form label.label sup {
  color: #f28c00;
  position: absolute;
  margin-left: 5px;
  font-size: 1.1em;
}
/* line 502, ../scss/styles.scss */
form .help {
  margin-bottom: .5em;
  position: relative;
}
/* line 505, ../scss/styles.scss */
form .help sup {
  color: #f28c00;
  position: absolute;
  margin-left: 5px;
  font-size: 1.1em;
}
/* line 512, ../scss/styles.scss */
form .actionsContainer {
  justify-content: flex-end;
  padding-right: 10px;
  padding-bottom: 20px;
}
/* line 516, ../scss/styles.scss */
form .actionsContainer button[type=submit] {
  display: block;
  background: #0f5c2b;
  color: white;
  border: 0;
  padding: 0 30px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}
/* line 526, ../scss/styles.scss */
form .actionsContainer button[type=submit]:hover {
  background: rgba(0, 0, 0, 0.7);
}
/* line 531, ../scss/styles.scss */
form input.is-numeric {
  width: 3rem;
}
/* line 536, ../scss/styles.scss */
form .margin-label-plus .label {
  margin-top: 15px;
}
/* line 539, ../scss/styles.scss */
form .margin-label-minus .label {
  margin-top: -8px;
}
/* line 542, ../scss/styles.scss */
form .field.margin-top-plus {
  margin-top: 26px;
}
/* line 545, ../scss/styles.scss */
form .checkbox.vcenter {
  margin: 7px 8px 0 0;
}

/* line 550, ../scss/styles.scss */
.toggleLink, .toggleExternalLink {
  display: block;
  margin-top: 0;
  margin-bottom: 2rem !important;
}
/* line 554, ../scss/styles.scss */
.toggleLink > a, .toggleExternalLink > a {
  color: #0f5c2b;
  padding: 1em 1.5em;
  background-color: rgba(132, 208, 33, 0.15);
  width: 100%;
  text-align: center;
  display: block;
}
/* line 561, ../scss/styles.scss */
.toggleLink > a:hover, .toggleExternalLink > a:hover {
  background-color: rgba(132, 208, 33, 0.3);
}
/* line 564, ../scss/styles.scss */
.toggleLink > a.open, .toggleExternalLink > a.open {
  color: rgba(102, 102, 102, 0.7);
  background-color: #ECECEC;
}

/* line 570, ../scss/styles.scss */
.toggleBox {
  display: none;
  padding: 20px;
  margin-bottom: 20px;
  background: rgba(132, 208, 33, 0.15);
  position: relative;
  top: -20px;
}
/* line 577, ../scss/styles.scss */
.toggleBox .actionsContainer {
  padding-right: 5px;
  padding-bottom: 5px;
}

/* line 583, ../scss/styles.scss */
.control.has-icons-right .input, .control.has-icons-right .select select {
  padding-right: 0;
}

/** BIENVENIDA **/
/* line 588, ../scss/styles.scss */
#fullBody {
  min-height: calc(100vh - 110px);
}
/* line 590, ../scss/styles.scss */
#fullBody h1 {
  margin-top: 2rem;
  margin-bottom: 0;
}
/* line 594, ../scss/styles.scss */
#fullBody > .container {
  width: 900px;
  max-width: 100%;
}
/* line 597, ../scss/styles.scss */
#fullBody > .container table.table {
  background-color: transparent;
  width: 100%;
  margin-top: 1rem;
}
/* line 601, ../scss/styles.scss */
#fullBody > .container table.table tbody {
  background-color: white;
  max-height: 310px;
  overflow: scroll;
}
/* line 605, ../scss/styles.scss */
#fullBody > .container table.table tbody td {
  line-height: 60px;
}
/* line 607, ../scss/styles.scss */
#fullBody > .container table.table tbody td .button {
  background-color: #84d020;
  color: white;
  font-weight: bold;
  border: 0;
  vertical-align: middle;
}
/* line 614, ../scss/styles.scss */
#fullBody > .container table.table tbody td:first-child {
  padding-left: 1.3em;
}
/* line 617, ../scss/styles.scss */
#fullBody > .container table.table tbody td:last-child {
  text-align: right;
  padding-right: 1.3em;
}

/** VISTA GENERAL **/
/* line 629, ../scss/styles.scss */
#dashboard {
  overflow: hidden;
}
/* line 632, ../scss/styles.scss */
#dashboard .filters .column {
  background: #ECECEC;
  padding: 30px;
  padding-bottom: 6px;
  margin-bottom: 1rem;
}
/* line 637, ../scss/styles.scss */
#dashboard .filters .column .field-body {
  margin-right: 20px;
}
/* line 642, ../scss/styles.scss */
#dashboard .tags {
  justify-content: flex-end;
  padding-right: 10px;
}
/* line 646, ../scss/styles.scss */
#dashboard .tags .tag.unavailable {
  background-color: #d4d4d4;
}
/* line 647, ../scss/styles.scss */
#dashboard .tags .tag.closed {
  background-color: #ffb6c4;
}
/* line 648, ../scss/styles.scss */
#dashboard .tags .tag.available {
  background-color: #c3efd2;
}
/* line 649, ../scss/styles.scss */
#dashboard .tags .tag.partiallyAvailable {
  background-color: #fff3c2;
}
/* line 652, ../scss/styles.scss */
#dashboard .weeksControl {
  margin-bottom: 1rem;
  font-size: 13px;
}

/* line 658, ../scss/styles.scss */
#dashboardRoomList {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  width:1200px;
  height:850px;
}
/* line 662, ../scss/styles.scss */
#dashboardRoomList::after {
  position: absolute;
  content: " ";
  display: block;
  box-shadow: inset 15px 0px 9px -6px;
  height: 100%;
  right: 0;
}
/* line 671, ../scss/styles.scss */
#dashboardRoomList table.table {
  table-layout: fixed;
}
/* line 673, ../scss/styles.scss */
#dashboardRoomList table.table thead th, #dashboardRoomList table.table tbody td {
  border-collapse: collapse;
  min-width: 160px;
}
/* line 678, ../scss/styles.scss */
#dashboardRoomList table.table thead th {
  color: #0f5c2b;
  border-color: white;
  border-bottom-color: #dbdbdb;
}
/* line 682, ../scss/styles.scss */
#dashboardRoomList table.table thead th.weekend {
  border-color: white;
  background-color: #0f5c2b;
  color: white;
}
/* line 689, ../scss/styles.scss */
#dashboardRoomList table.table tbody {
  background-color: white;
}
/* line 691, ../scss/styles.scss */
#dashboardRoomList table.table tbody tr.row-childrate {
  display: none;
}
/* line 694, ../scss/styles.scss */
#dashboardRoomList table.table tbody td {
  border-left: 0;
  border-right: 0;
  vertical-align: middle;
  position: relative;
}
/* line 699, ../scss/styles.scss */
#dashboardRoomList table.table tbody td small {
  display: block;
  font-size: 12px;
  color: #676767;
}
/* line 705, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.room .far {
  color: #0f5c2b;
  transform: rotate(0deg);
  display: inline-block;
  vertical-align: middle;
}
/* line 711, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.room a span {
  color: #0f5c2b;
  font-size: 12px;
}
/* line 717, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.room.expanded .far {
  transform: rotate(180deg);
}
/* line 722, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.rate.childrate {
  background-color: #f1f1f1;
}
/* line 724, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.rate.childrate .fas {
  color: #656565;
  transform: rotate(90deg);
  display: inline-block;
  margin-right: 5px;
}
/* line 731, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.rate .close {
  position: absolute;
  top: 2px;
  right: 7px;
  font-size: 16px;
  color: #b7b7b7;
}
/* line 738, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.rate .type {
  display: block;
  font-size: 12px;
  color: #676767;
}
/* line 744, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.priceAvailabilityByDay {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #ECECEC;
  border: 2px solid white !important;
  vertical-align: top !important;
  height: 230px;
}
/* line 750, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.priceAvailabilityByDay .date {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #f5f5f5;
  line-height: 25px;
}
/* line 759, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.priceAvailabilityByDay .close {
  position: absolute;
  top: 2px;
  right: 7px;
  font-size: 16px;
  color: #b7b7b7;
}
/* line 766, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.priceAvailabilityByDay .dateFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  height: 30px;
  padding-right: 10px;
}
/* line 775, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.priceAvailabilityByDay.available {
  background-color: #c3efd2;
}
/* line 776, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.priceAvailabilityByDay.partiallyAvailable {
  background-color: #fff3c2;
}
/* line 777, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.priceAvailabilityByDay.unavailable {
  background-color: #d4d4d4;
}
/* line 778, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.priceAvailabilityByDay.closed {
  background-color: #ffb6c4 !important;
}
/* line 780, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.priceAvailabilityByDay.closed .close {
  color: #ad4141;
}
/* line 783, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.priceAvailabilityByDay.closed .field, #dashboardRoomList table.table tbody td.priceAvailabilityByDay.closed .control, #dashboardRoomList table.table tbody td.priceAvailabilityByDay.closed .visible-if-cupo {
  display: none !important;
}
/* line 787, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.priceAvailabilityByDay .field {
  margin-bottom: 0;
}
/* line 790, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.priceAvailabilityByDay .control {
  text-align: right;
  margin-bottom: .5rem !important;
}
/* line 794, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.priceAvailabilityByDay .visible-if-cupo {
  display: none;
}
/* line 797, ../scss/styles.scss */
#dashboardRoomList table.table tbody td.priceAvailabilityByDay.hasCupo .visible-if-cupo {
  display: block;
}

/** FICHA HOTEL **/
/* line 808, ../scss/styles.scss */
#ageRanges, #occupationLimits {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/* line 812, ../scss/styles.scss */
#ageRanges .field-label, #occupationLimits .field-label {
  margin-right: 5px;
  margin-left: 10px;
}
/* line 815, ../scss/styles.scss */
#ageRanges .field-label .label, #occupationLimits .field-label .label {
  width: 100px;
  margin-top: 25px;
  text-align: right;
  padding-right: 10px;
}

/* line 825, ../scss/styles.scss */
#hotelData .select.is-fullwidth {
  width: 90%;
}

/* line 829, ../scss/styles.scss */
#contactData {
  padding: 20px;
  background-color: rgba(132, 208, 33, 0.15);
  margin-bottom: 20px;
}
/* line 834, ../scss/styles.scss */
#contactData .columns .column {
  padding: .5rem .75rem;
}
/* line 836, ../scss/styles.scss */
#contactData .columns .column .control {
  margin-bottom: 0;
}
/* line 841, ../scss/styles.scss */
#contactData .extensibleListRow button {
  margin-top: 0;
}

/** HABITACIONES **/
/* line 850, ../scss/styles.scss */
#roomList td small {
  display: block;
  font-size: 12px;
  color: #676767;
}

/* line 859, ../scss/styles.scss */
#roomsData .nameField {
  flex-grow: 16 !important;
}

/** TARIFAS **/
/* line 866, ../scss/styles.scss */
#rateData #dataBase, #offerData #dataBase {
  background: #EEE;
  padding: .8rem;
  margin-bottom: 1.5rem;
}
/* line 870, ../scss/styles.scss */
#rateData #dataBase .control, #offerData #dataBase .control {
  margin-bottom: 0;
}
/* line 876, ../scss/styles.scss */
#rateData #tab .is-active a, #offerData #tab .is-active a {
  color: #0f5c2b;
  border-color: #0f5c2b;
}
/* line 882, ../scss/styles.scss */
#rateData #corporate, #rateData #corporateChild, #rateData #noCorporateChild, #rateData #restrictions, #offerData #corporate, #offerData #corporateChild, #offerData #noCorporateChild, #offerData #restrictions {
  margin-top: 1.2rem;
  margin-bottom: 1rem;
}
/* line 887, ../scss/styles.scss */
#rateData .extensibleListRow button, #offerData .extensibleListRow button {
  margin-top: 0;
}
/* line 891, ../scss/styles.scss */
#rateData .radio-vertical, #offerData .radio-vertical {
  margin-top: -15px;
}
/* line 894, ../scss/styles.scss */
#rateData #closing, #offerData #closing {
  background: #ECECEC;
  padding: 20px;
  padding-bottom: 10px;
  margin-bottom: 2rem;
  margin-top: -.5rem;
}
/* line 901, ../scss/styles.scss */
#rateData h4 + hr, #offerData h4 + hr {
  margin-top: -10px;
}
/* line 904, ../scss/styles.scss */
#rateData #policyCancel, #offerData #policyCancel {
  margin: 20px 0 20px 0;
}
/* line 906, ../scss/styles.scss */
#rateData #policyCancel .title.is-7, #offerData #policyCancel .title.is-7 {
  font-size: .85rem;
}
/* line 909, ../scss/styles.scss */
#rateData #policyCancel hr + .level, #offerData #policyCancel hr + .level {
  margin-top: -15px;
  margin-bottom: 1rem;
}
/* line 914, ../scss/styles.scss */
#rateData #policyCancel .extensibleList .control.control-dual, #offerData #policyCancel .extensibleList .control.control-dual {
  margin-top: 5px;
  margin-bottom: -2px;
}
/* line 918, ../scss/styles.scss */
#rateData #policyCancel .extensibleList .control.control-dual + .control, #offerData #policyCancel .extensibleList .control.control-dual + .control {
  margin-bottom: 5px;
}
/* line 923, ../scss/styles.scss */
#rateData .visible-free-night .control.control-dual, #offerData .visible-free-night .control.control-dual {
  margin-top: -8px;
}
/* line 926, ../scss/styles.scss */
#rateData .visible-value-added, #offerData .visible-value-added {
  width: 100%;
  margin-top: -10px;
  padding: 10px 20px;
  background: rgba(132, 208, 33, 0.15);
}
/* line 931, ../scss/styles.scss */
#rateData .visible-value-added .field-label .label, #offerData .visible-value-added .field-label .label {
  margin-bottom: 5px;
}

/* line 938, ../scss/styles.scss */
.visible-value-added textarea {
  width: 450px;
}

/** PRECIOS - DISPONIBILIDAD **/
/* line 944, ../scss/styles.scss */
#priceAvailability .priceAvBox {
  padding: 20px;
  margin-bottom: 20px;
  background: rgba(132, 208, 33, 0.15);
}
/* line 950, ../scss/styles.scss */
#priceAvailability .selector-month i {
  margin-top: 6px;
}
/* line 955, ../scss/styles.scss */
#priceAvailability .tags {
  justify-content: flex-end;
  padding-right: 10px;
}
/* line 959, ../scss/styles.scss */
#priceAvailability .tags .tag.unavailable {
  background-color: #d4d4d4;
}
/* line 960, ../scss/styles.scss */
#priceAvailability .tags .tag.closed {
  background-color: #ffb6c4;
}
/* line 961, ../scss/styles.scss */
#priceAvailability .tags .tag.available {
  background-color: #c3efd2;
}
/* line 962, ../scss/styles.scss */
#priceAvailability .tags .tag.partiallyAvailable {
  background-color: #fff3c2;
}
/* line 966, ../scss/styles.scss */
#priceAvailability h4 + hr {
  margin-top: -10px;
}
/* line 971, ../scss/styles.scss */
#priceAvailability table th {
  text-align: center;
  vertical-align: middle;
}
/* line 974, ../scss/styles.scss */
#priceAvailability table th:first-child {
  text-align: left;
}
/* line 979, ../scss/styles.scss */
#priceAvailability table div.valid {
  background: #c3efd2;
}
#priceAvailability table div.no-price-valid {
  background: #fff3c2;
}
/* line 982, ../scss/styles.scss */
#priceAvailability table div.no-price {
  background: #d4d4d4;
}
/* line 985, ../scss/styles.scss */
#priceAvailability table div.closed {
  background: #ffb6c4;
}
/* line 988, ../scss/styles.scss */
#priceAvailability table div.only-price {
  background: #fff3c2;
}
/* line 992, ../scss/styles.scss */
#priceAvailability table .control {
  margin-bottom: 0;
}

/** RESERVAS **/
/* line 1001, ../scss/styles.scss */
#bookingData form button.button {
  display: block;
  background: #0f5c2b;
  color: white;
  border: 0;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}
/* line 1011, ../scss/styles.scss */
#bookingData .list a {
  color: #0f5c2b;
}
/* line 1014, ../scss/styles.scss */
#bookingData table th {
  vertical-align: middle;
}
/* line 1017, ../scss/styles.scss */
#bookingData h4 {
  margin: 1rem 0 .5rem;
}
/* line 1021, ../scss/styles.scss */
#bookingData table ul {
  text-align: left;
  margin-bottom: 0;
}
/* line 1024, ../scss/styles.scss */
#bookingData table ul li {
  display: block;
  list-style: circle;
  padding-left: 5px;
}
/* line 1028, ../scss/styles.scss */
#bookingData table ul li::before {
  content: "- ";
}
/* line 1031, ../scss/styles.scss */
#bookingData table ul li span {
  font-weight: bold;
  font-size: 0.9em;
}
/* line 1035, ../scss/styles.scss */
#bookingData table ul li del {
  color: #AAA;
  font-size: 0.95em;
}

/* line 1043, ../scss/styles.scss */
#bookingMng {
  background: #ECECEC;
  padding: 10px 20px 20px;
  margin-bottom: 1rem;
  margin-top: -.5rem;
  width: 100%;
}
/* line 1049, ../scss/styles.scss */
#bookingMng .title {
  position: relative;
  top: -10px;
}
/* line 1053, ../scss/styles.scss */
#bookingMng .bookingSearch {
  margin-top: 20px;
  margin-right: 5px;
}

/** CIERRES **/
/* line 1060, ../scss/styles.scss */
#closuresList {
  overflow-x: hidden;
}
/* line 1063, ../scss/styles.scss */
#closuresList .filters .column {
  background: #ECECEC;
  padding: 10px 20px;
  margin-bottom: 1rem;
}
/* line 1067, ../scss/styles.scss */
#closuresList .filters .column .field-body {
  margin-right: 20px;
}
/* line 1072, ../scss/styles.scss */
#closuresList .tags {
  justify-content: flex-end;
  padding-right: 10px;
}
/* line 1076, ../scss/styles.scss */
#closuresList .tags .tag.unavailable {
  background-color: #d4d4d4;
}
/* line 1077, ../scss/styles.scss */
#closuresList .tags .tag.closed {
  background-color: #ffb6c4;
}
/* line 1078, ../scss/styles.scss */
#closuresList .tags .tag.available {
  background-color: #c3efd2;
}
/* line 1079, ../scss/styles.scss */
#closuresList .tags .tag.partiallyAvailable {
  background-color: #fff3c2;
}

/* line 1083, ../scss/styles.scss */
ul.closuresGrid {
  margin: 10px auto 40px;
  display: block;
}
/* line 1087, ../scss/styles.scss */
ul.closuresGrid > li {
  display: block;
}
/* line 1089, ../scss/styles.scss */
ul.closuresGrid > li ul {
  margin-bottom: 0;
}
/* line 1091, ../scss/styles.scss */
ul.closuresGrid > li ul li {
  width: 20px;
  height: 20px;
  border: 1px solid #DDD;
  border-radius: 1px;
  margin-right: 4px;
  margin-bottom: 8px;
}
/* line 1098, ../scss/styles.scss */
ul.closuresGrid > li ul li:first-child {
  width: 100px;
  border-color: white;
}
/* line 1102, ../scss/styles.scss */
ul.closuresGrid > li ul li.green {
  background-color: #c3efd2;
}
/* line 1103, ../scss/styles.scss */
ul.closuresGrid > li ul li.yellow {
  background-color: #fff3c2;
}
/* line 1104, ../scss/styles.scss */
ul.closuresGrid > li ul li.red {
  background-color: #ffb6c4;
}
/* line 1106, ../scss/styles.scss */
ul.closuresGrid > li ul.gridHeader {
  margin-bottom: 5px;
}
/* line 1108, ../scss/styles.scss */
ul.closuresGrid > li ul.gridHeader li {
  border-color: white;
}

/* line 1117, ../scss/styles.scss */
.filterBox {
  background: #ECECEC;
  padding: 10px 20px;
  margin-bottom: 1rem;
}
/* line 1121, ../scss/styles.scss */
.filterBox .field-body {
  margin-right: 20px;
}

/** WEEK DAY SELECTOR **/
/* line 1128, ../scss/styles.scss */
.btn-group.btn-group-toggle .btn-sm, .btn-group.btn-group-toggle .btn-group-sm > .btn, .btn-group.btn-group-toggle .btn-group-sm > .btn {
  line-height: 1.2;
}
/* line 1131, ../scss/styles.scss */
.btn-group.btn-group-toggle .btn-secondary {
  background-color: #666;
  border-color: #666;
  color: white;
}

/** AJUSTES TABLA **/
/* line 1140, ../scss/styles.scss */
table.table.no-background {
  background: none;
}
/* line 1143, ../scss/styles.scss */
table.table tr.no-border td {
  border: 0;
}

/** AJUSTES PAGINADOR **/
/* line 1150, ../scss/styles.scss */
.pagination a.pagination-link, .pagination .pagination-next, .pagination .pagination-previous {
  background-color: white;
}
/* line 1152, ../scss/styles.scss */
.pagination a.pagination-link.is-current, .pagination .pagination-next.is-current, .pagination .pagination-previous.is-current {
  background-color: #84d020;
  border-color: #67b500;
  font-weight: bold;
}
/* line 1158, ../scss/styles.scss */
.pagination.is-centered .pagination-list {
  padding-top: 6px;
}

/* line 1163, ../scss/styles.scss */
.exportBtn {
  background-color: #848484 !important;
  margin-right: 15px;
}

.exportBtnGreen {
	background-color: #0f5c2b !important;
  margin-right: 15px;
}

/** MODALES **/
/* line 1169, ../scss/styles.scss */
.bgOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/* line 1178, ../scss/styles.scss */
.modalContainer {
  max-width: 80vw;
  max-height: 80vh;
  overflow: auto;
  background-color: white;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  position: fixed;
  padding: 20px 30px;
}
/* line 1190, ../scss/styles.scss */
.modalContainer .modalCloseLink {
  float: right;
}
/* line 1192, ../scss/styles.scss */
.modalContainer .modalCloseLink .fas {
  font-size: 22px;
  color: #9c9c9c;
  margin-top: 5px;
  margin-right: 4px;
}
/* line 1199, ../scss/styles.scss */
.modalContainer hr {
  background-color: #0f5c2b;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
/* line 1204, ../scss/styles.scss */
.modalContainer h3 {
  color: #0f5c2b;
  font-family: 'Asap';
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
/* line 1211, ../scss/styles.scss */
.modalContainer .modalBody {
  padding: 0;
}
/* line 1213, ../scss/styles.scss */
.modalContainer .modalBody p {
  font-size: 13px;
}
/* line 1217, ../scss/styles.scss */
.modalContainer .modalActions {
  float: right;
}
/* line 1219, ../scss/styles.scss */
.modalContainer .modalActions button {
  display: inline-block;
  margin-left: 15px;
  background-color: #848484;
  color: white;
  border: 0;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}
/* line 1228, ../scss/styles.scss */
.modalContainer .modalActions button[type=submit] {
  background-color: #0f5c2b;
}

/** INTERNET EXPLORER **/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 1243, ../scss/styles.scss */
  #dashboardRoomList table.table tbody td {
    height: 220px;
  }

  /* line 1246, ../scss/styles.scss */
  #dashboardRoomList td.priceAvailabilityByDay .dateFooter {
    top: 190px;
  }

  /* line 1251, ../scss/styles.scss */
  #ageRanges .field-label, #ageRanges .field-body, #occupationLimits .field-label, #occupationLimits .field-body {
    display: inline-flex;
  }

  /* line 1258, ../scss/styles.scss */
  #offerData .level > .field-body .field, #providerList .level > .field-body .field, #userList .level > .field-body .field {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }

  /* line 1267, ../scss/styles.scss */
  #restrictions > .field-body, #bookingMng > .field-body, #corporate > .field-body {
    display: block;
  }
  /* line 1269, ../scss/styles.scss */
  #restrictions > .field-body .field, #bookingMng > .field-body .field, #corporate > .field-body .field {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }

  /* line 1279, ../scss/styles.scss */
  #rateData .extensibleList .extensibleListRow.columns .column, #closing .extensibleList .extensibleListRow.columns .column, #policyCancel .extensibleList .extensibleListRow.columns .column {
    flex-basis: auto;
  }
  /* line 1281, ../scss/styles.scss */
  #rateData .extensibleList .extensibleListRow.columns .column .field-body, #closing .extensibleList .extensibleListRow.columns .column .field-body, #policyCancel .extensibleList .extensibleListRow.columns .column .field-body {
    display: block;
    width: auto;
  }
  /* line 1284, ../scss/styles.scss */
  #rateData .extensibleList .extensibleListRow.columns .column .field-body .field, #closing .extensibleList .extensibleListRow.columns .column .field-body .field, #policyCancel .extensibleList .extensibleListRow.columns .column .field-body .field {
    display: inline-block;
    width: auto;
    vertical-align: top;
    float: left;
  }

  /* line 1295, ../scss/styles.scss */
  .field-label.is-small {
    float: none;
  }

  /* line 1298, ../scss/styles.scss */
  .large-ie-label {
    margin-top: 15px !important;
    text-align: left !important;
    margin-right: 0;
    padding-right: 0 !important;
  }

  /* line 1306, ../scss/styles.scss */
  #ageRanges .field-label, #ageRanges .field-body, #occupationLimits .field-label, #occupationLimits .field-body {
    margin-right: 30px !important;
  }

  /* line 1310, ../scss/styles.scss */
  .select.is-fullwidth select {
    min-width: 100px;
  }

  /* line 1313, ../scss/styles.scss */
  #offerData .field.is-horizontal {
    display: block !important;
  }
  /* line 1315, ../scss/styles.scss */
  #offerData .field.is-horizontal .field-label.is-small {
    float: none !important;
  }
  /* line 1318, ../scss/styles.scss */
  #offerData .field.is-horizontal .field.has-addons .control {
    float: left !important;
  }

  /* line 1322, ../scss/styles.scss */
  .field-ie-topmargin {
    margin-top: 15px;
  }

  /* line 1325, ../scss/styles.scss */
  #dataBase .field-ie-topmargin {
    margin-top: 22px;
  }

  /* line 1328, ../scss/styles.scss */
  #restrictions .field-body {
    float: left;
    margin-right: 10px;
  }

  /* line 1332, ../scss/styles.scss */
  .has-addons .control {
    float: left !important;
  }

  /* line 1335, ../scss/styles.scss */
  #policyCancel {
    clear: both;
  }

  /* line 1338, ../scss/styles.scss */
  #bookingMng .field-body {
    float: left;
    margin-right: 17px;
  }

  /* line 1343, ../scss/styles.scss */
  .field.is-grouped > :not(:last-child).control {
    margin-bottom: 10px;
    margin-right: 0;
  }

  /* line 1347, ../scss/styles.scss */
  #bookingData form button.button {
    display: inline-block;
  }
}
/** MICROSOFT EDGE **/
@supports (-ms-ime-align: auto) {
  /* line 1356, ../scss/styles.scss */
  .field.is-horizontal:not(#ageRanges) {
    display: inline-block;
    vertical-align: bottom;
  }
  /* line 1359, ../scss/styles.scss */
  .field.is-horizontal:not(#ageRanges) .field-label.is-small {
    float: left;
  }

  /* line 1363, ../scss/styles.scss */
  .filterBox .field-label {
    text-align: left;
  }

  /* line 1366, ../scss/styles.scss */
  #bookingMng .field.is-horizontal .field-label.is-small {
    float: none;
  }

  /* line 1369, ../scss/styles.scss */
  .extensibleListRow .control.has-icons-right .input {
    width: auto;
  }

  /* line 1373, ../scss/styles.scss */
  #dashboardRoomList table.table tbody td {
    height: 220px !important;
    overflow: hidden;
  }

  /* line 1377, ../scss/styles.scss */
  #dashboardRoomList td.priceAvailabilityByDay .dateFooter {
    top: 185px;
  }

  /* line 1380, ../scss/styles.scss */
  #dashboardRoomList table.table tbody td.priceAvailabilityByDay {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 1384, ../scss/styles.scss */
  #restrictions .field.is-narrow.is-horizontal > .field-body {
    display: inline-block;
  }

  /* line 1388, ../scss/styles.scss */
  #offerData .level .field.is-narrow.is-horizontal .field-label.is-small {
    float: none;
  }

  /* line 1391, ../scss/styles.scss */
  #occupationLimits .field-body {
    float: left;
  }
  /* line 1393, ../scss/styles.scss */
  #occupationLimits .field-body > .field {
    width: 60px;
    float: left;
    display: block;
    max-width: 60px;
    min-width: 60px;
  }
  
  
}