.specie-tag-item {
	background-color: #dbdbdb;
	border-bottom: 1px solid #c5c5c5;
	border-top: 1px solid #e5e5e5;
	cursor: pointer;
	color: #000000;
	padding: 2px 4px;
	font-weight: normal;
	clear: both;
}
.specie-tag-item:hover {
	background-color: #9CD209;
    border-top: 1px solid #77A006;
    border-bottom: 1px solid #77A006;
    text-decoration: none;
}

.specie-tag-item-previousname {
	font-size: 10px;
	width: 100%;
	display: block;
	color: #606976;
}

.divFilterSpecie {
	position: absolute; 
	width: 100%; 
	
	border: 1px solid #616161; 
	background: #868686; 
	background-image: url(/Images/icons/ajaxload_light.gif); 
	background-repeat: no-repeat; 
	background-position: center center; 
	padding: 3px; 
	overflow: auto;
	min-height: 0;
	max-height: 0;
	opacity: 0;
	z-index: 2;
	transition: all 0.2s;
	pointer-events: none;

}
.divFilterSpecie.active {
	min-height: 20px;
	max-height: 160px;
	opacity: 1;
	pointer-events: auto;
}




.divSpeciePicked {
	display: none;
	float: left;
	width: 100%;
	padding: 3px;
	height: 36px;
	background-color: #9CD209;
    border: 1px solid #77A006;
	box-sizing: border-box;
    overflow: hidden;
}
.divSpeciePicked_Name {
	line-height: 28px;
}

.tagspecie-subspecie {
	color: #888888;
	float: left;
	margin-right: 4px;
	height: 18px;
}
.btnSpeciePicked_PickNewSpecie {
	position: absolute; 
	right: 0px; 
	top: 0px; 
	cursor: pointer;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 20px;
	color: #426100;
}
.btnSpeciePicked_PickNewSpecie:hover { color: #000000;}

