table, tbody, thead, tr, th, td {
	padding: 0;
	margin: 0;
}

.body {
  font-family: sans-serif;
  font-size: 12px;
}

.eyegeneContainer {
	display: flex;
  margin-top: 20px;
	width: 100%;
  /* change the height here to fit in Chrome 100% zoom: */
	/*height: calc(95vh - 100px);*/
    padding-bottom: 40px;
}

.eyeGeneLabel {
  color: white;
}

.toggleContent {
  border: 1px solid black;
  border-radius: 6px;
  padding: 4px !important;
  margin: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  height: 105%;
}

.egFiltersToggle, .egTableToggle {
	position: relative;
	flex: 1;
  min-width: 26px;
  min-height: 18px;
}
.egVizToggle {
	position: relative;
	flex: 2;
  min-width: 26px;
  min-height: 18px;
  font-family: sans-serif;
  font-size: 12px;
}

.toggle {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #666;
  background-color: #fff;
  padding: 0 4px;
  border-radius: 6px;
  font-size: 12px;
  /*font-weight: bold;*/
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
}

.filterToggle {
  background-color: #fff;
  padding: 0 0 0 4px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  float: left;
  width: 18px;
  font-size: 18px;
  font-family: sans-serif;
}
.toggle:hover {
  color: #AAA;
}
.filterToggle:hover {
  /*color: #AAA;  */
}

.egViz {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.egTable {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
}

.egTable svg {
  flex: 1 0 auto;
}

/* ---- Filter styles ---- */
.filterTitle {
	/*font-size: 1.17em;*/
	margin: 1em 0 0.2em 0;
  padding-bottom: 0.5em;
	font-weight: bold;
	border-bottom: 1px solid grey;
  font-size: 14px;
  font-family: sans-serif;
  display: flow-root;
}

.imgTypeGroup {
  padding-bottom: 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid grey;
}

.filterButtons {
  font-weight: normal;
  margin: -0.2em 0 0.2em 0;
  padding-bottom: 0.2em;
  font-size: 14px;
  font-family: sans-serif;
}

.filterButton {
  background: none;
  box-shadow: none;
  border: solid grey 2px;
  border-radius: 4px;
  margin: 2px;
  font-size: 14px;
  font-family: sans-serif;
}

.propLabel, .propCount {
  font-family: sans-serif;
  font-size: 12px;
}

.nextView {
  position: absolute;
  bottom: 50px;
  right: 5px;
  padding: 3px;
  /*background-color: rgb(255, 255, 255, 0.5);*/
}

.nextViewButton {
  float: right;
  cursor: pointer;
}
.nextViewButton:hover {
  background-color: #ddd;
}

/* ---- Table styles ---- */
.centerScroll
{
  /* needs extra margin */
  height: calc(100vh - 132px - 30px);
  padding: 0 0 10px 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.centerScroll.centerScrollShort {
  height: 6.5em;
}
.centerScroll > table {
  /*margin-left: 155px;*/
}
.centerScroll table {
  border-collapse: collapse;
  box-sizing: border-box;
  border-spacing: 0;
  margin-bottom: 0;
  width: auto;
}
.centerScrollHeader
{
  /* needs extra margin */
  height: 50px;
  padding: 0 10px 0 0 !important;
  box-sizing: border-box;
}
.centerScrollHeaderTall {
  height: 68px;
}

.centerScrollHeader table {
  /*margin-left: 155px;*/
  border-collapse: collapse;
  box-sizing: border-box;
  border-spacing: 0;
  width: auto;
}

.tableBody {
  position: relative;
}
.tableBody .summaryTr {
  position: absolute;
}
.summaryTr td {
  padding: 0 !important;
 }
 .summaryTr:hover {
 	background-color: #ccc;
 }

.summaryTd {
  /*font: 10px sans-serif;*/
  overflow: hidden;
  max-height: 1.2em;
  box-sizing: border-box;
  user-select: none;
  -moz-user-select: none;
}

.summaryTh {
  font: bold 11px sans-serif !important;
  text-align: center !important;
  word-wrap: break-word;
  overflow: hidden;
  border: 0 !important;
  box-sizing: border-box;
  user-select: none;
  -moz-user-select: none;
}
.summaryTh div {
  padding: 2px !important;
}

.highlightRow {
  background-color: #ddd;
}

.chartGroup {
  margin-left: 10px;
}

.bar {
  fill: #1f77b4;
}

.bar:hover {
  fill: #ff7f0e;
}

.axis--x path {
  display: none;
}

.axis {
  font-size: 12px;
}

.variantPopup {
  position: absolute;
  padding: 15px;
  background-color: white;
  top: 10px;
  right: 10px;
  border: solid 1px black;
  max-height: 300px;
  overflow: hidden;
  /*font-size: 1.6em;*/
}

.studyTable {
  border-collapse: collapse;
}
.studyTableHeader {
  /*margin: 10px;*/
  /*text-align: center;
  align-items: center;*/
  display: flex;
  font-family: sans-serif;
  font-weight: bold;
  width: 100%;
}
.studyTableHeader input {
  margin-right: 10px;
  font-family: sans-serif;
  /*flex: 0;*/
}
.studyTableHeader div {
  flex: 1;
  font-family: sans-serif;
  /*font-size: 1.3em;*/
}

.studyTh {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  border: 0.5px solid #ddd;
  text-align: center;
  font-family: sans-serif;
}

.studyTd {
  border: 0.5px solid #ddd;
  padding: 3px;
  text-align: center;
  font-family: sans-serif;
}

.searchInput {
  border: 1px solid lightgrey;
  color: initial;
  flex: 1;
  padding-left: 5px;
}

/* this is for the main container of the table, also sets the height of the fixed header row */
.headercontainer {
  padding: 54px 0 10px 0 !important;
  margin: 10px 5px;
  box-sizing: border-box;

  position: relative;
  border: 0.5px solid #ddd;
  width: 100%;
  /*padding-top: 37px;*/
}
/* this is for the data area that is scrollable */
.tablecontainer {
  /*overflow-x: hidden;*/
  overflow-y: auto;
  /*height: calc(50vh - 132px - 48px - 54px);*/
  height: 50vh;
  background: #fff;
  border-top: 0.5px solid #ddd;
  line-height: 1.5;
}

/* remove default cell borders and ensures table width 100% of its container*/
.tablecontainer table {
  border-spacing: 0;
  width:100%;
}

/* add a thin border to the left of cells, but not the first */
.tablecontainer td + td {
  border-left: 0.5px solid #ddd;
}

/* cell padding and bottom border */
.tablecontainer td, th {
  border-bottom: 0.5px solid #ddd;
  padding: 5px !important;
}

/* make the default header height 0 and make text invisible */
.tablecontainer th {
    height: 0px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    visibility: hidden;
    /*white-space: nowrap;*/
}

.tablecontainer tr td:not(:first-child) {
  min-width: 93px;
}
.tablecontainer tbody tr:hover {
  background-color: #B4B4B4 !important;
}
/* reposition the divs in the header cells and place in the blank area of the headercontainer
IE11 doesn't understand color: initial, so hard-code */
.tableHeaderDiv {
  visibility: visible;
  position: absolute;
  color: #4a4a4a;
  padding: 9px 5px;
  top: 0;
  margin-left: -5.5px;
  border-left: 0.5px solid #ddd;
  line-height: 54px;
  height: 54px;
  text-align: center;
}
.tableHeaderDiv span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.tableHeaderSum {
  border-top: 0.5px solid #ddd;
  line-height: 20px;
}

.text {
  font-family: sans-serif;
}
.circleText {
  font-size: 12px;
  font-family: sans-serif;
}


.geneButton {
  float: right;
  cursor: pointer;
}
.geneButton:hover {
  background-color: #ddd;
}

/* prevent the left border from above appearing in first div header */
th:first-child div{
  /*border: none;*/
}

.ageBarLabel {
  margin-bottom: 0;
  font-size: 14px;
  font-family: sans-serif;
}

.imageBarLabel {
  margin-bottom: 0;
  font-size: 14px;
  font-family: sans-serif;
}

.genderPiLabel {
  margin-bottom: 0;
  font-size: 14px;
  font-family: sans-serif;
}

/* styles for the spinner: */
@keyframes spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-shrink {
  0%, 25%, 100% {
    /* minimum scale and opacity */
    transform: scale(0.5);
    opacity: 0.25;
  }
  26% {
    transform: scale(1);
    opacity: 1;
  }
}

.node__content {
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}


table.studyTable tr:nth-child(odd) td
{
  background-color: #f1f1f1;
}
