@charset "UTF-8";
:root {
  --primary: rgb(28, 117, 188);
  --bs-primary-rgb: 28, 117, 188; }

html {
  min-height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  background: #dfdfdf;
  background: linear-gradient(180deg, #f0f0f0 0%, #dbdbdb 100%); }

a:hover {
  color: inherit; }

.btn-primary {
  --bs-btn-bg: #1C75BC;
  --bs-btn-border-color: #1C75BC;
  --bs-btn-disabled-bg: #1C75BC;
  --bs-btn-disabled-border-color: #1C75BC; }

.app-container {
  padding-bottom: 100px;
  max-width: 500px;
  width: 100%;
  margin: auto; }

.header .brand {
  max-width: 130px;
  width: 100%; }
.header .contacts {
  font-size: 13px; }

.login-form-container {
  position: relative;
  margin: 5% auto auto;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  max-width: 450px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden; }
  .login-form-container .brand {
    width: 100%;
    max-width: 200px; }

.footer-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 0 8px;
  background-color: #fff;
  box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.06); }
  .footer-buttons .nav-item {
    flex: 1 0 0%; }
  .footer-buttons .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 4px;
    color: #000; }
    .footer-buttons .nav-link i {
      font-size: 24px;
      color: var(--primary); }
    .footer-buttons .nav-link span {
      margin-top: 6px;
      font-size: 12px;
      text-align: center;
      line-height: 1; }

.schedules-wrapper {
  position: relative; }
  .schedules-wrapper .schedules {
    margin-bottom: 0;
    touch-action: none;
    user-select: none; }
    .schedules-wrapper .schedules th, .schedules-wrapper .schedules td {
      text-align: center;
      vertical-align: middle;
      padding: 0; }
    .schedules-wrapper .schedules td {
      height: 24px;
      font-size: 13px; }
      .schedules-wrapper .schedules td.bg-primary {
        color: #fff; }
  @media (max-width: 768px) {
    .schedules-wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 20%;
      border: 1px dotted #aaaaaa;
      background: transparent url(/img/vscroll.png) no-repeat center center;
      background-size: contain; }
    .schedules-wrapper .schedules {
      width: 80%; } }

.workdays .workday-item {
  border-bottom: 1px solid #dee2e6; }
  .workdays .workday-item.active {
    background-color: rgba(238, 238, 238, 0.22); }
    .workdays .workday-item.active > .row:first-child {
      background-color: var(--primary);
      color: #fff; }
  .workdays .workday-item .col {
    padding: .55rem .5rem; }

.task-item {
  border-radius: 32px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 16px;
  cursor: pointer; }
  .task-item .task-id {
    font-size: 13px;
    color: #cccccc; }
  .task-item.billed:after {
    content: 'Facturé';
    z-index: 8;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.85);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    font-weight: bold;
    color: #000000;
    font-size: 1.25rem;
    text-align: center;
    padding-top: 21px; }

.patient {
  position: relative;
  padding-top: 24px !important; }
  .patient .removePatient {
    position: absolute;
    top: 5px;
    right: 5px; }
  .patient:nth-of-type(1) .removePatient {
    display: none; }

.stop-block {
  position: relative; }
  .stop-block:first-child .waiting {
    display: none; }
  .stop-block:last-child .timing {
    display: none; }
  .stop-block:last-child .waiting {
    display: none; }
  .stop-block.stop2 .timing {
    display: block; }
  .stop-block.stop2 .waiting {
    display: block; }

.older_task {
  display: none; }

.show_older_task {
  display: none; }

.stop-options {
  position: absolute;
  right: 16px;
  top: 16px; }
  .stop-options i {
    cursor: pointer; }

#signature-canvas {
  display: block;
  width: 100%;
  height: 400px;
  border: 1px solid #ddd; }

/*# sourceMappingURL=app.css.map */
