/* Globales */

html {
  height: 100%;
}
body {
  background-image: url("../image/webBackground.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  height: 100%;
  background-color: #000000;
}
div {
  display: none;
  margin-top: 1%;
  margin-bottom: 1%;
  height: fit-content;
  width: fit-content;
  padding: 20px;
  border-radius: 25px;
  border: 1px solid #caa755;
  border-style: line;
  font-weight: bolder;
  background: rgba(0, 0, 0, 0.6);
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-family: Roboto;
}
div::-webkit-scrollbar {
  display: none;
}
h1 {
  font-family: Great Vibes;
  text-shadow: 2% 2% 2% #aaa;
  font-size: 350%;
  font-weight: 800;
  text-decoration: underline;
}
h2 {
  font-family: Beau Rivage;
  font-size: 200%;
  font-weight: 800;
}
label {
  font-family: Roboto slab, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
input[type="text"] {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom: 1px solid #997624;
  color: #ffffff;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  font-size: larger;
  background: rgba(0, 0, 0, 0.3);
}
input::placeholder {
  font-family: Roboto slab, serif;
}
input[type="password"] {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom: 1px solid #997624;
  color: #ffffff;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  font-size: larger;
  background: rgba(0, 0, 0, 0.1);
}
input:focus {
  outline: none;
}
input[type="radio"] {
  visibility: hidden;
}
.inputRadiologs:checked + label {
  color: #37e737;
}
p {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
a:link {
  color: #eeeeee;
  text-decoration: none;
}
a:hover {
  color: #5d5bf3;
}
select {
  color: #ffffff;
  border: 1px solid #997624;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  font-size: larger;
  background: rgba(0, 0, 0, 0.3);
}
button {
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgb(153, 118, 36);
  color: #ffffff;
  padding: 20px 20px;
  cursor: pointer;
  width: 100%;
  font-size: large;
  transition-duration: 0.5s;
}
button:hover {
  background: rgba(153, 118, 36, 0.8);
  color: #000000;
}
table {
  font-size: large;
  font-weight: bold;
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  padding: 15px;
}
thead {
  background-color: #997624;
}
td,
tr {
  border-bottom: 1px solid #997624;
}
tr:hover {
  background: rgba(128, 128, 128, 0.3);
}

li {
  padding-left: 1%;
}

ul {
  font-size: larger;
  padding: 10px;
  list-style: "\2756";
}

/* Fin globales */

/* Clases Globales */

.pError {
  color: #ff0000;
}

.pGood {
  color: #37e737;
}

/* Fin clases globales */

/* Menu */

#menuAppReservas {
  display: block;
  top: 0;
  left: 0;
  margin-left: 1%;
}
#btnShowDivLogIn {
  background-color: #008000;
  color: #ffffff;
  padding: 8px 4px;
  cursor: pointer;
  width: 20%;
  font-size: large;
  position: relative;
  top: 0;
  left: 0;
}
#btnLogOut {
  display: none;
  background-color: #000080;
  color: #ffffff;
  padding: 8px 4px;
  cursor: pointer;
  width: 20%;
  font-size: large;
  position: relative;
  top: 0;
  left: 0;
}

/* Fin Menu */

/* Comienza Logs */

.divClassLogs {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 1%;
}

/* Fin Logs */

/* Persona */

.classPersonDivs {
  position: fixed;
  top: 0;
  right: 0;
  margin-right: 1%;
  max-height: 90%;
  max-width: 48%;
  overflow: scroll;
}

.btnCancelarReserva {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 25%;
  color: #ffffff;
  border: 2px solid #ff0000;
  transition-duration: 0.5s;
}
.btnCancelarReserva:hover {
  background: rgba(255, 0, 0, 0.8);
  color: #000000;
}

#btsReservaCupos {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #ffffff;
  border: 2px solid green;
}
#btsReservaCupos:hover {
  background: rgba(0, 128, 0, 0.8);
  color: #000000;
}

/* Fin Persona */

/* Local */

.classLocalDivs {
  position: fixed;
  top: 0;
  right: 0;
  margin-right: 1%;
  max-height: 90%;
  max-width: 48%;
  overflow: scroll;
}
.btnFinalizarReserva {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #ffffff;
  border: 2px solid green;
}
.btnFinalizarReserva:hover {
  background: rgba(0, 128, 0, 0.8);
  color: #000000;
}

#pEstadisticasLoggedLocal {
  color: white;
}

/* Fin Local */
