@charset "UTF-8";
.table-title {
  padding-bottom: 15px;
  padding: 16px 30px;
  margin: -20px -25px 0px;
  border-radius: 3px 3px 0 0;
}

.table-title h2 {
  margin: 5px 0 0;
  font-size: 24px;
}

.table-title .btn-group {
  float: right;
}

.table-title .btn {
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 2px;
  background: #F58355;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 10px 15px;
  border-radius: 3px;
  width: 100%;
}
.table-title .btn:focus {
  background-color: #6b625a;
}
.table-title .btn:active {
  background-color: #566787;
}

.table-title .btn i {
  float: left;
  font-size: 21px;
  margin-right: 5px;
}

.table-title .btn span {
  float: left;
  margin-top: 2px;
}

table.table tr th,
table.table tr td {
  border-color: #e9e9e9;
  padding: 12px 12px;
}

table.table tr th:first-child {
  width: 10%;
}

table.table tr th:last-child {
  width: 100px;
}

table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}

table.table-striped.table-hover tbody tr:hover {
  background: #f5f5f5;
}

table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}

table.table td:last-child i {
  font-size: 20px;
  margin: 0 5px;
}

table.table td a {
  font-weight: bold;
  color: #566787;
  display: inline-block;
  text-decoration: none;
  outline: none !important;
}

table.table td a:hover {
  color: #2196F3;
}

table.table td a.edit {
  color: #566787;
}

table.table td a.delete {
  color: #6b625a;
}

table.table td a.get {
  color: #aeaeae;
}

table.table td i {
  font-size: 19px;
}

.table.table td a:hover {
  color: #6b625a;
}

table.table .avatar {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.pagination {
  float: right;
  margin: 0 0 5px;
}
.pagination li a {
  border: none;
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 2px !important;
  text-align: center;
  padding: 0 6px;
}
.pagination li a:hover {
  color: #666;
}

.pagination li.active a,
.pagination li.active a.page-link {
  background: #6b625a;
}

.pagination li.disabled i {
  color: #ccc;
}

.pagination li i {
  font-size: 16px;
  padding-top: 6px;
}

.pagination li.active a:hover {
  background: #6b625a;
  color: #fff;
}

/* Custom checkbox */
.custom-checkbox {
  position: relative;
}

.custom-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 5px 0 0 3px;
  z-index: 9;
}

.custom-checkbox label:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  background: white;
  border: 1px solid #bbb;
  border-radius: 2px;
  box-sizing: border-box;
  z-index: 2;
}

.custom-checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: inherit;
  z-index: 3;
  transform: rotateZ(45deg);
}

.custom-checkbox input[type=checkbox]:checked + label:before {
  border-color: #03A9F4;
  background: #03A9F4;
}

.custom-checkbox input[type=checkbox]:checked + label:after {
  border-color: #fff;
}

.custom-checkbox input[type=checkbox]:disabled + label:before {
  color: #b8b8b8;
  cursor: auto;
  box-shadow: none;
  background: #ddd;
}

/* Modal styles */
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  padding: 20px 30px;
}

.modal .modal-content {
  border-radius: 3px;
}

.modal .modal-footer {
  background: #ecf0f1;
  border-radius: 0 0 3px 3px;
}

.modal .modal-title {
  display: inline-block;
}

.modal .form-control {
  border-radius: 2px;
  box-shadow: none;
  border-color: #dddddd;
}

.modal textarea.form-control {
  resize: vertical;
}

.modal .btn {
  border-radius: 2px;
  min-width: 100px;
}

.modal form label {
  font-weight: normal;
}

.modal .modal-content {
  border-radius: 10px;
}

.modal-title {
  color: black;
}

.modal .modal-footer {
  border-radius: 0 0 10px 10px;
}

.modal .modal-footer :last-of-type {
  background-color: #FDB931;
  color: black;
  border-radius: 10px;
  border: 5px solid #FDB931;
  transition: 0.5s;
}
.modal .modal-footer :last-of-type:hover {
  background-color: #F58355;
  border: 5px solid #F58355;
  transition: 0.5s;
}

.modal .modal-footer :first-of-type {
  border-radius: 10px;
  border: 5px solid #6C757D;
  transition: 0.5s;
}
.modal .modal-footer :first-of-type:hover {
  background-color: #52595f;
  border: 5px solid #52595f;
  transition: 0.5s;
}

.modal-body form input {
  border-radius: 10px;
  background-color: lightgray;
  padding: 5px;
  border: none;
  transition: 0.5s;
}
.modal-body form input:hover {
  box-shadow: 0 0 10px #719ECE;
  transition: 0.5s;
}
.modal-body form input:focus {
  outline: none !important;
  box-shadow: 0 0 10px #719ECE;
}

.modal-backdrop.fade.show + .modal-backdrop.fade.show {
  display: none;
}

#borrar-horario .btn-secondary {
  background-color: #6e6e6e;
  border: 5px solid #6e6e6e;
  transition: 0.5s;
}
#borrar-horario .btn-secondary:hover {
  background-color: #52595f;
  border: 5px solid #52595f;
  transition: 0.5s;
}
#borrar-horario #borra-turno {
  background-color: #FDB931;
  color: black;
  border-radius: 10px;
  border: 5px solid #FDB931;
  transition: 0.5s;
}
#borrar-horario #borra-turno:hover {
  background-color: #F58355;
  border: 5px solid #F58355;
  transition: 0.5s;
}

#eleccion-restaurante .modal-body a {
  text-decoration: none;
}
#eleccion-restaurante .modal-body a div {
  color: white;
  background: linear-gradient(90deg, rgb(253, 185, 49) 0%, rgb(245, 131, 85) 50%, rgb(239, 56, 126) 100%);
  padding: 25px 10px 10px 10px;
  text-shadow: 1px 1px 3px #25010e;
}
#eleccion-restaurante .modal-body a div :hover {
  color: rgb(216, 216, 216);
}
#eleccion-restaurante .modal-footer :first-of-type {
  background-color: #FDB931;
  color: black;
  border-radius: 10px;
  border: 5px solid #FDB931;
  transition: 0.5s;
}
#eleccion-restaurante .modal-footer :first-of-type:hover {
  background-color: #F58355;
  border: 5px solid #F58355;
  color: white;
  transition: 0.5s;
}

#marcar-reserva #datos-modal-marcar {
  font-size: 20px;
}

#desvalida-usado #datos-modal-desvalida {
  font-size: 20px;
}

/***************/
/*Zoom imagenes*/
/***************/
img[data-action=zoom] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  box-shadow: 0px 0px 1px #111;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.zoom-overlay {
  z-index: 420;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

.alert {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  border-radius: 0;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4705882353);
}

.alert-error {
  border: none;
  color: #fff;
  background-color: #880000;
  box-shadow: 0px 13px 19px -14px #000;
}

.btn-delete {
  color: #a94442;
  width: 96px;
  white-space: pre-line;
  line-height: 17px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  float: left;
}

.btn-success {
  background-color: #6b625a;
}
.btn-success:focus {
  background-color: none;
}
.btn-success:active {
  background-color: none;
}

#botonadd,
#botonadd_gestion {
  border-radius: 4px;
  padding: 8px 7px;
  color: #fff;
  margin-top: 10px;
  background: #F58355;
  border: none;
}
#botonadd:hover,
#botonadd_gestion:hover {
  background-color: #FDB931;
  box-shadow: none;
  transition: 0.5s;
}

.botones-index {
  margin-bottom: 15px;
  font-size: 18px;
  cursor: pointer;
  pointer-events: all;
  box-shadow: 3px 3px 0px #ccc;
  border-radius: 5px;
  text-align: center;
  background: #e2e2e2;
  padding: 20px;
  transition: 0.5s;
}
.botones-index:hover {
  box-shadow: none;
  transition: 0.5s;
}

.col a {
  color: white;
  text-decoration: none;
  transition: 0.5s;
}
.col a:hover {
  color: #ccc;
  text-decoration: none;
  transition: 0.5s;
}

a .botones-index {
  color: #6e6e6e;
  text-decoration: none;
  transition: 0.5s;
}
a .botones-index p:hover {
  color: #9e9e9e;
  text-decoration: none;
  transition: 0.5s;
}

.boton-menu-grande {
  padding: 8px 16px;
  background: #6b625a;
  margin-right: -4px;
  border: none;
  border-radius: 3px 0px 0px 3px;
}

a .boton-menu-grande {
  color: #fff;
}

.boton-menu-pequeño {
  padding: 8px;
  background: #867a70;
  border: none;
  border-radius: 0px 3px 3px 0px;
}

.btn-success:active:hover {
  border: none;
  background-color: #80746a;
}

#titulo_gestion {
  color: #656565;
  display: inline;
  text-align: right;
  float: right;
}

#horario_titulo,
#horarios_titulo,
#identificacion_titulo,
#gestion-reservas_titulo {
  text-align: center;
  background: linear-gradient(90deg, rgb(253, 185, 49) 0%, rgb(245, 131, 85) 50%, rgb(239, 56, 126) 100%);
  padding: 10px;
  color: white;
  font-size: larger;
  text-shadow: 1px 1px 2px #631f11;
  font-weight: 600;
}

.row input,
.row select {
  margin-top: 10px;
  transition: 0.5s;
}
.row input:hover,
.row select:hover {
  box-shadow: 0 0 10px #719ECE;
  transition: 0.5s;
}

#primer_row,
#segundo_row {
  padding-top: 30px;
}

#tercer_row {
  padding-top: 50px;
}

#add-horario label {
  font-size: 16px;
  font-weight: 600;
}

#acciones .fa-solid {
  font-size: 16px;
  margin: 0 7px;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  #tablas {
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media (max-width: 575px) {
  .table-wrapper label {
    margin-top: 10px;
  }
}
#formulario-editar-horario {
  font-size: 16px;
}
#formulario-editar-horario input, #formulario-editar-horario select {
  padding: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 20px;
}

#listar-horario {
  font-size: 16px;
}

#borrar-horario {
  font-size: 16px;
}

#input-documento_label,
#input-reservas_label,
#lista-reservas_label {
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
}

#boton-valida-cliente {
  border-radius: 4px;
  padding: 8px 7px;
  color: #fff;
  margin-top: 50px;
  background: #F58355;
  border: none;
}

#boton-valida-cliente-restaurante {
    border-radius: 4px;
    padding: 9px 50px;
    color: #fff;
    margin-top: 10px;
    background: #F58355;
    border: none;
}

#boton-valida-cliente:hover {
  background-color: #FDB931;
  box-shadow: none;
  transition: 0.5s;
}

#boton-enviar-cliente {
  border-radius: 4px;
  padding: 8px 7px;
  color: #fff;
  margin-top: 10px;
  background: #F58355;
  border: none;
}
#boton-enviar-cliente:hover {
  background-color: #FDB931;
  box-shadow: none;
  transition: 0.5s;
}

#lista_reservas,
#info_reserva,
#valida-cliente_texto {
  background-color: #e2e2e2;
  color: #6e6e6e;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
}

#listar-info-reserva h5 {
  color: white;
  padding: 10px 8px;
  margin-bottom: 20px;
}
#listar-info-reserva #desayunos-titulo,
#listar-info-reserva #icono-desayunos {
  background-color: #FDB931;
}
#listar-info-reserva #comidas-titulo,
#listar-info-reserva #icono-comidas {
  background-color: #F58355;
}
#listar-info-reserva #cenas-titulo,
#listar-info-reserva #icono-cenas {
  background-color: #EF387E;
}
#listar-info-reserva span {
  margin: 10px 0px;
  align-items: center;
  font-size: large;
}
#listar-info-reserva .fecha-dia {
  padding: 5px;
  margin: 10px 0px 0px 0px;
  font-size: 15px;
}
#listar-info-reserva .turno-texto {
  padding: 5px;
  font-size: 15px;
}
#listar-info-reserva .turno-texto i {
  padding: 8px;
  border-radius: 200px;
  color: white;
}

#listar-info-reserva-restaurante h5 {
  color: white;
  padding: 10px 8px;
  margin-bottom: 20px;
}
#listar-info-reserva-restaurante #desayunos-titulo,
#listar-info-reserva-restaurante #icono-desayunos {
  background-color: #FDB931;
}
#listar-info-reserva-restaurante #comidas-titulo,
#listar-info-reserva-restaurante #icono-comidas {
  background-color: #F58355;
}
#listar-info-reserva-restaurante #cenas-titulo,
#listar-info-reserva-restaurante #icono-cenas {
  background-color: #EF387E;
}
#listar-info-reserva-restaurante span {
  margin: 10px 0px;
  align-items: center;
  font-size: large;
}
#listar-info-reserva-restaurante .fecha-dia {
  padding: 5px;
  margin: 10px 0px 0px 0px;
  font-size: 15px;
}
#listar-info-reserva-restaurante .turno-texto {
  padding: 5px;
  font-size: 15px;
}
#listar-info-reserva-restaurante .turno-texto i {
  padding: 8px;
  border-radius: 200px;
  color: white;
}

#resultados {
  font-size: 15px;
}

.listar-reservas-titulo {
  background-color: #fff;
  padding: 8px;
  color: #333;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, rgb(253, 185, 49) 0%, rgb(245, 131, 85) 50%, rgb(239, 56, 126) 100%);
  border-image-slice: 1;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0;
  font-weight: 600;
  z-index: 9998;
}

.botones-up-down {
  position: fixed;
  margin-left: 25px;
  text-decoration: none;
  font-size: 40px;
  color: #F58355;
  z-index: 9999;
  opacity: 80%;
  transition: 0.5s;
}
.botones-up-down:hover {
  opacity: 100%;
  color: #F58355;
  scale: 1.1;
  transition: 0.5s;
}

#boton-bajar {
  top: 350px;
}

#boton-subir {
  top: 200px;
}

#gestion-reservas #encabezados {
  text-align: center;
  background: linear-gradient(90deg, rgb(253, 185, 49) 0%, rgb(245, 131, 85) 50%, rgb(239, 56, 126) 100%);
  padding: 10px;
  color: white;
  font-size: larger;
}
#gestion-reservas .botonadd {
  border-radius: 4px;
  padding: 8px 7px;
  color: #fff;
  margin-top: 30px;
  background: #F58355;
  border: none;
}
#gestion-reservas .botonadd:hover {
  background-color: #FDB931;
  box-shadow: none;
  transition: 0.5s;
}
#gestion-reservas .form-group {
  margin-top: 20px;
}
#gestion-reservas .form-group button {
  margin: 0 3px 6px 0;
}
#gestion-reservas .form-group #limpiar-comodin {
  border-radius: 4px;
  padding: 8px 7px;
  color: #fff;
  background: #F58355;
  border: none;
}
#gestion-reservas .form-group #limpiar-comodin:hover {
  background-color: #FDB931;
  box-shadow: none;
  transition: 0.5s;
}

#gestion-reservas, #seccion-reservar-turno, #listar-reservas {
  font-size: 16px;
}

#seleccionar-turnos {
  padding: 20px 0px;
}

#tablaPrincipal {
  overflow-x: auto;
  font-size: 16px;
}

#reservas-turno-actual span {
  display: inline-block;
  margin: 10px 10px 10px 0px;
}
#reservas-turno-actual span:not(.verde):not(.naranja):not(.rojo) {
  background: #eee;
  border-radius: 8px;
  padding: 10px 0px 10px 15px;
}

#horas-turno-actual,
#dias-turno-actual {
  font-size: large;
  font-weight: 600;
  display: inline-block;
  margin: 10px 20px;
}
#horas-turno-actual i,
#dias-turno-actual i {
  display: flexbox;
  align-items: center;
}

#seccion-reservar-turno .content-input input,
#seccion-reservar-turno .content-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#seccion-reservar-turno .content-select {
  max-width: 250px;
  margin-top: 5px;
  position: relative;
}
#seccion-reservar-turno .content-select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 7px 10px;
  height: 42px;
  outline: 0;
  border: 0;
  font-size: 1em;
  color: #000000;
  border: 2px solid #d1d1d1;
  border-radius: 12px;
  position: relative;
  transition: all 0.25s ease;
}
#seccion-reservar-turno .content-select i {
  position: absolute;
  right: 20px;
  top: calc(50% - 13px);
  width: 16px;
  height: 16px;
  display: block;
  border-left: 4px solid #d1d1d1;
  border-bottom: 4px solid #d1d1d1;
  transform: rotate(-45deg); /* Giramos el cuadrado */
  transition: all 0.25s ease;
}
#seccion-reservar-turno .content-select:hover i {
  margin-top: 3px;
}

.material-icons {
  font-style: normal;
}

#cabecera-datos {
  text-shadow: 1px 1px 2px #2b0411;
  text-align: center;
  background: linear-gradient(90deg, rgb(253, 185, 49) 0%, rgb(245, 131, 85) 50%, rgb(239, 56, 126) 100%);
  color: white;
}

#tituloDerecha span {
  font-weight: 600;
}

#datos-modal-valida {
  font-size: 16px;
}

body {
  color: #566787;
  background: #fff;
  font-family: "Varela Round", sans-serif;
  font-size: 13px;
}

.table-wrapper {
  background: #fff;
  padding: 15px 10px;
  margin: 10px 0;
}

.logotipo {
  width: 149px;
}

#acciones {
  border-right: 1px solid #e9e9e9;
  padding: 8px 1px;
  border-left: 1px solid #e9e9e9;
  background: #f5f5f5;
  width: 141px;
}

#acciones-peque {
  border-right: 1px solid #e9e9e9;
  padding: 8px 1px;
  border-left: 1px solid #e9e9e9;
  background: #f5f5f5;
  width: 40px;
}

.hint-text {
  float: left;
  margin-top: 10px;
  font-size: 13px;
}

.miniatura {
  background: #fff;
  max-height: 27px;
  border-radius: 0px;
  max-width: 48px;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: initial;
}

.pull-right {
  margin-right: -10px;
  float: right !important;
}

.verde {
  background-color: green;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.naranja {
  background-color: orange;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.rojo {
  background-color: red;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.deshabilitado {
  font-weight: bold;
  color: #333;
}

.form-control:focus {
  border-color: #cccccc;
  outline: 0;
  webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(206, 206, 206, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(206, 206, 206, 0.6);
}

#estadoModula {
  width: 33px;
  padding: 12px 2px;
  font-weight: initial;
  color: #99a1ae;
}

#tituloDerecha {
  font-size: 16px;
  float: right;
  color: #656565;
  display: inline;
  text-align: right;
}

#tituloDerechaPequeno {
  margin: 0 17px 20px;
}

#encabezados {
  text-shadow: 1px 1px 2px #631f11;
  text-align: center;
  width: 140px;
  background: #ff7355;
  margin: 10px 0px 20px;
  color: #fff;
  font-weight: 600;
}

#mini {
  text-decoration: underline;
}

#columna3 {
  padding-right: 0;
}

#columna3 input {
  padding: 5px 10px;
}

.separacion-bottom {
  padding-bottom: 15px;
}

.center {
  margin: 14px 0;
  text-align: center;
  border: 1px solid #c1c1c1;
  text-shadow: 1px 1px 1px #fff;
  color: #566787;
  padding: 5px;
  background: #f5f5f5;
}/*# sourceMappingURL=custom.css.map */