/*NumeroEjemplaresCelda.nav {
	display: flex;
}
NumeroEjemplaresCelda
.top-menu li{
	display: flex!important;
    align-items: center;
}

.clearfix{
	display: grid;
    grid-template-columns: 0px 30px 0px auto auto;
}*/

/*.cambiar_pge_dropdown{
	display: flex;
    align-items: center;
}*/

/*----------------------------------Vista libros---*/
/*.breadcrumb{
	background-color: white;
	margin-bottom: 0;
	margin-left: 3vw;
	border-radius: 1rem!important;
	z-index: 1;
}*/

.mas_menos_switch {
	width: 30px;
	max-width: 30px;
}

.Eliminado{
	background-color: #ffc2c2!important;
}

.Eliminado td {
    background-color: #ffc2c2!important;
}

table.dataTable .Eliminado td.sorting_1{
	background-color: #ffc2c2!important;
}

.titulo_general{
	font-size: 30px!important;
}

.titulo_vista_libros{
	color: #0DB2FF;
	border: 2px solid #0DB2FF;
	background-color: #F3FCFF;
	font-size: 35px;
	display: flex;
	align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    z-index: 2;
    font-family: serif;
	border-radius: 1rem!important;
/*	padding: 5px;*/
}

/*.cuerpo_vista_libros{
	background-color: white;
	margin: 3vw;
	margin-top: 100px;
	padding: 20px;
    border-radius: 1rem!important;
}*/

.vista_container_botones{
	display: grid;
	grid-template-columns: auto 1fr auto auto 1fr auto;
	margin-bottom: 20px;
	gap: 20px;
}

#container_button_añadir{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (max-width:900px) and (min-width: 500px){
	

	.vista_container_botones{
		
		grid-template-columns: repeat(2, 1fr);
	}
	#container_button_añadir, #buttons_container{
		grid-column: 1 / 4!important;
	}
	.counter{
		padding: 10px!important;
		height: auto;
	}

	.nada{
		grid-column: 1/4;
	}

}
@media (max-width:500px){
	
/*	.cuerpo_vista_libros{
		margin: 0;
		margin-top: 100px;
		padding: 10px;
	    border-radius: 0rem!important;
	    padding-top: 20px;
	}*/
	.vista_container_botones{
		
		grid-template-columns: repeat(1, 1fr);
	}

	.counter{
		max-width: 600px!important;
		padding: 10px!important;
	}

	/*.breadcrumb{
		margin-left: 0vw;
	}*/
}

/*@media (max-width:400px) and (min-width:300px){
	
	.vista_container_botones{
		margin-top: 80px!important;
		
	}
}*/

.dt-buttons{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	gap: 20px;
	flex-wrap: wrap;
}

.dt-buttons a{
	border: 1px solid #EECE00!important;
	background-color: white;
	border-radius: 0.5rem!important;
	transition-duration: 0.2s;
}

.dt-buttons a:hover {
    box-shadow: 0px 0px 5px 1px #EECE00;
    background-color: #FFF199!important;
    
}

.counter{
/*	background-color: #1CC5FF;*/
	color: white;
	display: flex;
	align-items: center;
    justify-content: center;
/*   	max-width: 200px;*/
    border-radius: 0.5rem!important;
    gap: 10px;
    height: 100%;
    width: 100%;
    max-width: 200px;
}

.container_counter{
	align-items: center;
    justify-content: center;
	display: flex;
	min-width: 100px;
}


/*.Pasados{
	background-color: #ff2b2b;
}*/

.PrestamosActivos{
	background-color: #6b54ff;
}

.LibrosTotales{
	background-color: #1CC5FF;
}

.btn{
	border-radius: 0.5rem!important;
}

.flex-center{
	display: flex;
	justify-content: space-around;
}
/*.desplegable_vista_arbol{
	width: 40px!important;
	font-weight: bold;
	font-size: 20px;
	background-color: darkblue;
	color: white;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';

}*/

.titulo_adicional_vista_libros{
	font-weight: bold;
	margin-right: 15px;
}

.imagenLibro{
	height: 30px;
	width: 30px;
	border: 2px solid #1CC5FF;
	border-radius: 0.5rem!important;
	cursor: pointer;
	margin-right: 10px;
}

.Imagen_modal_body{
	max-height: 500px;
	width: auto;
}

#Imagen_modal .modal-body {
	flex-direction: row!important;
    justify-content: center;
}

.Imagen_modal_body img{
/*	height: 100%;*/
	width: 100%;
	object-fit: contain;
	border-radius: 0.5rem!important;
}

.imagenLibroDefault{
	height: 30px;
	width: 30px;
	border: 2px solid #1CC5FF;
	border-radius: 0.5rem!important;
	margin-right: 10px;
	display: flex;
	align-items: center;
    justify-content: center;
    color: white;
    background-color: #1CC5FF;
    padding: 10px;
    font-size: 15px;
}

.TituloContainer{
	display: grid;
	align-items: center;
	max-width: 300px;
	grid-template-columns: auto 1fr;
	word-break: break-word;
}

.imagenLibro img{
	height: 100%;
	width: 100%;
}



.adicional_vista_libros{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

td.close_adicional{
	background-image: url(IMAGENES/plus.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	cursor: pointer;
}

td.open_adicional{
	background-image: url(IMAGENES/minus.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	cursor: pointer;
}

.NumeroEjemplaresCelda {
	display: flex!important;
	transition-duration: 0.3s;
	height: 100%;
	width: 100%;
	padding: 5px;
	border-radius: 1rem!important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none!important;
    color: #383838;
    
}

.eyeNumeroEjemplares{
	display: none;
}

.HoverMorado{
	cursor: pointer;
}

.Ejemplares:hover .HoverMorado{
	background-color: rgba(174, 0,255, 0.5);
}

.Ejemplares:hover .eyeNumeroEjemplares{
	display: flex;
}


tr:hover .PlusNumeroEjemplares{
	width: 20px;
	height: 20px;
	background-image: url(IMAGENES/plus.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:20px;
	cursor: pointer;
}

tr:hover .MinusNumeroEjemplares{
	cursor: pointer;
	width: 22px;
	height: 20px;
	background-image: url(IMAGENES/minus.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22.5px;
}

td.TituloCelda{
	min-width: 300px;
	vertical-align: middle!important;
}

td.AutorCelda{
	min-width: 200px;
	vertical-align: middle!important;
}

td.Ejemplares{
	vertical-align: middle!important;
}

td.Prestados{
	
	vertical-align: middle!important;
	text-align: center;
}

.generoSeparado{
	background-color: #6ac8ff;
	border-radius: 0.5rem!important;
	color: white;
	padding: 5px;
	overflow: auto;
}

.GenerosContainer{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
    align-items: center;
    min-width: 170px;
    max-width: 200px;
/*    overflow: auto;*/
}



td.OpcionesCelda{
	position: relative;
	z-index: auto;
	vertical-align: middle;
}

@media (min-width:1200px){
	td.OpcionesCelda{
		position: unset;
		z-index: auto;

	}



}

@media (max-width:1200px){
	.BtnOpciones{
		top: 35%;
	}

}

.table-scrollable{
	overflow-y: auto!important;
}

.dropdown-backdrop {
	position: unset!important;
}

.verde{
	background-color: #61FF37!important;
	color: white!important;
}

.dataTables_info{
	overflow: auto;
}

/*Modal*/
.Libro_modal{
	display: none; 
	padding-left: 0px
}

.modal-content{
	border-radius:16px!important;
}

.modal-header{
	background-color: #8AF7FF;
	color: #34495e;
	border-radius: 16px 16px 0px 0px !important;
}

.equis{
	cursor: pointer;
	float: right;font-size: 2.5rem;
	opacity: 0.3;
	color: #34495e;
}

.modal-body{
	display: flex;
	flex-direction: column;

}

.fila{
	margin-bottom: 15px;
}


.titulo_negrita{
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 10px;
}



#input_extender_prestamo{
	outline: none !important;
	border-radius: 0.5rem!important;
	width: 60px;
	border:2.5px solid #48E6FF!important;
}

#input_extender_prestamo:focus-visible{
	outline: none !important;
	border:2.5px solid #0099B1!important;
}



#Duracion_input{
	width: 60px;
	border-color: #48E6FF!important;
}

#input_fecha_inicio{
	border-color: #48E6FF!important;
}

.btn-warning{
	padding: 5px!important;
}

.buttons_enviar_container{
	margin-bottom: 0px!important;
	
}