/* Clases basicas */
.clear-pt {
  clear: both;
  padding-top: 1rem;
}

.clear-mt {
  clear: both;
  margin-top: 1rem;
}

.clear-mb {
  clear: both;
  margin-bottom: 1rem;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 3rem;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  line-height: 1.5rem; /* Vertically center the text there */
  background-color: #f5f5f5;
  font-size: 0.85rem;
  padding: 1rem 0;
}

/* Base classes */
.highlighted {
  color: #670000;
  font-weight: bold;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
  padding: 3rem 0.8rem 0;
  margin: 4rem auto;
}

.footer > .container {
  padding-right: 2rem;
  padding-left: 2rem;
  text-align: center;
}

code {
  font-size: 80%;
}

header img.brand {
  max-height: 3rem;
  margin-right: 0.5rem;
}

body.login-page {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
body.login-page .form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  text-align: center;
}
body.login-page .form-signin .checkbox {
  font-weight: 400;
}
body.login-page .form-signin .form-control {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
body.login-page .form-signin .form-control:focus {
  z-index: 2;
}
body.login-page .form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.login-page .form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.login-page .form-signin .wrap-fields {
  text-align: center;
}

/* Responsive: */
.show-mobile {
  display: none;
}

@media (max-width: 800px) {
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
}
/* Base Colors */
a {
  color: #622900;
}

/* Pages */
/* FORMS */
form .card {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.modal-dialog form .card {
  max-width: 100%;
  border: 0;
}

/* MODAL DIALOGS */
.modal-dialog .no-modal {
  display: none;
}

/* Nav */
.nav-item.active {
  /* TODO: Nav item active */
  border-bottom: 2px solid var(--bs-nav-link-color);
}

/* Datepicker */
#wrap-datepicker .holiday {
  color: #622900;
  font-weight: bold;
}
#wrap-datepicker .weekend {
  color: #f4a100;
  font-weight: bold;
}
#wrap-datepicker .disabled, #wrap-datepicker .old, #wrap-datepicker .new {
  font-weight: normal;
}
#wrap-datepicker .disabled {
  color: rgb(108, 117, 125);
}

/* Tables */
.table .ta-right {
  text-align: right;
}
.table .ta-center {
  text-align: center;
}
.table .danger {
  color: #670000;
  font-weight: bold;
}
.table .susccess {
  color: #006700;
  font-weight: bold;
}
.table thead th, .table tfoot th {
  background-color: #EEEEEE;
}

/* FullCalendar */
/* Evita que se rompa el texto de titulos largos*/
.fc-event-time, .fc-event-title {
  padding: 0 1px;
  white-space: normal;
}

.fc-event-title {
  width: 100%;
}

.fc-daygrid-dot-event {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.not-registered-on-time * {
  color: #670000;
  font-weight: bold;
}

.holiday-hours .fc-daygrid-event-dot {
  border-color: #670000;
}

.fc-day.weekend, .fc-day.holiday {
  background-color: rgba(244, 161, 0, 0.062745098);
}

.extra-prop-value {
  padding-left: 5px;
}

.extra-prop-value.danger {
  color: #670000;
  font-weight: bold;
}
/*# sourceMappingURL=main.css.map */
