
body{ 
    font: 14px sans-serif;
    height: 100%; 
}

.wrapper{ 
    width: 800px; 
    padding: 20px; 
}

html {
    height: 100%;
  }

#wrap {
    min-height: 100%;
  }

#main {
    overflow: auto;
    padding-bottom:75px; /* this needs to be bigger than footer height*/
  }

.footer {
    position: relative;
    margin-top: -75px; /* negative value of footer height */
    height: 75px;
    clear: both;
    padding-top:20px;
    align-content: center;
    text-align: center;
  } 

th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    font-size: large;
    border: 1px solid #ddd;
}

td {

    text-align: left;
    vertical-align:top;
    border: 1px solid #ddd;
    padding: 8px;
}


#reservas tr:nth-child(even){background-color: #f2f2f2;}
#reservas tr:hover {background-color: #ddd;}

#reservas {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#reservas td, #reservas th {
  border: 1px solid #ddd;
  padding: 8px;
}


#reservas th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #842029;
  color: white;
}



td2 {
    height: 30px;
    width: 20%;
    text-align: left;
}

.libre {
    background-color: lightgreen;
}

.ocupado {
    background-color: lightcoral;
}

.propio {
    background-color: rgb(128, 132, 240);
    color: white;
    text-align: center;
    font-weight: bold;
}

.capitalize {
    text-transform: capitalize;
}

.d-propio {
    background-color: rgb(128, 132, 240);
    color: white;
    text-align: center;
    font-weight: bold;
}

.d-libre {
    background-color: lightgreen;
    background: repeating-linear-gradient(
             45deg,
            hsl(232, 25%, 66%),
            rgb(146, 240, 146) 10px,
            lightgreen 10px,
            lightgreen 20px
            );
}

.d-ocupado {
    background-color: lightcoral;
    background: repeating-linear-gradient(
             45deg,
            hsl(232, 25%, 66%),
            lightcoral 10px,
            lightcoral 10px,
            lightcoral 20px
            );
}

.notas {
    padding: 10px; 
}

.abierto {
    visibility: visible;
}

.logo {
    padding-bottom: 10px; 
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imagen-login {
    padding-bottom: 20px; 
    padding-top: 20px; 
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.whatsapp {
    vertical-align: center;
    width: 30px;
}


.bloque {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.texto {
     color: black;
     font: 14px sans-serif;
     text-align: left;
}

.texto-titulo {
     color: black;
     font: 14px sans-serif;
     text-align: left;
     font-weight: bold;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    box-shadow: none;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 5;
    border: none;
    border-radius: 0;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top:10px;
    margin-bottom:10px;
}


.card-img-overlay {
    display: flex;
    flex-direction: column;
}

.row {
    margin-top:10px;
    margin-bottom:10px;
    border: 1px;
}

.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}
.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}
.carousel-indicators .active {
    background-color: white;
    max-width: 12px;
    margin: 0 3px;
    height: 12px;
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.fc-event {
    border: 1px solid #ff6600;
    background-color: #ff6600;
}

.modalReserva  {
    font: 14px sans-serif;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit;
    display: flex !important;
    padding: 0 10px 10px 10px;
}

.modalReservaForm  {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit;
    display: flex !important;
    padding: 0 10px 10px 10px;
    font: 14px sans-serif;
}

.modal-header {
    justify-content: center;
    font-size: 2.0rem !important;
    background-color: #0d6efd;
    color: white;
}

h4 {
     font-size: 2.0rem;
}

