@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:700);
body {
  background: url("../img/background/admin/01.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 100%;
  font-family: 'Merriweather Sans', sans-serif;
  color: #000;
}
#signup {
  width: 80%;
  height: 500px;
  padding: 20px;
  background: rgba(213, 215, 214, 0.85);
  margin: 80px auto;
  position: relative;
  min-height: 300px;
}

.portada-libro {
  padding-top: 20px;
}

.portada-libro img {
  display: block;
  margin: auto;
  height: 300px;
  max-width: 100%;
}

#section-tabs {
  font-size: 0.8em;
  height: 50px;
  position: relative;
  margin-top: -50px;
  margin-bottom: 10px;
  padding: 0;
  font-weight: bold;
  list-style: none;
  text-transform: uppercase;
}
#section-tabs li {
  color: #a7a7a7;
  cursor: not-allowed;
  border-left: 1px solid #e8e8e8;
  text-decoration: none;
  padding: 0 6px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  background: #ddd;
  position: relative;
}
#section-tabs li span {
  color: #bababa;
}
#section-tabs li.active {
  color: #444;
  cursor: pointer;
}
#section-tabs li:after {
  content: "";
  display: block;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#section-tabs li.current {
  opacity: 1;
  background: #fff;
  z-index: 999;
  border-left: none;
}
#section-tabs li.current:after {
  border: 15px solid transparent;
  border-left: 15px solid #0093a7;
}

.form-group {
  height: 400px;
  max-height: 400px;
}

#mensajeCorrecto, #mensajeIncorrecto {
  height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mensajeCorrecto .centro, #mensajeIncorrecto .centro {
	justify-content: center;
	align-content: center;
}

#next {
  background: #0093a7;
  border: solid 1px #006e7d;
}

#next:hover {
  background: #006e7d;
}

.permiso, .centro {
  width: 100%;
  padding: 2px;
  display: flex
}

.permiso .centro {
  justify-content: space-between;
  align-items: center;
}

.permiso .centro i {
  color: #0093a7;
}

.opciones-mostrar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.opciones-mostrar > div {
  padding: 10px;
}

.oculto {
  display: none;
}