@import "style_tripal_abims.css";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

.info {
	position: flex;
	position: flex;
	border: 1px solid grey;
	margin-left: 20%;
	margin-right: 20%;
	background: #eee;
	border-radius: 5px;
}

.info p {
	margin: 2% 2% 2% 2%;
	text-align: center;
}

/* Organism listing styling (home and organisms) */

.organism-latest {}

.organism-latest h2 {}

.organism-latest-listing {
	margin: auto;
}

.organism-list {
	margin: 50px;
}

.organism-list ul {
	list-style: none;
}

.organism-list ul li::before {
	content: "\2022";
	color: black;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.organism-search-results {}

.organism-search-results h2 {}

.organism-research-results-listing ul {}

.organism-research-results-listing ul li::before {
	content: "\2022";
	color: black;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.card-project {
	margin-left: 0%;
	margin-right: 50px;
	margin-bottom: 18px;
	display: inline-block;
	border-style: solid;
	padding: 0px 10px;
	border: 1px solid #ddd;
	background-color: rgba(64, 64, 64, 0.05);
}

.about-area {
	margin: auto;
}

.about-content {
	margin: 30px 30px 30px 0;
}

.gallery-container {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 0 0 0;
}

.gallery {
	margin: 10px;
	width: 150px;
}

.overlay-container {
	position: relative;
	width: 150px;
	height: 150px;
}

.o_photo:hover {
	border: 3px solid grey;
}

.o_photo {
	width: 100%;
	border: 1px solid grey;
}

.logo {
	display: inline-block;
}

.best-tag {
	position: absolute;
	top: 3%;
	right: 3%;
}

.sequencing-tag {
	position: absolute;
	top: 3%;
	right: 3%;
}

.sequencing-tag-additional {
	position: absolute;
	top: 3%;
	right: 15%;
}

.sequencing-tag-li {
    height: 15px;
    width: 15px;
    max-width: 15px;
    min-width: 15px;
    max-height: 15px;
    min-height: 15px;
}


#notation_overlay {
	position: absolute;
}

.credit-picture {
	position: absolute;
	bottom: 0%;
	left: 1%;
	font-size: calc(1px + 0.4vw);
	color: black;
	font-style: italic;
}

.logo img {
	display: inline-block;
	width: 30px;
	vertical-align: middle
}

div.desc {
	padding: 10px;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

* {
	box-sizing: border-box;
}

.responsive {
	padding: 0 6px;
}

@media only screen and (max-width: 700px) {
	.responsive {
		width: 49.99999%;
		margin: 6px 0;
	}
}

@media only screen and (max-width: 500px) {
	.responsive {
		width: 100%;
	}
}

.warning {
	margin: 0 auto;
	margin-top: 1.5%;
	width: auto;
	max-width: 87.9%;
	padding: 0;
	text-align: center;
	background: #e6eeff;
	border: 1px solid #eee;
	border-radius: 10px;
}

.hidden {
	display: none;
}

.warning-top {
	border: 0.5px solid black;
	width: 100%;
	max-width: 100%;
	padding: 0;
	text-align: center;
	background: #e6eeff;
	opacity: 0.8;
	transition: opacity 0.6s;
	z-index: -1;
}

.subwarning {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	width: auto;
	background: #ff8533;
	border: 1px solid #ff8533;
}

.closebtn {
	margin-right: 0.8%;
	margin-top: 0.6%;
	color: black;
	font-weight: bold;
	float: right;
	font-size: 28px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtn:hover {
	color: white;
}

.summary-table {
	margin-bottom: 20px;
}

table {
	width: 100%;
}

table,
th,
td {
	border: 1px solid black;
	border-collapse: collapse;
}

th,
td {
	padding: 5px;
	text-align: left;
}

.sticky-caption-container {
	position: fixed;
	background: #eee;
	bottom: 10px;
	right: 10px;
	height: 32%;
	width: 20%;
}

.sticky-caption-toggle {
	cursor: pointer;
	border: 1px solid #ddd;
	transition-duration: 0.3s;
	position: absolute;
	padding: 0 0 0 0;
	right: 1.333%;
	top: 90%;
	z-index: 102;
	height: 8%;
	width: 97.25%;
	max-width: 97.25%;
	min-width: 97.25%;
	min-height: 8%;
	max-height: 8%;
	font-size: 0.7vw;
	background: #bbb;
	font-weight: bold;
	border: 1px solid grey;
}

.sticky-caption-toggle:after {
	content: "\2212";
	margin-right: 1%;
	float: right;
	font-weight: bold;
}

.sticky-caption-toggle:active:after {
	content: '\002B';
}

.sticky-caption-toggle:hover {
	border: 1px solid #eee;
	transition-duration: 0.3s;
	background: #db572a;
	color: white;
}

.sticky-caption {
	position: absolute;
	top: 1.5%;
	right: 1%;
	z-index: 10;
	height: 87%;
	max-height: 87%;
	min-height: 87%;
	width: 98%;
	max-width: 98%;
	min-widt
	background: #eee;
	border: 1px solid #eee;
	transition: max-height 0.2s ease-out;
}

.caption-table {
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

.caption-table tr {
	border: 1px solid #aaa;
	text-align: center;
	vertical-align: middle;
}

.caption-table th {
	border: 2px solid #aaa;
	text-align: center;
	padding: 0 0 0 0;
	vertical-align: middle;
	height: auto;
	font-size: 0.8vw;
	flex-grow: 0;
	flew-shrink: 0;
}

.caption-table th img {
    width: 1vw;
    height: 1vw;
    vertical-align: middle;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.div-browser {
	display: flex;
	text-align: center;
	vertical-align: middle;
	margin-top: -1%;
	margin-bottom: 0.25%
}

.div-browser-link {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	margin-right: 10px;
	padding: 8px 8px 8px 8px;
	height: 30px;
	font-size: 14px;
	border-radius: 100px;
	border: 2px solid #bc360a;
	font: white;
}

.div-browser-link:hover {}

.tooltip {
    position: absolute;
    display: inline-block;
    z-index: 0;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    height: auto;
    border: 1px solid grey;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 0.5vw;

    /* Position the tooltip */
    position: absolute;
    z-index: 5;
    bottom: 30%;
    left: 150%;
}

.tooltip.strip_right {
    right: -33%;
    top: -35%;
}

/* The !important property ensures the associated styling option has priority over all other
 styling options of the selected element */
.tooltip:hover .tooltiptext {
    visibility: visible !important;
}

.tooltip:hover {
    cursor: help !important;
    background: none !important;
}

.nav-menu {
    position: relative;
    display: inline-block;
}

.vd-parent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


ul .dropb:hover > ul,
ul .dropb ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul .dropb ul {
    display: none;
    visibility: hidden;
    min-width: 1rem;
    position: absolute;
    transition: all 0.5s ease;
    background: #94bfea;
}

.drop {
    left: 0;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-top: 0rem;
}

.drop:hover {
    background: #220e10;
}

.dropb {
    transition-duration: 0.5s;
}

.dropd:hover {
    background: #220e10;
}

.dropd a {
    background-color: #220e10;
    width: 100px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.tooltip-best-li {
     float: left; left: -1.5%; margin-right: -1.25%; display: inline-block; position: relative;
}

.tooltip-best-li-img {
    vertical-align: middle; margin-right: 100%; margin-bottom: 20%;
}

.subtitle {
	font-size: 14px;
	font-style: italic;
	font-family: Bitter, Georgia, serif;
}

.ul-2-col {
	/*margin-left: -3.5%;
	left: 0;
    overflow: hidden;*/
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	padding-left: 0;
}

.ul-2-col li {
    /*float: right;
    display: inline-block;
    list-style: outside none none;
    width: 50%;*/
	list-style-position: inside;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	list-style-type: none
}

.ul-3-col li {
	display: inline;
    float: right;
    list-style: outside none none;
    width: 33%;
}

.ul-row {
 	display: flex;
}

/* Create two equal columns that sits next to each other */
.ul-column {
	flex: 50%;
	padding: 10px;
}

.tooltip_help {
	vertical-align:-0.1em;
	margin-left: 0.5%;

}