

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.wrapper{
	min-height: calc(100vh - 110px);
}

body{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a{
  text-decoration: none;
  color: #0091cd;
}

a:hover{
  color: #0091cd;
}

/* Index page */
/* Navbar */
.navbar-cell{
  padding: 0;
}
.navbar-cell .container {
	padding: 0;
}

/* navbar-brand */
.navbar-cell .navbar-brand{
  font-size: 1.7em;
  letter-spacing: 0.1em;
  font-weight: 900;
  padding: 0.8em 0 0.8em 0;
}
.navbar-cell .navbar-brand:hover{
  color: #0091cd;
}
/* navbar-link */
.nav-justified .nav-item{
  flex-basis: content;
  white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-link, .navbar-cell .navbar-nav .dropdown .nav-link, .navbar-cell .navbar-nav .dropdown-menu > a{
	border: 0px solid #0091cd;
	font-size: 1.25em;
  color: #fff;
	padding: 1.2em 1em 1.2em 1em;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-cell .navbar-nav .dropdown .nav-link:hover{
  color: #0091cd;
  border-bottom-width: 0.4em;
  padding-bottom: 0.3em;
}

.navbar-nav .active .nav-link, .navbar-nav .nav-item .dropdown .active .nav-link .dropdown-toggle{
  color: #0091cd;
  font-weight: bold;
}

/* navbar-link dropdown */
.dropdown:hover .dropdown-menu{
  display: block;
  border-radius: 0em;
}

.dropdown-menu, .dropdown:hover .dropdown-menu{
  padding: 0;
  margin: 0;
}

.navbar-cell .navbar-nav .dropdown-menu > a {
  color: #000;
	padding: 0.45em 2.5em 0.45em 0.6em;
  margin: 0;
}

.navbar-cell .navbar-nav .dropdown-menu > a:hover {
  color: #000;
  border-left-width: 0.3em;
  border-bottom-width: 0;
  padding-left: 0.3em;
}
/* End of Navbar */

.header{
  margin: 1em 0 1em 0.9em;
  padding: 0.8em 0 0.5em 0;
  border-left: 1px solid #ddd;
  border-left-width: 0.4rem;
  border-bottom: 1px solid #ddd;
  border-radius: 0.25rem;
}

/* Footer */
.footer {
	width: 100%;
  bottom: 0;
	text-align: left;
  white-space: inherit;
	color: white;
	border-radius: 0px;
	margin: 20px 0 0 0;
	padding: 0;
	z-index: 1000;
}

.footer .container{
	padding: 0;
  display: flex;
  align-items: center;
}

.footer-container-logo{
	float: left;
	min-width: 71px;
  padding: 10px 0 10px 0;
}

.footer-container-decription{
	float: left;
  padding: 10px 0 10px 0;
}

.footer p{
  margin: 0;
  font-size: 0.9em;
}

.footer-container-decription a:hover{
  text-decoration: underline;
}
/* End of footer */


/* Main jumbotron */
/* container description */
.container-description{
  height: 19em;
  background-color: #343a40!important;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
  z-index: 100;
	position: relative;
  border-radius: 0em;
}

.container-description-content{
	max-width: 100%;
	width: 81em;
  min-width: 50rem;
	/*height: 17.5em;*/
	position: relative;
  overflow: visible;
  z-index: 100;
	margin: 0 auto;
	padding: 0;
	vertical-align: top;
}

.container-description-content .description {
  font-family: "Nunito Sans",sans-serif;
  font-size: 2.2em;
	letter-spacing: 5px;
  line-height: 1.55em;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 2.5em;
  left: 7em;
  width: 10em;
  height: 6em;
  z-index: 510;
}

/*line*/
.container-description-content .line-left-top-bold{
	position: absolute;
  top: -140px;
	left: 390px;
  width: 300px;
  height: 3px;
  -webkit-transform: rotate(145deg);
  -ms-transform: rotate(145deg);
  transform: rotate(145deg);
  background-color: #60a7e5;
  z-index: 250;
}

.container-description-content .line-left-bottom-bold{
	position: absolute;
  top: 460px;
  left: -480px;
  width: 200px;
  height: 3px;
  -webkit-transform: rotate(145deg);
  -ms-transform: rotate(145deg);
  transform: rotate(145deg);
  background-color: #60a7e5;
  z-index: 250;
}

.container-description-content .line-right-top-light{
	position: absolute;
    top: 40px;
    left: -550px;
    width: 500px;
    height: 3px;
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
    background-color: #30445b;
    z-index: 250;
}

.container-description-content .line-right-bottom-light{
	position: absolute;
    top: 400px;
    left: 340px;
    width: 300px;
    height: 3px;
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
    background-color: #30445b;
    z-index: 250;
}

.container-description-content .line-left-top-light{
	position: absolute;
    top: -16px;
    left: 1130px;
    width: 690px;
    height: 3px;
    -webkit-transform: rotate(146deg);
    -ms-transform: rotate(146deg);
    transform: rotate(146deg);
    background-color: #30445b;
    z-index: 250;
}
/* end of line*/

/* map */
.container-description-content .map_zca,
.container-description-content .map_mca,
.container-description-content .map_dca,
.container-description-content .map_earthworm,
.container-description-content .map_hcl{
	position: absolute;
  overflow: hidden;
	margin: 0;
  opacity: .75;
  z-index: 250;
}

.container-description-content .map_zca{
	width: 220px;
	height: 220px;
	top: -124px;
	left: -18px;
}

.container-description-content .map_mca{
	width: 200px;
	height: 200px;
	top: 42px;
	left: 725px;
}

.container-description-content .map_dca{
	width: 210px;
	height: 210pxx;
	top: -144px;
	left: 1095px;
}

.container-description-content .map_earthworm{
	width: 160px;
	height: 160px;
	top: 226px;
	left: 550px;
}

.container-description-content .map_hcl{
	width: 210px;
	height: 210px;
	top: 190px;
	left: 980px;
}
/* end of map */
/* End of Main jumbotron */


/* Cell Atlas */
/* Microwell Atlas */
.container-homepage-species .application{
  background-color: #fff;
  width: 21rem;
  max-width: 100%;
  padding: 2.2rem 2.4rem 1.2rem 2.9rem;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #e8e9ea;
  display: block;
  text-decoration: none;
	float: left;
}

/* Other resources */
.container-homepage-species .application-other{
  background-color: #fff;
  width: 14rem;
  max-width: 100%;
  padding: 2.2rem 2.4rem 1.2rem 2.9rem;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #e8e9ea;
  display: block;
  text-decoration: none;
	float: left;
}

.other-species-label{
  font-size: 0.5em;
}

/* atlas figure */
.application-figure{
	display: inline-block;
}

.application-figure img{
	max-width: 100%;
  max-height: 100%;
  display: inline-block;
  margin: auto 0;
}

.application-figure-label{
	width: 11rem;
	display: inline-block;
	vertical-align: top;
	margin: 0.9rem 0 0.2rem 0;
}

/* atlas figure label button */
.application-figure-label .badge{
	font-size: 0.8em;
	display: inline-block;
	margin: 0 0.6rem 0.5rem 0;
  background-color: #5cb85c;
  padding: 0.35em 0.52em;
  white-space: normal; 
  word-wrap: break-word; 
  word-break: keep-all; 
}

/* atlas description */
.application-header{
  font-family: roboto,sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #1c2532;  
  text-transform: uppercase;
  margin: 0.5rem 0 0.5rem 0 ;
}

.application-description{
  font-family: roboto,sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2rem;
  color: #777c84;
  margin: 0.5rem 0 0.5rem 0 ;
}

.application-link{
  font-family: roboto,sans-serif;
  font-weight: 700;
  border-radius: 1.2rem;
  cursor: pointer;
  transition: background-color ease 150ms;
  /*display: inline-block;*/
  padding: 0;
  font-size: 0.9rem;
  text-decoration: none;
  letter-spacing: .01875rem;
  color: #60a7e5;
}
/* End of Cell Atlas */

/* End of Index page */


/* Help page */
.help-page-block{
 background: #f9f9f9;
 border-left: 10px solid #60a7e5;
 font-size: 1.1rem;
 line-height: 2rem;
}
/* End of Help page */

/* Contact page */
.contact-page{
  font-size: 0.95rem;
}

.controls{
  padding: 0 0.5rem 0 0;
}

.form-control{
  margin: 0.375rem 0;
}

.contact-page-btn .btn{
  margin: 0.5rem 0;
  font-weight: bold;
}

.contact-page-information{
  padding: 0 0 0 1.2rem ;
}
/* End of Contact page */

/* Annotation page */
.select-species-p{
  font-size: 1rem;
  font-weight: 700;
}

.select-step1, .select-step2, .select-step3{
  display: inline-block;
  padding: 0.35rem 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.select-step1{
  background-color: #09b07a;
}

.select-step2{
  background-color: rgb(253, 165, 67);
}

.select-step3{
  background-color: #0d6efd;
}

.fileinput-button {
  color: #000;
  background-color: #09b07a;
  border-color: #09b07a;
  margin: 0.75rem 2rem 0.75rem 2rem;
  display: inline-block;
}

.download_sample{
  color: #000;
  border: 1px solid #09b07a;
  margin: 0.75rem 2rem 0.75rem 0rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}
.select-info{
  font-size: 1rem;
  font-weight: 700;
  color: rgb(253, 165, 67);
  width: 9rem;
  display: inline-block;
  justify-content: flex-start;
  align-items: center;
  margin: 0.75rem 2rem 0.75rem 2rem;
}
.formSepcies, .formStage, .formOrgan, .formReference {
  border: 1px solid rgb(253, 165, 67);
  border-radius: 3px;
  background-color: #fff;
  width: 18rem;
  font-weight: 700;
  font-family: inherit;
  padding: 3px 5px;
  font-size: 1rem;
}
.formSepcies{
  font-style: italic;
}

/*.progress{
  background-color: #fff;
}*/
#heatmap_out{
  margin: 1rem 0 0 0;
}
/* End of Annotation page */


/* Search page */
.content_left {
  width: calc(100% - 15px - 26em);;
  height: 100%;
  position: relative;
  float: left;
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}
.content_right {
  width: 26em;
  height: 100%;
  position: relative;
  float: right;
  margin-left: 10px;
}
.content_chart {
  width: 100%;
  height: 95%;
  position: relative;
}
.right_top {
  width: 100%;
  height: 49%;
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
  margin-bottom: 3.6%;
  background:url("assets/img/ECL_tissue.jpg");
  background-size: 21em 21em;
  background-repeat:no-repeat;
  padding-top: 0.1em;
}
.right_bottom {
  width: 100%;
  height: 49%;
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}
.header-title {
  font-size: 1.5em;
  text-transform: uppercase;
}
.sub-title {
  font-size: 1.2em;
  text-transform: uppercase;
}

.example{
  border: none;
  background-color: #fff;
  color: #0091cd;
}

#species_input, #gene_input{
  width: 20em;
  border: 1px solid #0091cd;
  border-radius: 3px;
  background-color: #fff;
  font-weight: 700;
  font-family: inherit;
  font-size: 1em;
}
#species_input{
  width: 18em;
}

/* ortholog */
.content_each {
  width: 32%;
  height: 100%;
  position: relative;
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}
.content_chart {
  width: 100%;
  height: 95%;
  position: relative;
}
/* End of Search page */