/* estilos específicos de SOIB */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    margin: 0px;
}

.icono-loading {
    position: fixed; right: 50px; top: 50px; z-index: 10000; width:75px;
}

header {
  border-bottom: 1px solid #ddd;
  margin: 0 auto; }

.logo-cabecera {
  width: 75px;
  margin: 10px; }

h2 {
  margin-top: 0px !important;
  padding: 0px !important;
  margin-bottom: 20px !important; }

h3, h4 {
  margin-top: 20px !important;
  padding: 0px !important;
  margin-bottom: 0px !important; }

h4.importante {
  color: #e89d02 !important; }

div.contenedor {
  margin: 0 auto;
  margin-bottom: 80px;
  padding-top: 20px; }

.alert-info a {
  color: blue; }

a {
  text-decoration: underline !important; }

.tabla-informacion {
  width: 100%;
  color: #000;
  font-size: 1em; }
  .tabla-informacion th {
    color: #0088CC; }
  .tabla-informacion th, .tabla-informacion td {
    padding: 10px;
    vertical-align: top; }
  .tabla-informacion td:first-child {
    font-weight: bold;
    color: #81bfe0;
    width: 30%; }
  .tabla-informacion ul {
    margin: 0px;
    padding: 0px;
    list-style: disc; }
  .tabla-informacion ul li {
    padding-bottom: 4px; }

.pie-tabla {
  border-top: 1px dotted #808080;
  padding-top: 20px; }

ul {
  list-style: disc;
  margin-top: 10px !important; }

ul li {
  padding-bottom: 10px; }

.inline-block {
  display: inline-block;
}

.sub {
  text-decoration: underline; }

.texto-rojo {
  color: #f44;
}

.btn-reserva {
  font-size: 1.2em !important; }

.hora-disponible {
  margin: 10px; }

.hora-disponible:hover {
  background-color: #eee;
  cursor: pointer;
}

.hora-seleccionada {
  background-color: #0275d8;
  color: #fff;
  /*color: #0088CC;
  text-decoration: underline;*/
  cursor: pointer; }

.hora-seleccionada:hover {
  background-color: #0275d8 !important; }

.btn-navegar {
  margin-top: 5%;
  padding-top: 20px;
  border-top: 2px solid #ddd; }
  .btn-navegar button {
    margin-right: 2px; }

footer {
  background: #ddd;
  position: fixed;
  bottom: 0px;
  width: 100%; }

footer p {
  margin: 20px; }

.ui-dialog-footer .btn {
  margin: 4px;
}

ul.lista-horas-disponibles {
  list-style: none !important;
  padding: 0px; }

ul.lista-horas-disponibles li {
  float: left;
  padding: 3px 8px 3px 8px;
  margin: 2px 2px 2px 2px; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-top-bottom-5 {
  margin-top   : 5px !important;
  margin-bottom: 5px !important; }

.margin-left-right-10 {
  margin-left : 10px !important;
  margin-right: 10px !important; }

ul.miga-pan {
  margin: 0px !important;
  padding: 0px !important;
  list-style: none !important;
  font-size: 1.1em;
  color: #666 !important; }

ul.miga-pan li {
  float: left !important;
  margin-right: 10px !important; }

ul.miga-pan li.actual {
  color: #0088CC;
  font-weight: bold; }

ul.miga-pan li.pasado {
  color: #b7b7b7 !important; }

  /* estilos para página browser.html */

  .browser div.contenedor {
    width: 50%;
  }

  .browser .centrar {
    text-align: center;
  }

/* LOADING */

div.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 10000;
}

div.loading img {
    width: 150px;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
}
