@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%;
	padding: 20px;
	background: rgba(213, 215, 214, 0.85);
	margin: 80px auto;
	position: relative;
}

.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.current {
	min-height: 400px;
}

#mensajeCorrecto, #mensajeIncorrecto {
	min-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;
	color: #fff;
}

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

.oculto,
.radio-thumbnail > input {
	display: none;
}

.radio-thumbnail > :not(:checked) + .thumbnail {

	border: 5px solid transparent;

}

.radio-thumbnail > :checked + .thumbnail {
	border: 5px solid #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.radio-thumbnail > :disabled + .thumbnail {
	opacity: .5;
}

.toggle.cooldocs {
	background-color: #0093A8;
	color: #FFF;
}

.toggle.btn:hover.cooldocs {
	background: #006675;
}

.toggle.btn.off.cooldocs {
	background: #636665;
}

.toggle.btn.off:hover.cooldocs {
	background-color: #1d1e1e;
}

.toggle-on.btn,
.toggle-off.btn {
    color: #FFF!important;
}

