// Definition of classes and styles personalisations for DNAmoreDB




body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.widecontainer {
    width:100%;
    height:140px;
}

#left {
    background-color: #00B74F;
    height:140px;
    width:100px;
    float:left;
}
#right {
    width: calc(100% - 100px);
    height:140px;
    float:right;
}



.toplogo {
  padding:10px;
  background-color: #00B74F;
  height:100px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  height: 40px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #00B74F;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


.sequence {
  font-family: "Lucida Console", Courier, monospace;
  font-size: 15px;
}

.search_bar_div {
    position:absolute;
    right:10px;
    top:50px;
    color:#fff;
    font-size: 15px;
}

@media all and (max-width: 600px) {
.floating_div { display: none; }
}

#magnifing-glass{
  color:#fff;
  padding-left:10px;
}

#search_bar_home {
    background-color:#00B74F;
    color:#000000;
    font-size: 15px;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 2px solid white;
}

#tooltip {
  position: absolute;
  z-index: 1001;
  display: none;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  border-color: #00B74F;
}

.indextext {
  text-align: justify;
}

.reactiontext {
  text-align: justify;
}
