.main {
  width: 100%;
  text-align: left;
  padding-top: 39px;
}

.main_content {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 13px;
  display: flex;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.responsive_plot {
  overflow-x: auto;
  width: 100%;
}

.div_header {
  background: linear-gradient(to right, #f1f1f1, #ffffff);
  font-size: 15px;
  padding: 3px;
  color: #000000;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.btn_sample_run {
  width: 160px;
  background-color: #f1f1f1;
  margin-right: 10px;
  margin-bottom: 5px;
  height: 25px;
  padding: 5px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 1px;
  user-select: none;
  font-size: 12px;
  cursor: pointer;
  float: left;
}

.circle {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: left;
  margin-right: 3px;
  background: #e1e1e1;
  margin-top: 3px;
}

.circle.animal {
  background: #D27979;
}

.circle.soil {
  background: #CEBE7A;
}

.circle.plant {
  background: #BCD279;
}

.circle.aquatic {
  background: #79CAD1;
}

.dots_hide_text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 85%;
}

.div_title {
  font-size: 17px !important;
  font-weight: bold !important;
  margin-top: 25px !important;
  background: linear-gradient(to right, #f1f1f1, #ffffff);
  padding: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid;
}

.help_icon {
  display: inline-block;
  height: 15px;
  margin-top:-2px;
  vertical-align:middle;
  padding-left: 3px;
}

/* used in mapseq - sample - taxon - (samplegroup - user_dataset) */

.env_detailed_col {
  margin-right: 20px;
  float: left;
  border-right: 1px dashed #c1c1c1;
  padding-right: 10px;
  margin-bottom: 10px;
  width: 29%;
  overflow-y: auto;
  max-height: 30vh;
}

.sample_detailed_col {
  margin-right: 10px;
  float: left;
  border-right: 1px dashed #c1c1c1;
  padding-right: 10px;
  margin-bottom: 10px;
  width: 45%;
  overflow-y: auto;
  max-height: 30vh;
}

.taxa_detailed_col {
  margin-right: 10px;
  float: left;
  border-right: 1px dashed #c1c1c1;
  padding-right: 10px;
  margin-bottom: 10px;
  width: 45%;
  overflow-y: auto;
  max-height: 30vh;
}

.env_col_icon {
  display: inline-block;
  height: 20px;
  margin-top:-2px;
  vertical-align:middle;
  padding-right: 3px;
}

.env_item_icon {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-top:-2px;
  vertical-align:middle;
  padding-left: 3px;
}

.sub_env_line {
  text-align: right;
  width: 100%;
  float: right;
  background: white;
}

.show_more_less_btn {
  cursor: pointer;
  border-radius: 10px;
  border: none;
}

.mtlo_collapsed.max_two_lines_overflow {
	position: relative;
	max-height: 3em;
	overflow: hidden;
}

.mtlo_collapsed.max_one_line_overflow {
	position: relative;
	max-height: 1.7em;
	overflow: hidden;
}

.btn_float_bottom_right {
	position: absolute;
	right: 0;
	bottom: 0;
}

.bar_abundance_container {
  right: 100px;
  top: 5px;
  position: absolute;
}

.bar_abundance_display {
  background-color: #ffdddd;
  text-align: center;
  z-index: 900;
  height: 19px;
  position: absolute;
}

.bar_abundance_background {
  border: 1px solid #cc0000;
  text-align: center;
  z-index: 990;
  height: 19px;
  position: absolute;
  color: #444444;
}

/* used in mapseq - about */

.div_content {
  padding-left: 3px;
  text-align: justify;
  margin-right: 10px;
  line-height: 1.25;
}

.div_content a {
  color: #885555;
  font-weight: 400;
}

.div_content a:hover {
  color: #ff5555;
  font-weight: 400;
}

/* used in samples_overview - taxa_overview - samplegroups_overview */

.zoom_button {
  cursor: pointer;
  float: left;
  display: inline-block;
  height: 15px;
  margin-top:2px;
  vertical-align:middle;
  padding-left: 10px;
  opacity: 0.9;
}

.zoom_button:hover {
  opacity: 1;
}

.explorer_box {
  margin: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

.explorer_content {
  padding: 6px;
}

.explorer_content_subtitle {
  padding-left: 2px;
  padding-bottom: 4px;
  color: #888888
}

.taxa_env_bar {
  right: 10px;
  top: 5px;
  position: absolute
}
