@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
/*********************
BREAKPOINTS
*********************/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  transition: color .25s ease-in-out;
}

body {
  background: #F9FAFD;
  color: #5B657C;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

button {
  background: #4ECED0;
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 1.2857142857rem;
  padding: 18px;
  text-transform: uppercase;
  transition: background .25s ease-in-out, width 10.25s ease-in-out;
  width: auto;
}

button:hover {
  background: #66E5E7;
}

button[disabled] {
  background: #c7eff0;
  width: 56px;
}

button[disabled] svg {
  vertical-align: middle;
}

button.delete-btn {
  background: #FF3952;
}

button.plain {
  background: none;
  color: #4ECED0;
  text-transform: none;
  text-decoration: underline;
}

button.plain.delete-btn {
  color: #FF3952;
}

footer {
  margin-bottom: 20px;
  margin-top: 84px;
  text-align: center;
}

@media (max-width: 37.5em) {
  footer {
    margin-top: 30px;
  }
}

html {
  font-size: 14px;
}

input {
  background: #fff;
  border: 1px solid #CCD1DF;
  border-radius: 4px;
  color: #117394;
  padding: 16px;
  text-align: center;
  transition: border-color .25s ease-in-out;
}

input:-moz-placeholder {
  color: #cbcfd8;
}

input::-moz-placeholder {
  color: #cbcfd8;
}

input::-webkit-input-placeholder {
  color: #cbcfd8;
}

input:-ms-input-placeholder {
  color: #cbcfd8;
}

input:focus {
  border-color: #4ECECF;
  outline: none;
}

input.danger {
  border-color: #FF3952;
  color: #FF3952;
}

input[readonly='readonly'] {
  background: #fafbfc;
}

input[readonly='readonly']:focus {
  border-color: #CCD1DF;
}

span.help {
  display: block;
  padding: 10px 0;
}

span.help.is-danger {
  color: #FF3952;
}

span.help svg {
  vertical-align: middle;
}

select.danger {
  border-color: #FF3952;
  color: #FF3952;
}

textarea {
  background: #fff;
  border: 1px solid #CCD1DF;
  border-radius: 4px;
  color: #117394;
  padding: 16px;
  transition: border-color .25s ease-in-out;
  width: 100%;
}

textarea:focus {
  border-color: #4ECECF;
  outline: none;
}

textarea.danger {
  border-color: #FF3952;
  color: #FF3952;
}

.align-right {
  text-align: right;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}

.breadcrumbs li:after {
  color: #4ECECF;
  content: '\203A';
  margin-left: 0.3em;
}

.breadcrumbs li:last-of-type:after {
  content: none;
}

.breadcrumbs li a {
  color: #4ECECF;
  display: inline-block;
  padding: 15px 5px;
  text-decoration: none;
}

.breadcrumbs li span {
  display: inline-block;
  padding: 15px 5px;
}

.btn-action {
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #F4F7FF 100%);
  border: 1px solid #CCD1DE;
  border-radius: 4px;
  color: #5B657C;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 15px 26px;
  text-decoration: none;
}

.header:after {
  content: "";
  display: table;
  clear: both;
}

.form-wrapper {
  background: white;
  border: 1px solid #CCD1DE;
  border-radius: 4px;
  margin-top: 20px;
  padding: 50px;
}

@media (max-width: 37.5em) {
  .form-wrapper {
    padding: 20px 0 20px 0;
  }
}

.form-wrapper fieldset {
  border: none;
  margin-bottom: 30px;
}

.form-wrapper fieldset:last-of-type {
  margin-bottom: 0;
}

.form-wrapper fieldset legend {
  color: #4ECECF;
  font-size: 1.1428571429rem;
  margin-bottom: 20px;
}

.form-wrapper fieldset .field-group {
  margin-bottom: 10px;
}

.form-wrapper fieldset .field-group.fixed-field {
  margin-bottom: 20px;
}

.form-wrapper fieldset .field-group label {
  display: block;
  margin-bottom: 10px;
}

.form-wrapper fieldset .field-group input[type='text'] {
  padding: 10px 5px;
  text-align: left;
  width: 100%;
}

.form-wrapper fieldset .field-value {
  color: #4ECECF;
}

.form-wrapper .btn-wrapper {
  margin: 0;
  text-align: center;
}

.form-wrapper .btn-wrapper.plain {
  margin-top: 30px;
}

.form-wrapper .columns {
  display: flex;
}

@media (max-width: 37.5em) {
  .form-wrapper .columns {
    display: block;
  }
}

.form-wrapper .columns > * {
  flex: 1;
}

.header {
  text-align: left !important;
}

.header > * {
  display: inline-block;
}

.header .left {
  text-align: left;
}

.header .right {
  float: right;
  text-align: right;
}

.lone-header {
  margin-top: 20px;
}

@media (max-width: 37.5em) {
  .lone-header {
    display: none;
  }
}

.paciente-data {
  margin-top: 20px;
}

.paciente-data.lbl {
  margin-top: 0;
}

.panel {
  border-radius: 4px;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}

.panel.panel-danger {
  background: #FF3952;
  color: white;
}

.success {
  color: #2ab27b;
}

.tooltip {
  display: none;
  opacity: 0;
  transition: opacity .15s;
  pointer-events: none;
  padding: 4px;
  z-index: 10000;
}

.tooltip .tooltip-content {
  background: white;
  color: #5B657C;
  border-radius: 16px;
  padding: 5px 10px 4px;
}

.tooltip.tooltip-open-transitionend {
  display: block;
}

.tooltip.tooltip-after-open {
  opacity: 1;
}

.wrapper {
  margin: 0 auto;
  width: 90%;
}

.receipt-form label {
  display: block;
  margin-bottom: 10px;
}

.receipt-form input {
  width: 100%;
  text-align: left;
}

.receipt-form hr {
  margin: 30px 0;
  background: #C3C5CC;
  border: 0;
  border-top: 1px solid;
  border-color: #C3C5CC;
}

.receipt-form table {
  width: 100%;
}

.receipt-form table .importe {
  width: 20%;
}

.receipt-form table th {
  text-align: left;
}

.receipt-form table tfoot td {
  padding: 20px 0;
}

.receipt-form table tfoot td a {
  color: #4ECED0;
}

.receipt-form .center {
  text-align: center;
}

.print-only {
  display: none;
}

@media print {
  html, body {
    height: 100%;
  }
  body {
    background: #fff;
  }
  footer {
    display: none;
  }
  #app > * {
    display: none;
  }
  #app > *.has-print {
    display: block;
    height: 100%;
    margin: 0;
    width: 100%;
  }
  #app > *.has-print > * {
    display: none;
  }
  .printable {
    border: none;
    padding: 0;
    display: block !important;
    height: 13cm;
  }
  .printable p {
    display: block !important;
  }
  .printable .btn-wrapper {
    display: none !important;
  }
  .print-only {
    display: block;
  }
  .page {
    break-before: always;
  }
  @page {
    size: letter portrait;
  }
}

app-header {
  display: none;
}

.login_wrapper {
  margin: 55px auto 0;
  max-width: 470px;
  width: 90%;
}

@media (max-width: 37.5em) {
  .login_wrapper {
    margin: 10px auto 0;
  }
}

.login_wrapper > p {
  text-align: center;
}

.login_wrapper a {
  color: #5B657C;
  text-decoration: none;
}

.login_wrapper a:hover {
  text-decoration: underline;
}

.login_wrapper h1 {
  margin: 0;
  text-align: center;
}

.login_wrapper h1 img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.login_wrapper .login_form {
  background: #fff;
  border: 1px solid #CCD1DE;
  border-radius: 8px;
  box-shadow: 0 2px 1px 0 rgba(204, 209, 222, 0.4);
  margin: 55px 0 30px;
  padding: 60px 85px;
  text-align: center;
  width: 100%;
}

@media (max-width: 37.5em) {
  .login_wrapper .login_form {
    margin: 20px 0 20px;
    padding: 30px;
  }
}

.login_wrapper .login_form.danger {
  margin-top: 20px;
}

.login_wrapper .login_form h2 {
  font-size: 1.7142857143rem;
  font-weight: 400;
  margin: 0 0 20px;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}

.login_wrapper .login_form h2:before {
  border-bottom: 1px solid #4ECED0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 48px;
}

.login_wrapper .login_form .fields {
  margin-top: 34px;
}

.login_wrapper .login_form .fields > div {
  margin-bottom: 20px;
}

.login_wrapper .login_form .fields button {
  width: 100%;
}

.login_wrapper .login_form .fields input {
  width: 100%;
}

.login_wrapper .login_form .fields label {
  display: block;
  margin-bottom: 10px;
}

header {
  background: white;
  border-bottom: 1px solid #CCD1DE;
  padding: 0;
}

header h1 {
  color: #4ECECF;
  display: inline-block;
  font-size: 1.7142857143rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 22px 0;
}

@media (max-width: 37.5em) {
  header h1 {
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
}

header nav {
  display: inline-block;
  float: right;
}

@media (max-width: 37.5em) {
  header nav {
    display: block;
    float: none;
  }
}

header nav .profile {
  position: relative;
}

header nav .profile a {
  display: block;
  padding: 17px 0 17px 10px;
  text-decoration: none;
}

header nav .profile a > * {
  vertical-align: middle;
}

header nav .profile .avatar {
  border-radius: 37px;
  display: inline-block;
  height: 37px;
  margin-right: 10px;
  overflow: hidden;
  width: 37px;
}

header nav .profile .indicator img {
  transition: transform .25s ease-in-out;
}

header nav .profile .indicator.open img {
  transform: rotateX(180deg);
}

header nav .profile .popmenu {
  background: white;
  border: 1px solid #CCD1DE;
  border-radius: 3px;
  min-width: 200px;
  position: absolute;
  right: -10px;
  top: 90%;
  z-index: 100;
}

header nav .profile .popmenu .content {
  padding: 10px;
}

header nav .profile .popmenu .content ul {
  margin: 0;
  padding: 0;
}

header nav .profile .popmenu .content ul li {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

header nav .profile .popmenu .content ul li:last-of-type {
  margin-bottom: 0;
}

header nav .profile .popmenu .content ul li a {
  color: #5B657C;
  display: block;
  padding: 10px 0;
  text-align: center;
}

header nav .profile .popmenu .content ul li a.exit {
  color: #FF3952;
}

header nav .profile .popmenu .content ul li a.exit:hover {
  color: #ff9fab;
}

header nav .profile .popmenu .content ul li hr {
  border: none;
  border-bottom: 1px solid #CCD1DE;
}

header nav .profile .popmenu .triangle {
  width: 32px;
  height: 10px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
}

header nav .profile .popmenu .triangle:before {
  background: white;
  border: 1px solid #CCD1DE;
  content: "";
  height: 20px;
  left: 5px;
  position: absolute;
  width: 20px;
  top: 5px;
  transform: rotate(45deg);
  /* Prefixes... */
}

header nav .profile .username {
  color: #5B657C;
  margin-right: 10px;
}

.calendar-wrapper {
  margin: 0 auto 20px auto;
  width: 90%;
}

.calendar-wrapper .calendar-body {
  margin-top: 20px;
}

.calendar-wrapper .calendar-body .dates {
  background: white;
  position: relative;
}

.calendar-wrapper .calendar-body .dates .week-row {
  border-left: 1px solid #F4F7FF;
  display: flex;
}

@media (max-width: 37.5em) {
  .calendar-wrapper .calendar-body .dates .week-row {
    display: block;
  }
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell {
  cursor: pointer;
  flex: 1;
  min-height: 160px;
  padding: 5px;
  border-bottom: 1px solid #F4F7FF;
  border-right: 1px solid #F4F7FF;
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell.past, .calendar-wrapper .calendar-body .dates .week-row .day-cell.non-working {
  background: #fafbfc;
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell.past .day-number, .calendar-wrapper .calendar-body .dates .week-row .day-cell.non-working .day-number {
  color: #CCD1DE;
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell.today {
  text-align: right;
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell.today .day-number, .calendar-wrapper .calendar-body .dates .week-row .day-cell.today .day-number-mobile {
  background: #4ECED0;
  border-radius: 100%;
  color: white;
  display: inline-block;
  height: 38px;
  padding: 5px;
  text-align: center;
  transform: translate(5px, -5px);
  width: 38px;
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell.today .day-number-mobile {
  border-radius: 0px 0px 0px 10px;
  display: none;
  font-size: 1rem;
  height: auto;
  padding: 5px 10px;
  width: auto;
}

@media (max-width: 37.5em) {
  .calendar-wrapper .calendar-body .dates .week-row .day-cell.today .day-number {
    display: none;
  }
  .calendar-wrapper .calendar-body .dates .week-row .day-cell.today .day-number-mobile {
    display: inline-block;
  }
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell .day-number, .calendar-wrapper .calendar-body .dates .week-row .day-cell .day-number-mobile {
  color: #5B657C;
  font-size: 1.7142857143rem;
  font-weight: 400;
  height: 38px;
  margin: 0;
  text-align: right;
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell .day-number-mobile {
  display: none;
  font-size: 1rem;
}

@media (max-width: 37.5em) {
  .calendar-wrapper .calendar-body .dates .week-row .day-cell .day-number {
    display: none;
  }
  .calendar-wrapper .calendar-body .dates .week-row .day-cell .day-number-mobile {
    display: block;
  }
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell .next_events {
  margin: 10px 0 0 0;
  padding: 0;
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell .next_events li {
  list-style: none;
  margin-bottom: 3px;
  text-align: right;
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell .next_events li > div {
  border-radius: 4px;
  font-size: 0.7142857143rem;
  padding: 4px;
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell .next_events li > div .hour {
  float: left;
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell .next_events li > div.type-single {
  background: #FAFAFA;
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell .next_events li > div.type-multi {
  background: #DCF5F6;
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell .next_events li > div .moreservices {
  display: block;
  margin: 2px 0 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell .next_events li > div .moreservices li {
  display: inline-block;
  margin: 0 1px 0 5px;
}

.calendar-wrapper .calendar-body .dates .week-row .day-cell .next_events li > div .moreservices li > svg {
  vertical-align: middle;
}

.calendar-wrapper .calendar-body .weeks {
  background: #4ECECF;
  display: flex;
}

@media (max-width: 37.5em) {
  .calendar-wrapper .calendar-body .weeks {
    display: none;
  }
}

.calendar-wrapper .calendar-body .weeks strong {
  color: white;
  flex: 1;
  font-size: 1.1428571429rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
}

.calendar-wrapper .calendar-header {
  align-items: center;
  display: flex;
  font-size: 1.7142857143rem;
  line-height: 44px;
  width: 100%;
}

@media (max-width: 37.5em) {
  .calendar-wrapper .calendar-header {
    display: block;
  }
  .calendar-wrapper .calendar-header .header-left {
    font-size: 1rem;
    text-align: center;
  }
}

.calendar-wrapper .calendar-header > div {
  flex: 2;
}

@media (max-width: 37.5em) {
  .calendar-wrapper .calendar-header > div {
    flex: auto;
  }
}

.calendar-wrapper .calendar-header .header-center {
  flex: 3;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}

@media (max-width: 37.5em) {
  .calendar-wrapper .calendar-header .header-center {
    flex: auto;
    margin-bottom: 30px;
  }
}

.calendar-wrapper .calendar-header .header-center > * {
  vertical-align: top;
}

.calendar-wrapper .calendar-header .header-right {
  text-align: right;
}

@media (max-width: 37.5em) {
  .calendar-wrapper .calendar-header .header-right {
    text-align: center;
  }
}

.calendar-wrapper .calendar-header .header-right .btn-action {
  display: inline-block;
}

.calendar-wrapper .calendar-header .next-month,
.calendar-wrapper .calendar-header .prev-month {
  background: url("/img/calendar/left_arrow.png") center center no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  overflow: hidden;
  text-indent: 100%;
  width: 44px;
}

.calendar-wrapper .calendar-header .next-month {
  background: url("/img/calendar/right_arrow.png") center center no-repeat;
}

.calendar-wrapper .calendar-header .title {
  display: inline-block;
  padding: 0;
  width: 250px;
}

@media (max-width: 37.5em) {
  .calendar-wrapper .calendar-header .title {
    padding: 0 20px;
    width: auto;
  }
}

.clients-wrapper {
  margin: 20px auto;
  width: 90%;
}

.clients-wrapper .clients-header {
  text-align: right;
}

.table {
  margin-top: 20px;
}

.table .day-head {
  display: flex;
}

.table .day-head > div {
  background: #4ECECF;
  border: 1px solid #4ECECF;
  color: white;
  font-size: 1.1428571429rem;
  font-weight: 400;
  padding: 10px;
  text-align: center;
}

.table .day-head > div:first-of-type {
  border-top-left-radius: 4px;
}

.table .day-head > div:nth-of-type(2) {
  flex: 2;
}

.table .day-head > div:nth-of-type(5) {
  flex: 2;
}

.table .day-head > div:last-of-type {
  border-top-right-radius: 4px;
}

.table .day-head > div.small {
  width: 124px;
}

.table .day-head > div.medium {
  width: 170px;
}

.table .day-head > div.medium2 {
  width: 217px;
}

.table .day-head > div .header-cols {
  display: flex;
}

@media (max-width: 37.5em) {
  .table .day-head > div .header-cols {
    display: none;
  }
}

.table .day-head > div .header-cols > div {
  flex: 1;
}

.table .day-body {
  background: #fff;
  border-bottom: 1px solid #CCD1DE;
  border-left: 1px solid #CCD1DE;
  border-right: 1px solid #CCD1DE;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.table .day-body .day-row {
  border-bottom: 1px solid #CCD1DE;
  display: flex;
}

.table .day-body .day-row:last-of-type {
  border-bottom: 0;
}

.table .day-body .day-row > div {
  border-right: 1px solid #CCD1DE;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  max-height: 56px;
}

.table .day-body .day-row > div.row {
  width: 89.19860627%;
}

.table .day-body .day-row > div:last-of-type {
  border-right: 0;
}

.table .day-body .day-row > div.centered {
  text-align: center;
}

.table .day-body .day-row > div.small {
  width: 10.80139373%;
}

@media (max-width: 37.5em) {
  .table .day-body .day-row > div.small {
    width: 70px;
  }
}

.table .day-body .day-row > div.medium {
  width: 14.80836237%;
}

.table .day-body .day-row > div.medium2 {
  width: 18.90243902%;
}

.table .day-body .day-row > div.type-multi > div {
  background: #DCF5F6;
}

.table .day-body .day-row > div[class^='type-']:not(.type-default) {
  background: url("/img/pattern.png");
  padding: 10px 0;
  -webkit-user-select: none;
  user-select: none;
}

.table .day-body .day-row > div[class^='type-']:not(.type-default).start {
  padding: 10px 0 10px 10px;
}

.table .day-body .day-row > div[class^='type-']:not(.type-default).start div {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.table .day-body .day-row > div[class^='type-']:not(.type-default):last-child {
  padding: 10px 10px 10px 0;
}

.table .day-body .day-row > div[class^='type-']:not(.type-default):last-child div {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.table .day-body .day-row > div[class^='type-']:not(.type-default):last-child div:after {
  display: none;
}

.table .day-body .day-row > div[class^='type-']:not(.type-default) > div {
  cursor: pointer;
  position: relative;
}

.table .day-body .day-row > div[class^='type-']:not(.type-default) > div:after {
  background: inherit;
  content: '';
  height: 100%;
  position: absolute;
  right: -2px;
  top: 0;
  width: 3px;
}

.table .day-body .day-row > div[class^='type-']:not(.type-default) .service {
  display: block;
  margin-bottom: 10px;
}

.table .day-body .day-row > div[class^='type-']:not(.type-default) .service:last-of-type {
  margin-bottom: 0;
}

.table .day-body .day-row > div > div:not(.event) {
  height: 100%;
  padding: 20px;
}

@media (max-width: 37.5em) {
  .table .day-body .day-row > div > div:not(.event) {
    font-size: 12px;
    padding: 0;
  }
}

.table .day-body .day-row > div > div:not(.event) > .content-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.table .day-body .day-row > div > div:not(.event) > .content-wrapper > .cell {
  display: table-cell;
  vertical-align: middle;
  text-overflow: ellipsis;
}

.table .day-body .day-row > div > div.events {
  display: flex;
  padding: 0;
  position: relative;
}

.table .day-body .day-row > div > div.events > .event {
  cursor: pointer;
  flex: 1;
  background: #DCF5F6;
  border-left: 2px solid #8bdee1;
  padding: 10px;
  text-overflow: ellipsis;
  z-index: 2;
}

.table .day-body .day-row > div > div.events > .event.empty {
  cursor: default;
  visibility: hidden;
  z-index: 1;
}

.table .day-body .day-row > div > div.events > .event strong {
  font-weight: 600;
}

.table .day-body .day-row > div > div.events > .event .details {
  margin-top: 10px;
  text-overflow: ellipsis;
}

.table .day-body .day-row > div > div.events > .event .services {
  margin-top: 5px;
}

@media (max-width: 37.5em) {
  .table .day-body .day-row > div > div.events > .event > *:not(.time) {
    display: none;
  }
}

.table table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.table table:not(.day) tbody tr:nth-child(even) td {
  background: white;
}

.table table tbody tr:last-child td:first-of-type {
  border-bottom-left-radius: 4px;
}

.table table tbody tr:last-child td:last-of-type {
  border-bottom-right-radius: 4px;
}

.table table tbody tr.client-row {
  cursor: pointer;
}

.table table tbody tr td {
  background: white;
  border-bottom: 1px solid #CCD1DE;
  border-right: 1px solid #CCD1DE;
  padding: 8px;
}

.table table tbody tr td:first-of-type:not(.start) {
  border-left: 1px solid #CCD1DE;
}

.table table tbody tr td.center {
  text-align: center;
}

.table table tbody tr td.empty {
  padding: 20px;
  text-align: center;
}

.table table tbody tr td.empty a {
  color: #4ECECF;
}

.table table tbody tr td.type-single div {
  background: #FAFAFA;
  border-radius: 4px;
  padding: 4px;
}

.table table tbody tr td.type-multi div {
  background: #DCF5F6;
  border-radius: 4px;
  padding: 4px;
}

.table table tbody tr td .service {
  display: block;
  margin-bottom: 10px;
}

.table table tbody tr td .service:last-of-type {
  margin-bottom: 0;
}

.table table tfoot td {
  padding: 8px;
}

.table table tr th {
  background: #4ECECF;
  border: 1px solid #4ECECF;
  color: white;
  font-size: 1.1428571429rem;
  font-weight: 400;
  padding: 10px;
}

.table table tr th:first-of-type {
  border-top-left-radius: 4px;
}

.table table tr th:last-of-type {
  border-top-right-radius: 4px;
}

.table table.day tbody tr {
  background: white;
  margin: 0;
  padding: 0;
}

.table table.day tbody tr.disabled {
  background: #fafbfc;
  cursor: not-allowed;
}

.table table.day tbody tr.disabled td {
  color: #CCD1DE;
}

.table table.day tbody tr td {
  background: transparent;
  padding: 0;
  position: relative;
}

.table table.day tbody tr td:first-child:not(.start) {
  text-align: center;
  width: 120px;
}

.table table.day tbody tr td:last-child {
  width: 180px;
}

.table table.day tbody tr td[class^='type-']:not(.type-default) {
  background: url("/img/pattern.png");
  -webkit-user-select: none;
  user-select: none;
}

.table table.day tbody tr td[class^='type-']:not(.type-default).start div {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 10px;
}

.table table.day tbody tr td[class^='type-']:not(.type-default):last-child div {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin-right: 10px;
  padding-right: 10px;
}

.table table.day tbody tr td[class^='type-']:not(.type-default):last-child div:after {
  display: none;
}

.table table.day tbody tr td[class^='type-']:not(.type-default) div {
  cursor: pointer;
  border-radius: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.table table.day tbody tr td[class^='type-']:not(.type-default) div:after {
  content: '';
  height: 100%;
  position: absolute;
  right: -2px;
  top: 0;
  width: 3px;
}

.table table.day tbody tr td.centered {
  text-align: center;
}

.table table.day tbody tr td.type-single div {
  background: #FAFAFA;
}

.table table.day tbody tr td.type-multi div {
  background: #DCF5F6;
}

.table table.day tbody tr td div {
  display: block;
  padding: 20px;
}

.coupons-wrapper {
  margin: 20px auto;
  width: 90%;
}

.coupons-wrapper .coupons-header {
  text-align: right;
}

.coupons-wrapper .code {
  font-family: "Courier New", serif;
  font-weight: 500;
  font-size: 1.1428571429rem;
}

.tipo-tag {
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
}

#event-menu {
  background: white;
  border: 1px solid #CCD1DE;
  border-radius: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 9999;
}

#event-menu ul {
  margin: 0;
  padding: 0;
}

#event-menu ul li {
  cursor: pointer;
  list-style: none;
  padding: 10px 20px;
  text-align: center;
}

#event-menu ul li.title {
  border-bottom: 1px solid #CCD1DE;
  color: #4ECECF;
}

#event-menu ul li.title:hover {
  background: none;
}

#event-menu ul li:hover {
  background: white;
}

.typeahead {
  position: relative;
}

.typeahead input {
  padding: 10px 25px 10px 5px;
  text-align: left;
  width: 100%;
}

.typeahead input[disabled] {
  background: #fafbfc;
}

.typeahead input.dirty {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.typeahead > .fa-icon {
  float: right;
  position: absolute;
  top: 9px;
  right: 10px;
  opacity: 0.4;
}

.typeahead > .fa-icon.times {
  cursor: pointer;
}

.typeahead .results {
  background: white;
  border: 1px solid #4ECECF;
  border-top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.typeahead .results li {
  border-bottom: 1px solid #4ECECF;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 10px;
}

.typeahead .results li:last-child {
  border-bottom: 0;
}

.typeahead .results li.active {
  background: white;
}

.typeahead .results li span {
  display: block;
}

.typeahead .results li span .fa-icon {
  fill: #4ECECF;
  margin-right: 10px;
  vertical-align: middle;
}

.tag-selector {
  position: relative;
}

.tag-selector .tag-selector-wrapper {
  background: #fff;
  border: 1px solid #CCD1DF;
  border-radius: 4px;
  color: #117394;
  cursor: text;
  padding: 0;
  text-align: left;
  transition: border-color .25s ease-in-out;
}

.tag-selector .tag-selector-wrapper.danger {
  border-color: #FF3952;
  color: #FF3952;
}

.tag-selector .tag-selector-wrapper.open {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tag-selector .tag-selector-wrapper > * {
  display: inline-block;
}

.tag-selector .tag-selector-wrapper > a {
  border-radius: 20px;
  margin: 5px 1px 5px 5px;
  padding: 1px 9px;
}

.tag-selector .tag-selector-wrapper > a:first-of-type {
  margin-left: 10px;
}

.tag-selector .tag-selector-wrapper > a:last-of-type {
  margin-right: 6px;
}

.tag-selector .tag-selector-wrapper > a i {
  cursor: pointer;
  height: 16px;
  margin-left: 10px;
  vertical-align: top;
  width: 16px;
}

.tag-selector .tag-selector-wrapper > a i svg {
  vertical-align: top;
}

.tag-selector .tag-selector-wrapper input {
  border: none;
}

.tag-selector .tag-results {
  background: #fff;
  border: 1px solid #CCD1DF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 0;
  max-height: 300px;
  left: 0;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  width: 100%;
}

.tag-selector .tag-results > div {
  cursor: pointer;
  padding: 16px;
}

.tag-selector .tag-results > div:hover, .tag-selector .tag-results > div.selected {
  background: white;
}

/*input {
    background: $input-bg;
    border: 1px solid $input-border;
    border-radius: 4px;
    color: $input-text-color;
    padding: 16px;
    text-align: center;
    transition: border-color .25s ease-in-out;

    &:-moz-placeholder {
        color: $input-color-placeholder;
    }

    &::-moz-placeholder {
        color: $input-color-placeholder;
    }

    &::-webkit-input-placeholder {
        color: $input-color-placeholder;
    }

    &:-ms-input-placeholder {
        color: $input-color-placeholder;
    }

    &:focus {
        border-color: $input-border-focus;
        outline:none;
    }

    &.danger {
        border-color: $brand-danger;
        color: $brand-danger;
    }
}*/

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