:root {
    --primary-color: #B61F29;
    --primary-color-light: #bc313a;
    --primary-color-very-light: #f0d2d4;
    --primary-color-dark: #a71d26;
    --primary-color-very-dark: #240608;
    --primary-color-20: rgba(182, 31, 41, 0.2);
    --primary-color-30: rgba(182, 31, 41, 0.3);
    --primary-color-60: rgba(182, 31, 41, 0.6);
}


.hide{
	display: none!important;
}
img{
	max-width: 100%;
	vertical-align:middle;
}

.page-wrapper > .navbar{
	justify-content: space-between;
}
.navbar-bottom{
	align-items: center;
}
.navbar-breadcrumb{
	width: 100%;
	display: flex;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

.sidebar-menu{
	top:0;
}

.navbar-top{
	position:relative;
}
a.new-design-teaser {
	background-color: #006EB7;
	color: white;
	border-radius: 10px;
	padding: 0 7px 0px 28px;
	position: absolute;
	line-height: 26px;
	top:7px;
	right:1rem;
}
a.new-design-teaser .red-caret {
	background: white url(/images/icons/caret-right-blue.svg) no-repeat scroll center center / 10px 18px;
	width: 26px;
	height: 26px;
	display: block;
	border-radius: 50%;
	position: absolute;
	border: 2px solid #006EB7;
	padding: 5px;
	box-sizing: border-box;
	top: 0px;
	left: -3px;
}

/* Homepage Start */
.section.hero .home-top-numbers {
	background-color: var(--primary-color);
	color: white;
	box-sizing: border-box;
	padding:10px 20px;
	position: absolute;
	top: 2rem;
	left: 0;
	width: 200px;
}
.hero-serach-titles{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	padding-bottom:1rem;
}
.hero-serach-titles h2{
	margin-bottom:0;
}
.hero-serach-titles-mobile{
	display:none;
}

.emphasize {
	background-color: var(--primary-color);
	display: inline-block;
	line-height: 0.5;
	padding-bottom: 0.2em;
	font-family: 'Rubik', Verdana, sans-serif;
	font-weight: 600;
}
form#searchform{
	position:relative;
}
.home-statement {
	text-align: center;
	margin-top: 20px;
	background-color: rgba(255,255,255,0.8);
	padding: 10px 20px;
}

.home-link-white,
.home-link-white::after{
	color: white !important;
}

/* ### Suggest */
/* Mainsearch suggestions */
.main-search-autocomplete .suggested,
.main-search-autocomplete .suggested-example{
	position:absolute;
	width:100%;
	max-height:300px;
	overflow:auto;
	top:100%;
	left:0;
	background-color:white;
	margin:0;
	z-index:1;
}
.main-search-autocomplete .suggested ul,
.main-search-autocomplete .suggested-example ul{
	list-style:none;
}
.main-search-autocomplete .suggested ul li,
.main-search-autocomplete .suggested-example ul li{
	background-color:white;
	padding:5px 10px;
}
.main-search-autocomplete .suggested ul li,
.main-search-autocomplete .suggested-example ul li{
	background-color:white;
}
.main-search-autocomplete .suggested ul li:nth-child(2n),
.main-search-autocomplete .suggested-example ul li:nth-child(2n){
	background-color:var(--gray-color-light);
}
.main-search-autocomplete .suggested-example-title{
	color:var(--text-color);
	margin-right:15px;
}
/* ### ENDE Suggest */


.home-dashboard {
	position: relative;
	top: -60px;
	opacity: 0;
	animation: 1.3s ease-out 2s 1 slideInFromBottom;
	animation-fill-mode: forwards;
	max-width: 118rem;
	margin: -60px auto 0 auto;
}

.cite-bacdive-reminder {
	position: fixed;
	bottom: 100px;
	right: -185px;
	background-color: var(--primary-color);
	color: white;
	z-index: 1;
	padding:10px 15px;
	transition:right 1s;
	width:185px;
	box-sizing: border-box;
}
.cite-bacdive-reminder.active{
	right:0;
	box-shadow: 0px 0px 15px black;
}
.cite-bacdive-reminder a{
	color:white;
}
.cite-bacdive-reminder button{
	margin-top:5px;
}

.feedback-side {
	position: fixed;
	bottom: 100px;
	right: 0px;
	right: -310px;
	background-color: white;
	color: #464646;
	z-index: 1;
	padding:10px 15px;
	transition:right 1s;
	width:310px;
	box-sizing: border-box;
	border:1px solid #464646;
}
.feedback-side.active{
	right:0;
	box-shadow: 0px 0px 15px black;
}
.feedback-side span.close{
	display:block;
	position:absolute;
	top:5px;
	right:20px;
	font-size:40px;
	cursor:pointer;
	color:black;
	line-height:32px;
}
.feedback-side .success-msg > span{
	margin-bottom:10px;
	display:inline-block;
}
.feedback-side h3{
	margin:1rem 0;
}
.feedback-side ul{
	display:flex;
	list-style-type: none;
	margin:0;
	justify-content:center;
}
.feedback-side ul li{
	margin:0;
	padding:10px;
	cursor:pointer;
}
.feedback-side .success-msg .btn-container{
	display:flex;
	justify-content:space-between;
}
.feedback-side .success-msg textarea{
	width:100%;
	height:70px;
	margin-bottom:10px;
}

.home-news{
	margin: 100px -2rem 0 -2rem;
	padding: 60px 0 80px 0;
	background:url(https://cdn.dsmz.de/images/strain/17236/DSM_19955.jpg) no-repeat scroll center center / cover;
}
.home-news h2{
	color:white;
}
.home-news .container{
	margin: 0 auto;
	padding:0 3.5rem;
	max-width:1215px;
	width:100%;
	box-sizing: border-box;
}
.home-news .news-container{
	background-color:white;
	padding:30px;
	display:flex;
	flex-wrap:wrap;
}
.home-news .pic{
	width:50%;
}
.home-news .pic img{
	width:100%;
}
.home-news .text{
	width:50%;
	padding:30px;
}
.home-news .h-list{
	width:100%;
	margin-top:20px;
}
.home-news .h-list time{
	width:110px;
	display:inline-block;
	opacity:0.8;
	font-size:1.3rem;
}
.home-news .h-list a{
	font-weight:bold;
}
.home-news .h-list ul{
	list-style: none;
}



.home-dashboard .teaser{
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:center;
	height:250px;
}
.home-dashboard .teaser > a{
	flex:1 0 calc(16% - 10px);
	box-sizing:border-box;
	position:relative;
	cursor:pointer;
	transition:all 0.5s;
	margin-left:10px;
	text-decoration:none;
	z-index:1;
}
.home-dashboard .teaser > a:first-child{
	margin-left:0;
}
.home-dashboard .teaser.active > a{
	flex-basis: 0px;
}
.home-dashboard .teaser > a.active{
	flex-basis: 150px;
}
.home-dashboard .teaser > a .pic{
	width:100%;
	height:142px;
	transition:height 0.5s;
}
.home-dashboard .teaser > a.active .pic{
	height:225px;
}
.home-dashboard .teaser > a .title{
	padding:10px;
	width:100%;
	box-sizing:border-box;
	font-size:16px;
	text-align:center;
	color:black;
	text-align:center;
	text-decoration:none;
	background-color:#f7f7f7;
}
.home-dashboard .teaser > a.active .title{
	font-weight:bold;
}
.home-dashboard .teaser > a .link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	color: white;
	padding: 10px;
	box-sizing: border-box;
	text-align: right;
	opacity:0;
	transition:opacity 0.5s;
	font-size:16px;
}
.home-dashboard .teaser > a.active .link{
	opacity:1;
}


/**** Animations ****/

@keyframes slideInFromLeft {
	0% {
		transform: translateX(100px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes slideInFromTop {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slideInFromBottom {
	0% {
		transform: translateY(100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/**** Hero with KTA on starting page ****/


.home-cards{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 10px;
	width: 95rem;
	max-width:100%;
	margin:0 auto;
	justify-content: center;
}
.home-cards > .box {
	width: calc(50% - 10px);
	padding-bottom: 4rem;
	position: relative;
	min-width:430px;
}
.home-cards .footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.home-cards .img-container {
	position: relative;
 }
.home-cards .img-container h2{
	margin-top: 1rem;
}
.home-cards .text-block {
	position: absolute;
	top: 3rem;
	left:0;
	background-color: #0e435f;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}
.home-cards .keywords {
	list-style: none;
	padding: 0 0 1rem;
	position: absolute;
	top: 9rem;
	left:0;
	font-size: 12pt;
	text-align: start;
}
.home-cards .keywords li {
	padding: 5px 1.5rem 5px 1rem ;
	background-color: #800029;
	color: white;
	cursor: default;
	margin-bottom: 10px;
}
.home-boxes-container{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 118rem;
	max-width:100%;
	margin:4rem auto 0 auto;
	justify-content: center;
}
.home-boxes-container .home-box{
	position: relative;
	vertical-align: top;
	height: 300px;
	width: 33.33%;
	box-sizing: border-box;
	background-color: #B61F29;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.home-box .text-center{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	box-sizing:border-box;
	padding:15px;
}
.home-box .text-center img{
	vertical-align: middle;
	margin-left: 10px;
	height: 170px;
	margin-bottom: 10px;
}
.home-box .text-center p{
	margin:0;
	font-size:24px;
	color:white;
}
.home-box.white {
	background-color: #fff;
}
.home-box.white .text-center p{
	font-size: 2rem;
}
.home-box.white .text-center hr{
	margin: 20px 0;
}
.home-box.grey .text-center {
	bottom: 0;
	transform: none;
	left: 0;
	top: auto;
	color: #000;
	background-color: rgba(255,255,255,0.6);
	text-align: left;
}
.home-box.grey .text-center p,
.home-box.white .text-center p{
	color: #000;
}

@media only screen and (max-width: 1180px) {
	.home-boxes-container .home-box{
		width:380px;
		max-width:50%;
	}
	.home-boxes-container .home-box:nth-child(n+3){
		order:2;
	}
	.home-boxes-container .home-box:nth-child(4){
		order:1;
	}
}
@media only screen and (max-width: 500px) {
	.home-boxes-container .home-box{
		width:380px;
		max-width:100%;
	}
	.home-boxes-container .home-box:nth-child(n+3){
		order:1;
	}
}

div.home-tools{
	margin: 7rem -2rem 0 -2rem;
}
.home-tools ul{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	align-items:stretch;
	justify-content: center;

	max-width:calc(1215px + 2rem);
	width:100%;
	padding:0 3.5rem;
	box-sizing:border-box;
	margin:0 auto;
}
.home-tools li{
	text-align:center;
	width:25%;
	padding:1rem;
	min-width:190px;
}
.home-tools li a {
	display:block;
	padding:2rem;
	color:rgba(70, 70, 70, 0.8);
	margin:0;
	height:100%;
}
.home-tools li a i{
	font-size:70px;
	color:rgba(70, 70, 70, 0.8);
}


.doi-home {
	margin: 8rem 0;
	font-size: 20px;
	text-align: center;
}
/* Homepage End */

/* Team page Start */
.team .box {
	height: calc(100% - 3rem);
	align-items: center;
	display: flex;
	position: relative;
	min-height: 14rem;
}
.team .content {
	width: 50%;
}
.team .content .title {
	font-size: 1.6rem;
}
.team .box img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0% 100%);
}
/* Team page End */


/* News page Start */
button.show-more-button {
	margin:0 0 2rem 2rem;
}
.js-show-more{
	height: 10rem;
	overflow:hidden;
	position:relative;
}
.js-show-more::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100% );
}
.js-show-more.active{
	height:auto;
	overflow:auto;
}
.js-show-more.active::after {
	display:none;
}
/* News page End */


/* Contact page Start */
form .help-field {
	position: absolute;
	top: 0;
	left: 100%;
}
.captcha-image {
	vertical-align: middle;
}
/* Contact page End */

/* Dashboard Start */
#dashboard{
	text-align:left;
	padding: 0 15px 15px;
	display: flex;
	flex-wrap: wrap;
}

#dashboard ol, #dashboard ul, #dashboard li {
  list-style: none;
  margin:0;
  padding:0;
}


.intro-text{
	font-size:16px;
}



#dashboard .dash-section{
	background-color: #FFFFFF;
	width: calc(50% - 10px);
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
	margin:5px;
}
#dashboard .dash-section h2{
	padding: 10px;
	margin: 0;
	background-color:#f7f7f7;
}

#dashboard .dash-tabs nav ul{
	display: flex;
	flex-wrap: wrap;
	background-color:#f7f7f7;
}
#dashboard .dash-tabs nav ul li{
	background-color:#f0f0f0;
	padding:12px 9px;
	cursor:pointer;
}
#dashboard .dash-tabs nav ul li:hover{
	background-color:#ffffff;
}
#dashboard .dash-tabs nav ul li.active{
	background-color:white;
	border-top:3px solid #0e435f;
}

#dashboard .total-type{
	margin-bottom:15px;
	padding: 0 11px;
}
#dashboard .total-type > div,
#dashboard .total-type > a{
	display:inline-block;
}
#dashboard .isolation-iframe{
	width: 100%;
	height: 570px;
	border: none;
}


.dash-boxes{
	display:flex;
	align-items: stretch;
	/* justify-content: space-between; */
	flex-wrap:wrap;
	padding:5px;
}
.dash-boxes > div{
	/* min-width:200px; */
	/* flex: 1 0 21%; */
	box-sizing: border-box;
	width:calc(25% - 10px);
	text-align:right;
	padding:20px;
	margin:5px;
	font-size:25px;
	background-color:#0e435f;
	color:#fff;
	box-shadow:0 0px 8px 0 rgba(0, 0, 0, 0.2);
}
.dash-boxes > div .title{
	font-size:16px;
}
.dash-boxes > div:nth-child(2) {
  background-color: #B8336A;
}
.dash-boxes > div:nth-child(3) {
  background-color: #CF98B5;
  color:black;
}
.dash-boxes > div:nth-child(4) {
  background-color: #E5FCFF;
  color:black;
}
.dash-boxes > div:nth-child(5) {
  background-color: #BBCBCA;
  color:black;
}
.dash-boxes > div:nth-child(6) {
  background-color: #919995;
}
.dash-boxes > div:nth-child(7) {
  background-color: #3C362A;
}
.dash-boxes > div:nth-child(8) {
  background-color: #ECE4B7;
  color:black;
}

.dash-boxes-project {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	border-left: 1px solid #D8D8D8;
}
.dash-boxes-project > div {
	box-sizing: border-box;
	width: 25%;
	text-align: right;
	padding: 0px 15px;
	font-size: 25px;
	background-color: transparent !important;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
}
.dash-boxes-project > div .title{
	font-size:16px;
}
.searchable-table{
	margin: 40px auto;
	max-width:1300px;
	padding:0;
}
.searchable-table .table-content{
	position:relative;
}
.searchable-table.loading .table-content:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(217,217,217,0.8) url(/images/ajax-loader.gif) no-repeat scroll center center;	
}
.tableFixHead {
	overflow-y: auto;
	height: 250px;
	padding:0;
}
.tableFixHead thead th {
	position: sticky;
	top: 0;
}
.tableFixHead table {
	border-collapse: collapse;
	width: 100%;
	background-color:white;
}
.tableFixHead th,
.tableFixHead td {
	padding: 3px 7px;
	border: 1px solid #D8D8D8
}
.tableFixHead th {
	background: #eee;
}
.searchable-table input.strains-search-table{
	margin-bottom: 10px;
	padding: 7px;
	border-radius: 0;
}
.searchable-table .pagination{
	margin-top:15px;
}






#dashboard .tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

#dashboard .d3-lollipop-chart,
#dashboard .d3-pie-chart,
#dashboard .d3-histogram-chart{
	position:relative;
}

#dashboard .d3-lollipop-chart .grid line {
  stroke: lightgrey;
  stroke-opacity: 0.7;
  shape-rendering: crispEdges;
}

#dashboard .d3-lollipop-chart .graphic{
	max-height: 310px;
	overflow:auto;
	position:relative;
}

#dashboard .d3-lollipop-chart .total-count,
#dashboard .d3-histogram-chart .total-count{
	float:right;
	margin-right:22px;
	margin-top:10px;
	border:1px solid black;
	padding:3px 5px;
}
#dashboard .d3-pie-chart .total-count{
	border:1px solid black;
	padding:3px 5px;
	position:absolute;
	right:20px;
	top:20px;
}
 
 
 
 

#dashboard .dash-tabs .tabs-content{
	background-color:white;
}
#dashboard .dash-tabs .tabs-content > li{
	opacity:0;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
#dashboard .dash-tabs .tabs-content > li.active{
	height:auto;
	opacity:1;
	visibility:visible;
	transition: visibility 0s linear,opacity 0.5s linear;
	overflow:visible;
}

#dashboard .circle {
	border: 1px solid #000;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#dashboard .circle.plus:before,
#dashboard .circle.plus:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:black;
}
#dashboard .circle.plus:before{
    width: 1px;
    margin: 2px auto;
}
#dashboard .circle.plus:after{
    margin: auto 2px;
    height: 1px;
}

/* and a bonus!!! minus :-) */
#dashboard .circle.minus:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:black;
    margin: auto 2px;
    height: 1px;
}

#dashboard  #map {
	width: 100%;
	height: 600px;
	text-align: left;
}
#dashboard .loading-map-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(217,217,217,0.8) url(/images/ajax-loader.gif) no-repeat scroll center center;
	z-index: 1000;
}
#dashboard #map .info {
	padding: 6px 8px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}
#dashboard #map .info h4 {
	margin: 0 0 5px;
	color: #777;
}
/* Dashboard End */


/* API Test Finder Start */
#apisearch{
	text-align:center;
}

#apisearch table.main-api-table {
	
    border-collapse: collapse;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

    display: flex; 
    flex-direction: column; 
    align-items: stretch;   
    /* height: 60vh; */  
    overflow-x: auto ;
    min-width: 1300px ;
}

#apisearch table.main-api-table thead {
	/* border:1px solid blue; */
	border-collapse: collapse;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* overflow-x: auto ; */
}

#apisearch table.main-api-table tbody {
	/* border:1px solid red; */	
	border-collapse: collapse;
    overflow-y: scroll;  
    display: inline-block;
}

#apisearch table.main-api-table thead > tr,
#apisearch table.main-api-table tbody > tr, 
#apisearch table.main-api-table tfoot > tr {	
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#apisearch table.main-api-table thead, 
#apisearch table.main-api-table tfoot {
    flex-shrink: 0; 
}

#apisearch table.main-api-table th.sortfield{
	height:3em;
}

#apisearch table.main-api-table th, 
#apisearch table.main-api-table tbody td{
	padding:1px;
	border:1px solid #D8D8D8;
	border-collapse: collapse;
    width: 38px; 
    overflow-x: hidden ; 
    word-wrap: break-word;
    text-overflow: ellipsis; 
	display: inline-block;  	
}
#apisearch input,
#apisearch select{
	padding:1px;
}

#apisearch .helplink{
	padding:0 8px;
}

#apisearch .borderBottom{border-bottom:1px solid #C2C2C2; }
#apisearch table.main-api-table .colWidth250{
	min-width:100px;
	width:400px;
	flex-grow:1; 
	/* background-color:red;  */
	text-align:left;
}
#apisearch table.main-api-table .colWidth200{
	min-width:100px;
	width:200px;	
	text-align:left;
}
#apisearch table.main-api-table .colWidth90{
	min-width:45px;
	width:90px;	
	text-align:left;	
}

#apisearch .paddingRight13{padding-right:13px;}


#apisearch span.tooltiptext
{
  position: absolute;
  display: block;
  font-weight:normal;
  top: 140px; 
  padding:5px;
  border: 1px solid black;
  background-color:#fdfffb;
  color:black;
  /* padding: 0.2em; */
  /* min-width:150px; */ 
  z-index:9999;
}
#apisearch .tables-mobile-container > table input,
#apisearch .tables-mobile-container > table select{
	display:block;
	width:100%;
}
 
#apisearch .sort_arrow{
	padding-top:2px;
	height:10px;
	text-align:center;  
}
#apisearch .font8 {
	font-size: 8pt;
}
#apisearch .height10 {
	height: 10px;
	vertical-align: top;
}
#apisearch .negativ {
	background-color: #FDD0D1;
}
#apisearch .positiv {
	background-color: #C8E1CE;
}
/* API Test Finder End */


/* Taxplorer Start */
#selectAllTaxplorer{
	width:75%;
}

#strains #resultlist {
	border-left: 1.5px solid #afafaf;
	width: calc(100% - 230px)
}
.taxplorer-container{
	display:flex;
	align-items: flex-start;
}
.taxplorer-container #resultlist > ul > li hr:last-child {
	display:none;
}
 
form.taxplorer{
	position: sticky;
	top:10rem;
	width: 230px;
}
#search {
	margin-right: 20px;
}
#search div.searchbutton{
	margin-top:10px;
}
#search div.searchbutton p , #search div.searchbutton select {
 	display: inline; 
 } 

#search div.searchbutton p{
	width:20%;
}
#search div.searchbutton select {
	width:100%;
	padding:2px;
}
#strains ul {
	list-style-type: none;
	padding: 8px 10px 8px 40px;
}
#strains ul:nth-child(even){
	background-color:#FCFCFC;
}
#strains ul:nth-child(odd){
	background-color:#F0F0F0;
}
#strains td{
	vertical-align:middle;
	padding:2px;
}
#strains li{
	padding:2px;
}
#strains td a{
	text-decoration:underline;
}
#strains .helplink{
	padding:0 10px;
	cursor:pointer;
}
#topbar_searchresult{
	position: sticky;
	top: 6rem;
	background-color:#f1f1f1;
	border-bottom: 1.5px solid #afafaf;
	padding-top: 10px;
	z-index: 39;
}
/* Taxplorer End */

ul.searchresult { list-style: none; padding: 0px;}
ul.searchresult li.searchresultrow0 { margin-top:5px; padding:5px; background-color: #ececec; font-size:8pt; height:auto;position:relative;/* border:1px solid red; */ }
ul.searchresult li.searchresultrow1 {
	background-color: #f0f0f0;
}
ul.searchresult li.searchresultrow2 {background-color: #fcfcfc;}
ul.searchresult li span.exportcheckbox { display:block;float:left; width:50px;  /* height:4em; */  /* border:1px solid yellow; */}
ul.searchresult li span.exporttext { display:block; width:auto; font-size:10pt; }
ul.searchresult li span.exportalltext { display:block; font-size:10pt;}

ul.searchresult li table,
ul.searchresult li th,
ul.searchresult li td{
  border: 1px solid black;
  border-collapse: collapse;
  font-size:12px;
}
ul.searchresult {
	margin-top:15px;
}
ul.searchresult li{
	padding:7px 15px 10px;
}
ul.searchresult li a{
	text-decoration:underline;
}

/* Advsearch Start */
.advsearch-container{
	display: flex;
	align-items: flex-start;
}
.advsearch-container .left-column {
	position: sticky;
	top: 114px;
	width: 582px;
	height: calc(100vh - 106px);
	overflow: auto;
}
.advsearch-container .right-column {
	border-left: 1.5px solid #afafaf;
	width: calc(100% - 582px);
}


#bacdive-query-generator{
	padding:0 15px 20px 0;
	border-bottom:1px solid #d8d8d8;
	position:relative;
}
#bacdive-query-generator input, #bacdive-query-generator select{
	padding:7px 5px;
}

#bacdive-query-generator .copy-url {
	width: 144px;
	position: absolute;
	top: 7px;
	right: 20px;
	cursor:pointer;
	font-size: 16px;
}
#bacdive-query-generator .copy-url img,
#bacdive-query-generator .copy-url span{
	vertical-align:middle;
}
#bacdive-query-generator .copy-url .info-msg{
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	white-space: nowrap;
	padding: 7px;
	z-index: 1;
	opacity:0;
	visibility:hidden;
	transition:opacity 0.5s linear 0s, visibility 0s linear 0.5s;
}
#bacdive-query-generator .copy-url .info-msg.show{
	opacity:1;
	visibility:visible;
	transition: visibility 0s linear,opacity 0.5s linear;
}
#bacdive-query-generator .include-predictions{
	display: block;
	margin-top: 20px;
	padding-top: 5px;
}

#bacdive-query-generator .filter input, 
#bacdive-query-generator .filter select,
#bacdive-query-generator .filter .fields-list-container{
	float:left;
	margin-right:3px;
	width:calc(37% - 3px);
	box-sizing:border-box;
	position:relative;
	font-size:14px;
}
#bacdive-query-generator .filter select.field-option{
	width:calc(25% - 3px);
}
#bacdive-query-generator .filter .field-value.double{
	width:calc(63% - 6px);
}
#bacdive-query-generator .filter .fields-list-container input{
	width:100%;
	padding:7px 20px 7px 5px;
	float:none;
	margin:0;
	box-sizing:border-box;
}
#bacdive-query-generator .filter .fields-list-container .empty-field {
	position: absolute;
	top: 11px;
	right: 5px;
	font-size: 16px;
	font-weight: bold;
	height: 16px;
	width: 16px;
	background: url('/images/icons/cross_black.svg') no-repeat scroll 0 0;
	cursor: pointer;
}
#bacdive-query-generator .filter .recomendations{
	position: absolute;
	background-color: white;
	right: 52px;
	top: 100%;
	margin: 0;
	padding:0;
	list-style:none;
	border: 1px solid #bebebe;
	width:235px;
	overflow:auto;
	max-height:290px;
	z-index:1;
}
#bacdive-query-generator .filter .recomendations li{
	width: 100%;
	cursor: pointer;
	background-color: #fff;
	padding: 7px;
	box-sizing: border-box;
	border-top: 1px solid #bebebe;
}
#bacdive-query-generator .filter .recomendations li:first-child{
	border-top:none;
}
#bacdive-query-generator .filter .recomendations li:hover{
	background-color: #226ED0;
	color: white;
}
#bacdive-query-generator .filter .field-value.loading{
	background: #fff url(/images/ajax-loader.gif) no-repeat scroll right 5px center;	
}


#bacdive-query-generator .remove-filter::after {
	background: url(/images/icons/trash.svg) no-repeat scroll 0 0;
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
	top: -3px;
	left: 0;
	position: absolute;
}


#bacdive-query-generator .filter-condition-container{
	margin-left:13px;
	border-left:4px solid #e0e0e0;
	padding-bottom:10px;
}

#bacdive-query-generator .filter-add-condition{
	width:107px;
	height:40px;
	position:relative;
	color:#838383;
	cursor:pointer;
	border-left:1px dashed #e0e0e0;
	margin-left:14px;
	display:inline-block;
}
#bacdive-query-generator .filter-add-condition .plus-small{
	width: 13px;
	height: 13px;
	position: absolute;
	left: 11px;
	top: 10px;
}
#bacdive-query-generator .filter-add-condition .plus-small::before{
	content:"";
	background-color:#838383;
	position:absolute;
	top:0px;
	left:6px;
	width:1px;
	height:13px;
}
#bacdive-query-generator .filter-add-condition .plus-small::after{
	content:"";
	background-color:#838383;
	position:absolute;
	top:6px;
	left:0px;
	width:13px;
	height:1px;
}
#bacdive-query-generator .filter-add-condition span {
	color: #838383;
	position: absolute;
	top: 7px;
	left: 33px;
	width: 80px;
}

#bacdive-query-generator .filter-add-condition-limit-error{
	padding:10px 10px 10px 25px;
	color:#F04100;
}
#bacdive-query-generator .add-filter-group-limit-error,
#bacdive-query-generator .add-error-filter-repeated{
	padding:10px;
	color:#F04100;
}

.download-table {
	position:relative;
}
.download-table .download-table-message {
	position: absolute;
	top: 30px;
	right: 0;
	width: 320px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid black;
	color: #000;
}

#bacdive-query-generator .filter-group{
	position:relative;
}

#bacdive-query-generator .add-filter-group{
	height:30px;
	width:101px;
	position:relative;
	cursor:pointer;
}
#bacdive-query-generator .add-filter-group .plus {
	width: 17px;
	height: 17px;
	position: absolute;
	left: 6px;
	top: 5px;
}
#bacdive-query-generator .add-filter-group .plus::before{
	content:"";
	background-color:#838383;
	position:absolute;
	top:0px;
	left:8px;
	width:1px;
	height:17px;
}
#bacdive-query-generator .add-filter-group .plus::after{
	content:"";
	background-color:#838383;
	position:absolute;
	top:8px;
	left:0px;
	width:17px;
	height:1px;
}
#bacdive-query-generator .add-filter-group span{
	color:#838383;
	position:absolute;
	top:4px;
	left:30px;
}
#bacdive-query-generator .remove-filter{
	position:absolute;
	right:8px;
	top:10px;
	height:23px;
	width:20px;
	display:block;
	cursor:pointer;
}
#bacdive-query-generator .remove-filter::after {
	background: url(/images/icons/trash.svg) no-repeat scroll 0 0;
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
	top: -3px;
	left: 0;
	position: absolute;
}
#bacdive-query-generator .filter-condition{
	border:none;
}
#bacdive-query-generator .filter-condition{
	padding:5px 20px 5px 7px;
	color:#838383;
	margin:7px 0 0 30px;
	cursor:default;
	background-color:transparent;
}
#bacdive-query-generator .filter-group-operator select{
	width:65px;
}
#bacdive-query-generator .filter-group-operator select option{
	background-color:#fff;
	color:#000;
	font-weight:normal;
}
#bacdive-query-generator .filter-group:first-child .filter-group-operator{
	display:none;
}
#bacdive-query-generator .error {
	box-shadow: 0px 0px 2px red;
	border: 1px solid red;
}



.new-adv-search .side-info .open {
	position: relative;
	padding: 10px 10px 10px 15px;
	cursor: pointer;
	font-size: 16px;
	border-bottom:1px solid #d8d8d8;
}
.new-adv-search .side-info .open i{
	display:inline-block;
}
.new-adv-search .side-info .open.active i {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}


.new-adv-search .drag-sort{
	display:inline-block;
	width:20px;
	height:20px;
	background: url(/images/icons/draggable.svg) no-repeat scroll center center / contain;
	cursor:move;
	position:absolute;
	top:9px;
	left:5px;
}
.new-adv-search .filter{
	padding-top:5px;
	margin-top:5px;
	border-top:2px solid transparent;
	box-sizing:border-box;
	position:relative;
	padding-left:30px;
	padding-right:34px;
	position:relative;
	background-color: transparent;
	animation-name: filter-add;
	animation-duration: 2s;
}
.new-adv-search .filter.over{
	border-top:2px solid #5290b2;
}
@keyframes filter-add {
  from {background-color: #74a6c1;}
  to {background-color: transparent;}
}

.new-adv-search .mod-search-examples{
	margin:14px 0px;
	padding:0 0 0 40px;
}

.layer-all-fields {
	top: 105px;
	width: 100%;
	height: calc(100vh - 106px);
	position: sticky;
	overflow: auto;
}

 
.section-container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(310px,1fr));
  grid-auto-rows: 20px;
}
.section-container .section{
	grid-row-end: span 23;
	border-bottom: 2px solid #5290b2;
	padding: 0px 15px 30px 15px;
	box-sizing: border-box;
}

.section-container .section:nth-child(2){
	grid-row-end: span 25;
}
.section-container .section:nth-child(3){
	grid-row-end: span 15;
}
.section-container .section:nth-child(4){
	grid-row-end: span 41;
}
.section-container .section:nth-child(5){
	grid-row-end: span 11;
}
.section-container .section:nth-child(6){
	grid-row-end: span 12;
}
.section-container .section:nth-child(7){
	grid-row-end: span 10;
}
.section-container .section:nth-child(8){
	grid-row-end: span 13;
}
.section-container .section:nth-child(9){
	grid-row-end: span 67;
}
.section-container .section:nth-child(10){
	grid-row-end: span 20;
}
.section-container .section:nth-child(11){
	grid-row-end: span 13;
}



@media (max-width: 2299px){
	.section-container .section{
		grid-row-end: span 21;
	}
	.section-container .section:nth-child(2){
		grid-row-end: span 22;
	}
	.section-container .section:nth-child(3){
		grid-row-end: span 15;
	}
	.section-container .section:nth-child(4){
		grid-row-end: span 41;
	}
	.section-container .section:nth-child(5){
		grid-row-end: span 11;
	}
	.section-container .section:nth-child(6){
		grid-row-end: span 8;
	}
	.section-container .section:nth-child(7){
		grid-row-end: span 10;
	}
	.section-container .section:nth-child(8){
		grid-row-end: span 11;
	}
	.section-container .section:nth-child(9){
		grid-row-end: span 67;
	}
	.section-container .section:nth-child(10){
		grid-row-end: span 20;
	}
	.section-container .section:nth-child(11){
		grid-row-end: span 11;
	}
}
@media (max-width: 1919px){
	.section-container .section{
		grid-row-end: span 20;
	}
	.section-container .section:nth-child(2){
		grid-row-end: span 20;
	}
	.section-container .section:nth-child(3){
		grid-row-end: span 15;
	}
	.section-container .section:nth-child(4){
		grid-row-end: span 41;
	}
	.section-container .section:nth-child(5){
		grid-row-end: span 11;
	}
	.section-container .section:nth-child(6){
		grid-row-end: span 8;
	}
	.section-container .section:nth-child(7){
		grid-row-end: span 10;
	}
	.section-container .section:nth-child(8){
		grid-row-end: span 10;
	}
	.section-container .section:nth-child(9){
		grid-row-end: span 62;
	}
	.section-container .section:nth-child(10){
		grid-row-end: span 20;
	}
	.section-container .section:nth-child(11){
		grid-row-end: span 11;
	}
}
@media (max-width: 1599px){
	.section-container .section{
		grid-row-end: span 19;
	}
	.section-container .section:nth-child(2){
		grid-row-end: span 19;
	}
	.section-container .section:nth-child(3){
		grid-row-end: span 15;
	}
	.section-container .section:nth-child(4){
		grid-row-end: span 41;
	}
	.section-container .section:nth-child(5){
		grid-row-end: span 11;
	}
	.section-container .section:nth-child(6){
		grid-row-end: span 7;
	}
	.section-container .section:nth-child(7){
		grid-row-end: span 10;
	}
	.section-container .section:nth-child(8){
		grid-row-end: span 10;
	}
	.section-container .section:nth-child(9){
		grid-row-end: span 57;
	}
	.section-container .section:nth-child(10){
		grid-row-end: span 20;
	}
	.section-container .section:nth-child(11){
		grid-row-end: span 10;
	}
}



.section-container h3{
	padding-left:17px;
	position:relative;
}
.section-container h3::before {
	content: "";
	position: absolute;
	left: -12px;
	top: 7px;
	height: 24px;
	width: 24px;
}
.section-container .section-icon-1::before{
	background: url('/images/icons/sections/icon_name and taxonomy.svg') no-repeat scroll 0 0 / cover;
}
.section-container .section-icon-2::before{
	background: url('/images/icons/sections/icon_morphology.svg') no-repeat scroll 0 0 / cover;
}
.section-container .section-icon-3::before{
	background: url('/images/icons/sections/icon_culture conditions.svg') no-repeat scroll 0 0 / cover;
}
.section-container .section-icon-4::before{
	background: url('/images/icons/sections/icon_physiology and metabolism.svg') no-repeat scroll 0 0 / cover;
}
.section-container .section-icon-5::before{
	background: url('/images/icons/sections/icon_isolation and environment.svg') no-repeat scroll 0 0 / cover;
}
.section-container .section-icon-6::before{
	background: url('/images/icons/sections/icon_safety.svg') no-repeat scroll 0 0 / cover;
}
.section-container .section-icon-7::before{
	background: url('/images/icons/sections/icon_sequences.svg') no-repeat scroll 0 0 / cover;
}
.section-container .section-icon-8::before{
	background: url('/images/icons/sections/icon_external links.svg') no-repeat scroll 0 0 / cover;
}
.section-container .section-icon-10::before{
	background: url('/images/icons/sections/icon_antibiotics.svg') no-repeat scroll 0 0 / cover;
}
.section-container .section-icon-11::before{
	background: url('/images/icons/sections/icon_fatty acid profile.svg') no-repeat scroll 0 0 / cover;
}
.section-container .section-icon-12::before{
	background: url('/images/icons/sections/icon_references.svg') no-repeat scroll 0 0 / cover;
}

.mod-search-examples li{
	list-style:none;
	box-sizing:border-box;	
	padding:4px 0;
}

.section-container .section ul{
	padding-left:15px;
}
.section-container .section li {
	background-color:#f0f0f0;
	padding: 2px 2px;
	list-style:none;
	box-sizing:border-box;
}
.section-container .section li:nth-child(odd) {
	background-color:#fff;
}
.section-container .section li.field-related {
	border-left:1px solid #b7b7b7;
	padding-left: 9px;
	margin-bottom:0;
}
.section-container .section li.field-related-last {
	padding-left: 9px;
	border-left:1px solid #b7b7b7;
	border-bottom:1px solid #b7b7b7;
}
.section-container .section li .title{
	float:left;
	width:calc(100% - 95px);
}
.section-container .section li .add{
	float:left;
	width:95px;
}
.layer-all-fields-close{
	background: url('/images/icons/cross_black.svg') no-repeat scroll 0 0 / cover;
	width:20px;
	height:20px;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}
.section-container .section .help {
	display:inline-block;
	width: 15px;
	height: 15px;
	background: url(/images/icons/info.svg) no-repeat scroll center center / 15px 15px;
	cursor:help;
}
.section-container .section .add-filter{
	color:#5290b2;
	cursor:pointer;
	font-size: 16px;
}
.section-container .section .add-filter:hover{
	color:#F04100;
}
	
#topbar_searchresult .mobile-buttons {
	display:none;
}

.switch-container {
	float:right;
}
.switch-container .switch {
  position: relative;
  display: inline-block;
  width: 49px;
  height: 27px;
  vertical-align:middle;
}
.switch-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.switch-container .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
.switch-container .slider.active:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
.switch-container > span{
	vertical-align:middle;
}

/* Advsearch End */



/* Isolation Sources tool Start */
#is_sources_search{
	text-align:left;
	padding-top:27px;
	min-height:1240px;
	overflow:hidden;
}
#is_sources_search ul,
#is_sources_search li{
	padding:0;
	margin:0;
	list-style: none;
}

#is_sources_search .main-center{
	max-width:none;
}

#is_sources_search .iso_filters{
	width: 582px;
	transition:all 0.5s 0s;
	position:absolute;
	right:calc(100% + 1px);
	top:0;
	height: calc(100vh - 204px);
}

#is_sources_search .close-filter-mob{
	position:absolute;
	top:0;
	right:10px;
	cursor:pointer;
	z-index:1;
	font-size:37px;
}


#is_sources_search .down-table-all{
	float:right;
}

#is_sources_search .copy-url {
	width: 150px;
	cursor:pointer;
	position:relative;
}
#is_sources_search .copy-url img,
#is_sources_search .copy-url span{
	vertical-align:middle;
	font-size: 16px;
}
#is_sources_search .copy-url .info-msg{
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	white-space: nowrap;
	padding: 7px;
	z-index: 1;
	opacity:0;
	visibility:hidden;
	transition:opacity 0.5s linear 0s, visibility 0s linear 0.5s;
}
#is_sources_search .copy-url .info-msg.show{
	opacity:1;
	visibility:visible;
	transition: visibility 0s linear,opacity 0.5s linear;
}

#is_sources_search .iso_results{
	width: 100%;
	box-sizing: border-box;
	border-left: 1px solid #D8D8D8;
	transition:all 0.5s 0s;
	position:relative;
	margin: 0;
	padding-top: 0;
	max-width: none;
}
#is_sources_search .iso_results.active{
	margin-left:582px;
	width:calc(100% - 582px);
}

.open-filter-layer .cross{
	margin-left:7px;
}
.open-filter-layer .cross::after,
.open-filter-layer .cross::before{
	background-color:#fff;
}
.open-filter-layer:hover .cross::after,
.open-filter-layer:hover .cross::before{
	background-color:#0e435f;
}

#is_sources_search .filters-button-container{
	border:1px solid #0e435f;
	padding: 10px;
	margin-bottom: 15px;
}

/* Dropdown filter tool */
.filter-drop{
	border-bottom:1px solid #D8D8D8;	
}
.filter-drop .open{
	position:relative;
	padding:10px 10px 10px 15px;
	cursor:pointer;
	font-size:16px;
}
.filter-drop .open i{
	display:inline-block;
}
.filter-drop.active .open i{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.filter-drop .filter-content{
	display:none;
	padding-bottom:20px;
	transition: height 0.35s ease-in-out;
}
.filter-drop .filter-content.active{
	display:block;
}

.origin-input{
	padding:10px 10px 0px 10px;
}
.origin-input span{
	display:inline-block;
	width:135px;
}
.origin-input input,
.origin-input select{
	display:inline-block;
	padding:5px 10px;
	margin-right:10px;
	border:1px solid #bebebe;
	border-radius:3px;
	box-sizing:border-box;
	width:161px;
}
.origin-input input.loading{
	background: #fff url(/images/ajax-loader.gif) no-repeat scroll right 3px center;
}
.origin-input .ajax-autocomplete{
	display:inline-block;
	position:relative;
}
.origin-input .recomend-container{
	position:absolute;
	top:100%;
	left:0;
	width:235px;
	max-height:290px;
	overflow:auto;
	box-sizing:border-box;
	border:1px solid #bebebe;
	z-index:1;
}
#is_sources_search .origin-input .recomend-container ul li {
	width: 100%;
	cursor: pointer;
	background-color: #fff;
	padding: 7px;
	box-sizing: border-box;
	border-top:1px solid #bebebe;
}
#is_sources_search .origin-input .recomend-container ul li:hover,
#is_sources_search .origin-input .recomend-container ul li.selected{
	background-color: #226ED0;
	color:white;	
}


#is_sources_search .added_filters > span,
#is_sources_search .added_filters_origin .sub-group,
#is_sources_search .added_filters_taxonomic > span{
	display:inline-block;
	font-size:14px;
	border:1px solid #e8e8e8;
	padding:5px;
	margin-left:5px;
	margin-bottom:5px;
}
#is_sources_search .added_filters > span:first-child,
#is_sources_search .added_filters_taxonomic > span:first-child{
	margin-left:0;
}
#is_sources_search .added_filters_origin .sub-group .or-added-filter{
	padding:0 5px;
}
#is_sources_search .filter-applied-group .added_filters_origin span.remove{
	margin-left:5px;
}
#is_sources_search .added_filters_origin .or-added-filter::before{
	content:"|";
	padding:0 5px;
}
#is_sources_search .added_filters_origin .or-added-filter:nth-child(2)::before{
	display:none;
}


#is_sources_search .filter-applied-group span.remove{
	margin:0;
	border:1px solid #e8e8e8;
	padding:5px;
	display:inline-block;
}
#is_sources_search .added_filters_origin .sub-group,
#is_sources_search .added_filters_taxonomic > span{
	background-color:#fff;
}
#is_sources_search .btn-submit-tax-filter{
	max-width:320px;
	width:100%;
	text-align:right;
	margin-top:10px;
}

#is_sources_search .s-boxes > div{
	display:inline-block;
	width:33.33%;
	box-sizing:border-box;
	padding:10px;
	vertical-align:top;
}
#is_sources_search .s-boxes > div:first-child{
	padding-left:0;
}
#is_sources_search .s-boxes > div:last-child{
	padding-right:0;
}

#is_sources_search .s-boxes .title{
	margin:10px 0;
	display:block;
}
#is_sources_search .s-boxes .cat1 .title{
	margin-bottom:38px;
}
#is_sources_search .search-cat ul{
	border:1px solid #e8e8e8;
	height:232px;
	overflow:auto;
}
#is_sources_search .search-cat ul li{
	padding:5px 10px;
	box-sizing:border-box;
	width:100%;
	margin-bottom:1px;
	position:relative;
	cursor:pointer;
}
#is_sources_search .search-cat ul li.selected{
	border:4px solid #0e435f;
}
#is_sources_search .search-cat.cat3 ul li > span{
	display:block;
	box-sizing:border-box;
	position:relative;
	z-index:1;
}
#is_sources_search .search-cat.cat3 ul li .cat3-sq{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
#is_sources_search .search-cat.cat3 li .cat3-sq span{
	display:block;
	float:left;
	width:100%;
	height:100%;
}
#is_sources_search .search-cat.cat3 li .cat3-sq.count-1 span{
	width:100%;
}
#is_sources_search .search-cat.cat3 li .cat3-sq.count-2 span{
	width:50%;
}
#is_sources_search .search-cat.cat3 li .cat3-sq.count-3 span{
	width:33.33%;
}
#is_sources_search .search-cat.cat3 li .cat3-sq.count-4 span{
	width:25%;
}
#is_sources_search .search-cat.cat3 li .cat3-sq.count-5 span{
	width:20%;
}
#is_sources_search .search-cat.cat3 li .cat3-sq.count-6 span{
	width:16.66%;
}

#is_sources_search .submit-filter{
	float:right;
}
#is_sources_search .loading-table{
	vertical-align:middle;
}


#iso-search-results .pag-se-res .title{
	font-weight:bold;
	margin-bottom:10px;
	float:left;
}
#iso-search-results .pag-se-res .paging{
	float:right;
}

#iso-search-results #main-table{
	width:100%;
	box-sizing:border-box;
	table-layout:fixed;
	font-size:10pt;
	min-width:950px;
	height: calc(100vh - 204px);
	overflow:auto;
}
#iso-search-results #main-table > tbody input{
	max-width:100%;
	box-sizing:border-box;
}
#iso-search-results #main-table > tbody > tr > td{
	padding:15px 5px;
}
#iso-search-results #main-table > tbody > tr > td:first-child{
	width:23px;
}
#iso-search-results #main-table > tbody > tr{
	background-color:#fff;
}
#iso-search-results #main-table > tbody > tr:nth-child(odd){
	background-color:#F0F0F0;
}
#iso-search-results #main-table > tbody > tr:first-child{
	background-color:#B3C9BA;
}
#iso-search-results #main-table > tbody > tr:first-child td{
	padding-bottom:10px;
	padding-top:10px;
}
#iso-search-results #main-table > tbody > tr:first-child td p{
	margin-bottom:5px;
}
.categories-table {
	table-layout: fixed;
	width: 100%;
	border-spacing: 5px;
	border-collapse: separate;
}
.categories-table tr{
	background-color:transparent !important;
}
.categories-table tr td{
	text-align:center;
	vertical-align:middle;
	padding:5px 0;
	font-size:10pt;
}

#is_sources_search .current-selected span.bold{
	font-weight:bold;
}
#is_sources_search .search-input{
	border:1px solid #e8e8e8;
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:5px 10px;	
}

#is_sources_search .remove{
	color:#d60853;
	cursor:pointer;
	font-weight:bold;
}
#is_sources_search .list-cont{
	position:relative;
}
#is_sources_search .list-cont .loading{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(232,232,232,0.7) url(/images/ajax-loader.gif) no-repeat scroll center center;
	visibility:hidden;
	opacity:0;
	transition:opacity 0.5s linear 0s, visibility 0s linear 0.5s;
}
#is_sources_search .list-cont .loading.active{
	visibility:visible;
	opacity:1;
	transition-delay:0s;
	-webkit-transition-delay:0s;
}
#is_sources_search .error {
	color: red;
	float: right;
	clear: right;
	margin: 5px 0 0;
}
#is_sources_search .origin-input-errors .error{
	float:none;
	padding:0 10px;
}
#is_sources_search .reset-cat{
	color:#0e435f;
	text-decoration:underline;
	cursor:pointer;
	visibility:hidden;
}
#is_sources_search .reset-cat-cont{
	text-align:right;
}
#is_sources_search .reset-cat.active{
	visibility:visible;
}
#iso-search-results p.sortable{
	text-decoration:underline;
	cursor:pointer;
}
.arrow-DESC,
.arrow-ASC {
	height: 0;
	width: 0;
	border-top: 6px solid #000;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	display: inline-block;
	vertical-align: middle;
}
.arrow-DESC {
	border-bottom: 6px solid #000;
	border-top: none;
}
#iso-search-results .paging_numbers a{
	padding:0 5px;
}
#iso-search-results .downl-select{
	margin-bottom:10px;
	font-size: 16px;
}
#iso-search-results .downl-select p{
	margin:0;
}
#iso-search-results .downl-select .select-all{
	color:#0e435f;
	text-decoration:underline;
	cursor:pointer;
}
#iso-search-results .downl-select > div{
	float:left;
}
#is_sources_search .s-boxes select{
	display:none;
	width:100%;
}
#is_sources_search .loading-map-layer{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(217,217,217,0.8) url(/images/ajax-loader.gif) no-repeat scroll center center;
	z-index:1000;
}

.open-map img{
	vertical-align:middle;
	margin-left:10px;
}
.open-map .active{
	display:none;
}
.open-map.active .active{
	display:inline;
}
.open-map.active .deact{
	display:none;
}

#map{
	width:100%;
	height:600px;
	margin:30px 0;
	text-align:left;
}

.country-marker span{
	background-color: #583470;
	width: 1.3rem;
	height: 1.3rem;
	display: block;
	left: -0.65rem;
	top: -0.65rem;
	position: relative;
	border-radius: 50%;
	border: 2px solid #000;
	color:white;
}
.country-marker span.green{
	/*background-color:#4DB749;*/
	border: 2px solid #cc6633;
}
.country-marker span.yellow{
	/*background-color:#F46F34;*/
	border: 2px solid silver;
}
.country-marker span.red{
	/*background-color:#ED1B24;*/
	border: 2px solid gold;
}


.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 0.7;
}
.isol-color-{
	background-color:#fff;
}
.isol-color-1{
	background-color:#bacff2;
}
.isol-color-2{
	background-color:#9bddb3;
}
.isol-color-3{
	background-color:#f2c1c9;
}
.isol-color-4{
	background-color:#f2dbba;
}
.isol-color-5{
	background-color:#edd6fc;
}
.isol-color-6{
	background-color:#c6efef;
}
.isol-color-7{
	background-color:#eff4f4;
}
.isol-color-8{
	background-color:#b3c9ba;
}

/*************** TAXONOMY FILTERS START ***************/
.taxonomy-filter{
	padding:10px;
}
.taxonomy-filter .tax{
	margin-top:10px;
}
.taxonomy-filter .search-field{
	position:relative;
}
.taxonomy-filter .search-field .fake-field{
	margin-top:10px;
	background-color:#fff;
	border:1px solid #bebebe;
	max-width:320px;
	width:100%;
	height:27px;
	box-sizing:border-box;
}
.taxonomy-filter .search-field .arrow-down{
	height:100%;
	width:37px;
	border-left:1px solid #bebebe;
	background:url(/images/icons/arrow_down_black.svg) no-repeat scroll center center / 18px 10px;
	cursor:pointer;
	box-sizing:border-box;
	display: inline-block;
}
.taxonomy-filter .search-field .del-search{
	height:100%;
	width:37px;
	border-left:1px solid #bebebe;
	cursor:pointer;
	background:url(/images/icons/cross_black.svg) no-repeat scroll center center / 15px 15px;
	box-sizing:border-box;
	display: inline-block;
}
.taxonomy-filter .search-field .loading{
	height:100%;
	width:37px;
	border-left:1px solid #bebebe;
	cursor:pointer;
	background:url(/images/ajax-loader.gif) no-repeat scroll center center;
	box-sizing:border-box;
	display: inline-block;
}
.taxonomy-filter .search-field .text-val{
	width:calc(100% - 37px);
	height:100%;
	padding:3px 7px;
	box-sizing:border-box;
	background-color:transparent;
	border:none;
}
.taxonomy-filter .search-field .search-tax-list{
	margin:10px auto;
	width:calc(100% - 20px);
	box-sizing:border-box;
	height:27px;
	display:block;
	padding:0 26px 0 10px;
	background:url(/images/icons/lupe.svg) no-repeat scroll right center / 23px 23px;
}
.taxonomy-filter .recomend-container{
	border-left:1px solid #bebebe;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	max-width:320px;
	background-color:#fff;
	z-index:1;
	box-sizing:border-box;
}
#is_sources_search .taxonomy-filter .recomend-container ul{
	max-height:290px;
	overflow:auto;
	width:100%;
	position:relative;
}
#is_sources_search .taxonomy-filter .recomend-container ul li {
	width: 100%;
	cursor: pointer;
	background-color: #fff;
	padding: 7px;
	box-sizing: border-box;
	border-top:1px solid #bebebe;
}
#is_sources_search .tax-input-errors .error{
	float:none;
}

#is_sources_search .taxonomy-filter .recomend-container ul li:hover,
#is_sources_search .taxonomy-filter .recomend-container ul li.selected{
	background-color: #226ED0;
	color:white;	
}

/*************** TAXONOMY FILTERS END ***************/

/* Isolation Sources tool End */


/* Download Select Start */
#exportselect{
	margin-left:10px;
}

#exportselect form fieldset{
	border:1px solid #D8D8D8; 
	display:inline;
	margin-top:30px;
	padding:0px;
}

#exportselect ul{
	/* border:1px solid blue; */
	margin-bottom:30px;
	margin-left:20px;
}
#exportselect ul li{
	list-style-type: none;	
}
#exportselect ul li::before{
	display:none;
}
#exportselect .markedgreen{
	background-color:#0e435f;
	color:white;
}
#ce-check-all-fields{
	float:right;
}

#exportselect ul.list{
	margin:0px;
	margin-bottom:1px;
}


#exportselect img.arrow{
	width:22px;
	height:20px;
	float:left;
	padding:8px 5px 0px 5px;
}

#exportselect p.sectionTitle{
	margin-top:5px; 
	width:74%;
}
.backGrey{background-color: #E6E6EA;}
.border {
	border: 1px solid #D8D8D8;
}
.overflowAuto {
	overflow: auto;
}
.margin0 {
	margin: 0px 0px 0px 0px;
}
/* Download Select End */



/* Detail page Start */
.text-show-more .more,
.text-show-more.show-more .less{
	display:none;
}
.text-show-more.show-more .more{
	display:inline;
}
#content .sort-arrow {
	height: 12px;
	float: right;
	margin-right: 5px;
	margin-top: 2px;
	margin-left: 5px;
}
.chebi-link img {
	width: 20px;
	height: auto;
	vertical-align: middle;
}
.brenda-link img {
	width: 74px;
	height: 14px;
	vertical-align: top;
	margin-left: 10px;
	float: right;
	margin-top: 3px;
}
.mmtb-link img {
	height: 17px;
	vertical-align: top;
	margin-left: 5px;
	float: right;
	margin-top: 0px;
}
#content .arrow {
	width: 12px;
	height: 12px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
#resultdetail .table.small th, .table.small td {
	padding: 0.2rem 0.8rem;
}
/* #resultdetail .detail-taxonomy{
	display:flex;
	align-items:flex-start;
	gap: 20px;
	flex-wrap:wrap;
} */
#resultdetail .on-this-page-nav{
	top:15rem;
}
#resultdetail .specieslinks{
	border: var(--border-width) solid #afafaf;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
#resultdetail .specieslinks .specieslink-header{
	padding:1rem 1.4rem;
	background-color:#dfdfdf;
	display:block;
	border-bottom: var(--border-width) solid #afafaf;
}
#resultdetail .specieslinks .specieslink-body{
	background-color:white;
	max-height:300px;
	overflow:auto;
	padding: 0 1.4rem;
}
#resultdetail .pred-tooltip {
	position: relative;
	margin-left: 4px;
	font-size: 17px;
	font-weight: bold;
	cursor: help;
}
#resultdetail .pred-tooltip .title {
	position: absolute;
	top: 20px;
	background: white;
	padding: 4px;
	left: 0;
	white-space: nowrap;
	border: 1px solid black;
	border-radius: 5px;
	font-weight: normal;
	font-size: 12px;
	z-index: 1;
}
#resultdetail .cell-feedback{
	white-space:nowrap;
	text-align:right;
}
.cell-feedback .feedback-icon{
	cursor:pointer;
	opacity:0.4;
}
.cell-feedback .feedback-icon:hover{
	opacity:1;
}
#resultdetail .ai-icon-anchor,
#resultdetail .textmining-icon{
	margin-right:7px;
}

#resultdetail h3{
	font-size:1.8rem;
}
#resultdetail h4{
	font-size:2rem;
	margin:0 2rem 0rem 2rem;
	position:relative;
}
#resultdetail .content{
	margin: 0 2rem 4rem 2rem;
}
#resultdetail .section-icon {
	height: 33px;
	vertical-align: middle;
	position:absolute;
	top:2px;
	right:calc(100% + 5px);
}
#resultdetail .nav_viewport_section{
	display:none;
	opacity:0;
	transition: opacity 200ms, display 200ms;
}
#resultdetail .nav_viewport_section.active{
	display:block;
	opacity:0;
	animation-name: section-fadein;
	animation-duration:1s;
	animation-fill-mode: forwards;
}
@keyframes section-fadein {
  from {opacity:0;}
  to {opacity:1;}
}

#resultdetail .small-tables table{
	font-size:16px;
}
#resultdetail .small-tables .table th, 
#resultdetail .small-tables .table td{
	padding:3px 7px;
}


#references tr.mark{
	background-color:var(--success-color-20);
}


 .fixedTableHeader{
	position:relative;
	max-height:600px;
	display:inline-block;
	overflow:auto;
	max-width:100%;
	border:1px solid #afafaf;
}
.fixedTableHeader thead{
	position:sticky;
	top:0;
	z-index:2;
}
.fixedTableHeader .table{
	border:none;
}
.data_tables_j th{
	white-space:nowrap;
}
.data_tables_j .sort-carets{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
}
.data_tables_j .sort-carets > span{
	display:block;
	padding:3px 0 3px 10px;
}
.data_tables_j .sort-carets > span > img{
	width:12px;
	height:6.5px;
	display:block;
}
.data_tables_j .sort-carets span.up,
.data_tables_j .sort-carets span.down{
	opacity:0.4;
}
.data_tables_j .sort-carets.down-active span.up,
.data_tables_j .sort-carets.up-active span.down{
	opacity:0.9;
}
.data_tables_j .search-open{
	cursor:pointer;
	color:#006EB7;
}
.data_tables_j .search-field-table{
	position:absolute; 
	right:-1px; 
	top:-1px;
	z-index:1;
	height:calc(100% + 2px);
}
.data_tables_j .search-field-table input{
	width:300px;
	box-shadow:none;
	border-radius:unset;
	padding-right:25px;
	height:100%;
}
.data_tables_j .close-search-field{
	position:absolute;
	right:2px;
	top:50%;
	transform:translateY(-50%);
	cursor:pointer;
}
.data_tables_j .empty,
.table .empty{
	background-color:#fff;
}




#minimap {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    z-index: 100;
}
/* #resultdetail .infobox,
#pdf_view .infobox{ */
	/* display:flex;
	gap: 20px;
	max-width:100%; */
	/* overflow:auto; */
	/* max-height:10rem; */
/* } */

.infobox > .badge {
	background-color: white;
 	margin: 0 0.5rem 0.5rem 0;
}
#resultdetail .negativ {
	background-color: #FDD0D1;
}
#resultdetail .positiv {
	background-color: #C8E1CE;
}

#resultdetail .infobox .title,
#resultdetail .header-projects .title
{
	display: block;
	font-weight: bold;
}
.map-marker-messsage{
	display:block;
}
.leaflet-pane,
.leaflet-top{
	z-index:39 !important;
}

#resultdetail .sub-side-page-nav a{
	margin-left:2rem;
	padding-left:1rem;
	font-size:1.2rem;
}

a.tooltip-api span {
	display: none;
}
.ed-link img {
	height: 33px;
	width:196px;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: 3px;
}
.fa_percent {
	position: relative;
}
.fa_percent > span {
	position: relative;
	z-index: 1;
}
.fa_percent > div {
	position: absolute;
	height: 100%;
	background-color: #C8E1CE;
	top: 0;
	left: 0;
}
#resultdetail .table,
#pdffile table{
	max-width: 100%;
	width: auto;
}
#resultdetail .resultdetail{
	list-style: none;
}
#resultdetail .section-navigation .disabled{
	opacity:0.5;
}

#mapid {
	height: 300px;
	width: 100%;
	max-width: 600px;
	margin-bottom: 2rem;
}
.open-metada img {
	height: 21px;
	float: right;
	padding: 2px;
	width: 20px;
}

.multimedia-gallery{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
}
.multimedia-gallery li{
	height:150px;
	width:150px;
	margin:4px;
	cursor:pointer;
	overflow:hidden;
}
.multimedia-gallery li > div{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width:100%;
    height:100%;
}
.multimedia-gallery li table{
	display:none;
}
.multimedia-gallery li > div:hover{
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	
}
#gallery_overlay .modal-content{
	position:relative;
}
#gallery_overlay .pic_content{
	text-align:center;
}
#gallery_overlay .pic_content table{
	text-align:left;
}
#gallery_overlay .arrow-before{
	position: absolute;
	top: 50%;
	left:0;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	padding: 20px;
	cursor:pointer;
	color:white;
}
#gallery_overlay .arrow-after{
	position: absolute;
	top: 50%;
	right:0;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	padding: 20px;
	cursor:pointer;
	color:white;
}
/* Detail page End */



#pdffile{
	overflow:auto;
	background-color:white;
	padding:2rem;
}
#pdffile iframe{
	width:100%;
	height: 85vh;
}
#pdf_content{
	display:flex;
}
#pdf_content .version-list{
	box-sizing: border-box;
	width:335px;
}
#pdf_content #pdffile{
	box-sizing: border-box;
	width:calc(100% - 335px);
}
#pdf_view .infobox{
	padding:0 1rem;
}



.tables-mobile-fading-right{
	position:relative;
	width:100%;
}
.tables-mobile-fading-right::after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:100%;
	
	background: -moz-linear-gradient(left,  rgba(64,150,238,0) 0%, rgba(247,247,247,1) 63%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(64,150,238,0) 0%,rgba(247,247,247,1) 63%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(64,150,238,0) 0%,rgba(247,247,247,1) 63%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004096ee', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */
}
.tables-mobile-container {
	width: 100%;
	overflow: auto;
	position: relative;
}
.cell-feedback img{
	max-width: unset;
	cursor:pointer;
}

#strd-change-prop form .img-load {
	display:none;
}
#strd-change-prop form.loading .img-load {
	display:inline-block;
}
#strd-change-prop form{
	overflow:hidden;
	position:relative;
}

@media only screen and (max-width: 1024px) {
	.home-dashboard .teaser{
		flex-wrap:wrap;
		height:auto;
		margin:30px 0;
	}
	.home-dashboard .teaser > a {
		flex: 1 0 calc(50% - 10px);
	}
	.home-dashboard .teaser.active > a{
		flex: 1 0 calc(50% - 10px);
	}
	.home-dashboard .teaser > a.active{
		flex-basis: calc(50% - 10px);
	}
	.home-dashboard .teaser > a.active .pic{
		height:266px;
	}
	.home-dashboard .teaser > a.active .link{
		opacity:1;
	}
	.home-dashboard .teaser > a .pic{
		height:266px;
	}
	
	#strains #resultlist {
		width: calc(100% - 120px)
	}
	form.taxplorer{
		width: 120px;
	}
	#topbar_searchresult .mobile-buttons {
		display: block;
		margin-right: 10px;
		position:relative;
		top: -4px;
	}
	#topbar_searchresult .mobile-buttons i {
		display: inline-block;
	}
	#topbar_searchresult .mobile-buttons .open i {
		transform: rotateX(180deg);
	}

	.advsearch-container .right-column{
		width: 100%;
		border-left: none;
	}
	.advsearch-container .left-column {
		width:100%;
		top: 106px;
		height: auto;
		max-height: 0;
		background-color: #f0f0f0;
		z-index: 1;
		transition: max-height 0.7s;
	}
	.advsearch-container.show-query-genrator-mobile .left-column{
		max-height: calc(100vh - 106px);
	}
	.advsearch-container{
		display:block;
	}
	#is_sources_search .iso_results{
		width: 100%;
	}
	#is_sources_search .iso_results.active {
		margin-left: 100%;
	}
	#is_sources_search .iso_filters{
		width:calc(100vw - 116px);
	}
}

@media only screen and (max-width: 991px) {
	#dashboard .dash-section {
		margin: 0;
		width: 100%;
	}
	.dash-boxes > div {
		width: calc(50% - 10px);
	}
	.hero-serach-titles .gcbr{
		width:100px;
		height:62px;
	}
	.hero-serach-titles .elixir{
		width:89px;
		height:76px;
	}
	.home-news .pic{
		width:100%;
	}
	.home-news .text{
		width:100%;
		padding-left:0;
		padding-right:0;
	}
}

@media only screen and (max-width: 600px) {	
	.hero-serach-titles .global-core-elixir{
		display:none;
	}
	.hero-box .justify-content-between > span{
		width:100%;
	}
	.hero-box .justify-content-between > a{
		order:-1;
	}
	.hero-box .justify-content-between{
		flex-wrap:wrap;
	}
	.hero-serach-titles-mobile{
		display:block;
	}
}

@media only screen and (max-width: 480px) {
	.home-dashboard .teaser > a {
		flex: 1 0 calc(100% - 10px);
	}
	.home-dashboard .teaser.active > a{
		flex: 1 0 calc(100% - 10px);
	}
	.home-dashboard .teaser > a.active{
		flex-basis: calc(100% - 10px);
	}
	.home-cards > .box {
		width: 100%;
		min-width: unset;
	}
}


.item-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
	grid-gap: 1em 1em;
	grid-auto-flow: row dense;
	justify-items: center;
}

.item-grid>div {
    height: 9rem;
    background-color: white;
    border-radius: 1rem;
    margin: 0;
    width: 100%;
    padding: 1em;
    display: inline-flex
;
    text-align: center;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
}

.box.padded {
	padding: .8rem 1.5rem;
}