/* Autocomplete */
.ui-autocomplete {
	max-height: 350px !important;
	overflow-y: auto !important;
	width: 1100px !important;
	max-width: 100% !important;
}
.ui-menu-item a {
	text-decoration: none !important;
}

.ui-widget {
	font-size: 14px !important;
}

.ui-state-hover {
	width: 100% !important;
	display:block !important;
}

/* CSS Facetas */
.tagcloud {
	padding-left: 20px;
	margin-bottom: 5px;
}

.tagcloud_item {
	display: block;
	font-size: 14px;
}

.tagcloud_item img {
	height: 20px;
}

.search-advanced-container {
	display: none;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	z-index: 100;
}

.search-panel button {
	width: auto;
}

.tagcloud .facet-list {
	padding-left: 10px;
	margin-bottom: 5px;
}

.hide {
	display: none;
}

/* CSS results, highlights... */
em{
	background-color: yellow;
}

.flex-solr {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 100%;
}

.solr-item {
	display: flex;
	justify-content: center;
}

.solr-result-image {
	padding: 0
}

.solr-result-line {
	margin-right: 4%
}

.hl-name em {
	background-color: transparent;
	font-style: normal;
}

.info-hl, #selection {
	font-size: 14px;
}

.title-result {
	font-size: 17px;
	margin-bottom: 0px;
}

.taxonomia {
	margin-top: 5px;
	margin-bottom: 3px;
}

.biota-facet h5, .static-info, .taxonomia {
	font-size: 15px;
}

.biota-facet h6 {
	font-size: 14.5px;
}

/* Buttons more/less */
.plain-button {
	background: none;
	border: none;
	padding: 0;
	font-size: inherit;
	cursor: pointer; 
}

.entidad {
	display: block;
	margin-top: -10px; /* Ajusta el margen superior según tus necesidades */
	font-size: 10px;
	color: gray;
}

.entidad::before {
	content: "";
	display: block;
	height: 10px; /* Ajusta la altura según tus necesidades */
}

.green-title {
	color: #3f7037;
}