.specie-list-main {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.specie-list-item {
	float: left;
	width: 100%;
	padding: 0px;

}

.specie-list-item-scientificname {
	float: left;
	width: 43%;
	font-style: italic;
	display: block;
	box-sizing: border-box;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.specie-list-item-commonname {
	float: left;
	width: 32%;
	font-weight: normal;
	color: #0c5797;
	padding: 5px 0px;
}
.specie-list-item-buttons {
	float: right;
	width: auto;
	display: block;
	margin-top: 2px;
}
.specie-list-item-caresheet {
	float: right;
	width: 16px;
}
.specie-list-item-images {
	float: right;
	width: 60px;
}
.specie-list-item-edit {
	margin-bottom: -2px;
	margin-top: -2px;
	margin-left: 5px;
	display: none;
	cursor: pointer;
}
.specie-list-item-report {
	margin-bottom: -2px;
	margin-top: -2px;
	margin-left: 5px;
	display: none;
	cursor: pointer;
}

.specie-list-item:hover .specie-list-item-edit, .specie-list-item:hover .specie-list-item-report {
	display: inline;
}

.specie-list-item-link {
	float: right;
	padding: 3px 5px;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #efefef;
	border-radius: 4px;
	display: block;
	margin-left: 4px;
	border: 1px solid #969696;
}
.specie-list-item-link:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #565656;
}

.content-big .box h3 {
	background-color: #3C2C22;
	border-bottom: 1px solid #2B231D;
    border-top: 1px solid #4D4036;
    color: #A1917B;
    display: block;
    padding: 5px;
    margin-bottom: 0;
    clear: both;
}




.underpage-speciegroup {
	display: none;
}
.underpage-speciegroup.active {
	display: block;
}



.speciesearch-box {
	display: block;
	border: 1px solid #cdcdcd;
	padding: 10px;
	margin-bottom: 8px;
	
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}



.map_box {
	display: none; 
	width: 100%; 
	min-height: 400px; 
	margin-top: 10px;
	border: 1px solid #b6b6b6;
	margin-bottom: 4px;
}


#specie-distribution-countries, #specie-distribution-introduced-countries {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	box-sizing: border-box;
	width: 100%;
	height: 180px;
	border: 1px solid #959595;
	background-color: #d3dfe4;
	overflow: auto;
}
#specie-distribution-countries li input, #specie-distribution-introduced-countries li input {
	float: left;
	margin-right: 4px;
}
#specie-distribution-countries li, #specie-distribution-introduced-countries li {
	clear: both;
	line-height: 22px;
}

#specie-distribution-countries>li, #specie-distribution-introduced-countries>li {
	font-weight: bold;
}
/*
#specie-distribution-countries>li>ul>li>label, #specie-distribution-introduced-countries>li>ul>li>label {
	border-top: 1px solid #c9d5da;
	border-bottom: 0;
}
*/


#specie-distribution-smartlist, #specie-distribution-introduced-smartlist {
	padding: 0;
	margin: 0;
	min-height: 22px;
	list-style-type: none;
}

#specie-distribution-smartlist li, #specie-distribution-introduced-smartlist li {
	border-radius: 3px;
	background-color: #00a3df;
	float: left;
	margin-right: 4px;
	margin-bottom: 2px;
	padding: 2px 6px;
	text-shadow: 0px 1px 0px #1bb2ea;
}
#specie-distribution-smartlist li i:hover, #specie-distribution-introduced-smartlist li i:hover {
	color: #ffffff;
	cursor: pointer;
}
/*
#specie-distribution-countries li label, #specie-distribution-introduced-countries li label {
	width: 100%;
	cursor: pointer;
	border-bottom: 1px solid #c9d5da;
}
*/

#wrapperEditSpecie_Synonyms {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.txtEditSpecie_SynonymName {
	float: left;
	box-sizing: border-box;
	height: 28px;
	width: 40%;
}
.txtEditSpecie_Authority {
	float: left;
	box-sizing: border-box;
	height: 28px;
	width: 30%;
}
.txtEditSpecie_Year {
	float: left;
	box-sizing: border-box;
	height: 28px;
	width: 15%;
}
.divEditSpecie_Parenthesis {
	box-sizing: border-box;
	height: 28px;
	width: 15%;
	float: left;
	padding-left: 10px;
}

.sub-specie-item {
	width: calc(100% - 50px);
	box-sizing: border-box;
	display: block;
}
.sub-specie-adminbutton {
	float: right; 
	cursor: pointer; 
	margin-top: 2px; 
	margin-bottom: -4px;
	margin-left: 4px;
	margin-right: 4px;
	display: none;
}
.sub-specie-item.adminhover:hover {
	background-color: #f0f0f0;
	outline: 2px solid #f0f0f0;
}
.sub-specie-item.adminhover:hover .sub-specie-adminbutton {
	display: block;
}

.changed-specieinfo {
	background-color: #a7ea6c;
	float: right; width: 40%;
	border-radius: 3px;
	padding: 3px 8px;
}

.btn-open-speciechange-report, .btn-open-add-subspecies {
	position: absolute;
	right: 2px;
	top: 2px;
	font-size: 14px;
	cursor: pointer;
	background: rgba(255,255,255,0.5);
	border-radius: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.btn-open-speciechange-report:hover, .btn-open-add-subspecies:hover {
	background: rgba(255,255,255,0.7);
}

#edit-specie-add-synonym { margin-top: 6px;}

table#species_info td {
	border-width: 0;
	border-bottom-width: 3px;
	border-color: #eaeaea;
	
}
table#species_info td:first-child {
	background: #ece9e2;
    border-color: #e2dfd7;
    vertical-align: top;
    width: 176px;

    font-weight: normal;
	background: #525252;
    border-color: #444444;
    color: #ffffff;
}



@media screen and (max-width: 767px) {

	table#species_info td:first-child, table#species_info td { 
		display: block;
		width: 100%;
		box-sizing: border-box;
		clear: both; 
		min-height: 34px;
		border-top: 0;
		border: 0;
		color: #000000;
	}

	table#species_info td:first-child {
		background: #ffffff;
		border-bottom: 0;
		min-height: auto;
		height: 38px;
		border-bottom: 2px solid #7fc10c;
		padding-top: 16px;
		font-weight: bold;
	}
	
	#SettingsList { display: none;}

	#formAdvancedSearchResponsive {
		color: #b6a48a;
	}
	#formAdvancedSearchResponsive input, #formAdvancedSearchResponsive select {
		color: #000000;
		border: 0;
	}
}