.fa-home-plain {
    position: relative; color: #ff9900; scale: 0.85;
}

.fa-home-transparent {
    position: relative; color: #ff9900; scale: 0.85; opacity: 0.4
}

.home-gallery-tooltip {
     right: 2.5%; top: 2.5%;
}

.home-gallery-tooltip-fa {
     left: 1%; top: -1%
}

.home-gallery-tooltip-best {
    right: 15%; top: 2.5%;
}

.home-li-tooltip {
     position: relative; vertical-align: middle; margin-bottom: 0.3%;
}

.home-li-tooltip img {
    vertical-align: middle;
}

.home-li-tooltip-fa {
    position: relative; color: #ff9900; vertical-align: middle; vertical-align: -5%;
}

.home-li-tooltip-fa i {
    scale: 1;
}

.home-title {
    margin-top: 1.5%; margin-bottom: 1.5%;
}

.bg-img-home {
    position: absolute;
}

.vd-parent {
	margin-bottom: 1%;
}

.home-about {
    width: 40%;
    color: dimgrey;
    margin: 0 auto;
    position: relative;
}

.div-browser {
    margin-bottom: 1%;
}

.o_photo_top_strip {
	position: absolute;
	top: 0%;
	height: 20%;
	width: 100%;
	z-index: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 2%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 2%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 2%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.treeview-container {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-left: 1%;
	margin-bottom: 1%;
	display: flex;
	width: 49%;
}

.treeview-box {
	background: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 20px 20px 20px 20px;
	width: 100%;
	float: left;
}

.phylotree_view {
	background: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 20px 20px 20px 1%;
	width: 49%;
	float: right;
	height: .treeview-box.height;
}

#treeview_json {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	height: .treeview-box.height;
}

.highlight-leaf .jstree-anchor {
    color : #7ac5ad;
    font-weight: bold;
}

.jstree-node.jstree-open {
    color: #1d3a8f; /* Change this to your desired color */
}

.jstree-node {
    color: black; /* Change this to your desired color */
}

.star-logo {
    vertical-align: -10%;
    filter: invert(65%) sepia(73%) saturate(2991%) hue-rotate(0deg) brightness(104%) contrast(103%);
}


.custom-title {
    background-color: #fff;
    padding: 10px;
    height: 20px;
    text-align: center;
    position: relative;
    top: 275px;
    left: 10px;
    border: none;
}

.custom-title p {
    margin-top: -10px;
    line-height: 20px;
    color: dimgrey;
    font-style: italic;
}

#pieChart{
    position: relative;
    display: flex;
    min-width: 200px;
    overflow-x: scroll;
}

.description-container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.checkbox-container {
    position: absolute;
    display: flex;
    align-items: center;
    color: grey;
    bottom: 0px;
}
#chartDescription {
    font-style: italic;
    color: grey;
    font-size: 18px;
    text-align: center;
    flex-grow: 1;
    margin: 9px
}
.leaflet-popup-content-wrapper {
    font-style: italic;
}

.greyMap {
    filter : grayscale(80%);
}

#reset {
  width: 150px;
  margin: 0 auto;
}
