.lista-icon{
	display: flex;
    list-style: none;
	padding-left:0;
}
.lista-icon li{
    margin-right: 0.5em;
    text-transform: uppercase;
    border-radius: 10%;
    padding: 0;
    display: flex;

}

.lista-icon li a{
	font-family: Raleway, sans-serif;
    font-weight: 600;
    color: white;
    padding: 0 0.3rem;
    font-size: 0.7em;
}

.grid {
		background-color: #6e6e6e;
}
.wms {
	background-color: #ADAB46;
}
.wfs {
	background-color: #5783A3;
}
.shp {
	background-color: #daf7ff;
}
.shp a {
	color:black !important;
}
.geojson, .json {
	background-color: #eeaf4b;
}
.kmz {
	background-color: #8D6FA9;
}
.gml {
	background-color: #6e6e6e;
}
.pdf {
	background-color: #e0051e;
}
.html {
	background-color: #2E759E;
}
.xlsx {
	background-color: #45b058;;
}
.accdb {
	background-color: #6e6e6e;
}
.zip {
	background-color: #F2709C;
}


.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-widget.ui-widget-content {
    border: 0;
    border: 0.1rem solid #ced4da !important;
    border-radius: 0;
    z-index: 10;
    background-color: white;
	list-style: none;
	padding:0;
	 
}


.ui-widget.ui-widget-content li{
	   padding:0 0.9rem;
}

.ui-widget.ui-widget-content li:active,
.ui-widget.ui-widget-content li:hover {
	background-color:#F7F5F3;
}


.block-facets-ajax .facets-widget-checkbox li.facet-item label:hover {
	cursor: pointer;
}