/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 4, ../sass/_main.scss */
body {
  background-color: #F5F9FA;
  font-family: 'Open Sans', sans-serif;
  color: #717578;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
/* line 12, ../sass/_main.scss */
body nav {
  width: 100%;
  min-width: 80%;
  height: 55px;
  background-color: #F5F9FA;
  position: fixed;
  top: 0;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  transition: 0.5s;
}
/* line 33, ../sass/_main.scss */
body nav.shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
/* line 37, ../sass/_main.scss */
body nav div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}
/* line 45, ../sass/_main.scss */
body nav div img {
  height: 25px;
  padding: 0 10px 0 20px;
}
/* line 49, ../sass/_main.scss */
body nav div a {
  padding: 5px;
  font-size: 14px;
  font-weight: lighter;
  text-decoration: none;
  color: #717578;
  transition: ease .5s;
}
/* line 57, ../sass/_main.scss */
body nav div a:hover {
  color: #74C5EB;
}
/* line 60, ../sass/_main.scss */
body nav div a.selected {
  color: #1070B7;
  font-weight: normal;
}
/* line 64, ../sass/_main.scss */
body nav button {
  background-color: transparent;
  /*padding: 6px 12px;*/
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  /*border-radius: 8px;*/
  border: none;
  margin: 5px 5px 0px 0px;
  transition: ease .5s;
  cursor: pointer;
}
/* line 77, ../sass/_main.scss */
body nav button:hover {
  /*background-color: #74C5EB;*/
  filter: brightness(0.85);
}
/* line 81, ../sass/_main.scss */
body nav button.hidden {
  visibility: hidden;
}

body nav username_placeholder {
  background-color: #1070B7;
  /*padding: 6px 12px;*/
  color: white;
  /*text-transform: uppercase;*/
  font-weight: bold;
  font-size: 13px;
  /*border-radius: 8px;*/
  padding: 10px 15px 10px 15px;
  border: none;
  margin: 5px 10px 0px 0px;
}

/* line 87, ../sass/_main.scss */
body main {
  width: 85%;
  margin: 55px auto 55px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
/* line 94, ../sass/_main.scss */
body main.wide {
  width: auto;
  margin: 80px 40px 55px;
}
/* line 99, ../sass/_main.scss */
body main > h1 {
  color: #a5a8aa;
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  margin: 80px auto 0;
}
/* line 106, ../sass/_main.scss */
body main > h1 span.strong {
  font-weight: 400;
}
/* line 110, ../sass/_main.scss */
body main > h1 img {
  height: 150px;
}
/* line 115, ../sass/_main.scss */
body main form {
  margin: 40px auto 0;
  width: 100%;
  height: 40px;
  background-color: white;
  border-radius: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  border: 1px solid #D9D9D9;
}
/* line 129, ../sass/_main.scss */
body main form:focus-within {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
/* line 135, ../sass/_main.scss */
body main form input {
  background-color: transparent;
  border: none;
  margin-left: 30px;
  width: 95%;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #717578;
}
/* line 145, ../sass/_main.scss */
body main form input:focus {
  outline: none;
}
/* line 150, ../sass/_main.scss */
body main form select {
  background: white;
  border: none;
  border-radius: 30px;
  margin-left: 20px;
  color: #717578;
  appearance: unset;
  cursor: pointer;
}
/* line 160, ../sass/_main.scss */
body main form div {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  align-items: center;
}
/* line 166, ../sass/_main.scss */
body main form div i {
  font-size: 12px;
  margin-left: 5px;
}
/* line 170, ../sass/_main.scss */
body main form button {
  background-color: transparent;
  border: none;
  margin-right: 10px;
  font-size: 14px;
  color: #717578;
  transition: ease .5s;
  cursor: pointer;
}
/* line 181, ../sass/_main.scss */
body main form button:hover {
  color: #74C5EB;
}
/* line 208, ../sass/_main.scss */
body main div#help-wrapper {
  padding: 1em;
  display: flex;
  flex-flow: row nowrap;
  column-gap: 10px;
  row-gap: 5px;
}
/* line 215, ../sass/_main.scss */
body main div#help-wrapper a {
  font-size: 12px;
  font-weight: lighter;
  text-decoration: none;
  color: #717578;
  transition: ease .5s;
  width: 100px;
}
/* line 222, ../sass/_main.scss */
body main div#help-wrapper a i {
  font-size: 10px;
}
/* line 223, ../sass/_main.scss */
body main div#help-wrapper a:hover {
  color: #74C5EB;
}
/* line 224, ../sass/_main.scss */
body main div#help-wrapper a:first-of-type {
  width: 72px;
}
/* line 227, ../sass/_main.scss */
body main div#help-wrapper span {
  position: relative;
}
/* line 230, ../sass/_main.scss */
body main div#help-wrapper span p {
  font-size: 12px;
  font-weight: lighter;
  color: #717578;
  transition: ease .5s;
  width: 100px;
  cursor: pointer;
  padding-bottom: 25px;
}
/* line 237, ../sass/_main.scss */
body main div#help-wrapper span p i {
  font-size: 12px;
}
/* line 238, ../sass/_main.scss */
body main div#help-wrapper span p:hover {
  color: #74C5EB;
}
/* line 240, ../sass/_main.scss */
body main div#help-wrapper span p.results-help {
  padding: 0;
}
/* line 242, ../sass/_main.scss */
body main div#help-wrapper span div {
  display: none;
  background-color: white;
  position: absolute;
  top: 25px;
  left: 0px;
  padding: 5px 1em;
  border-radius: 10px;
}
/* line 250, ../sass/_main.scss */
body main div#help-wrapper span div p.example {
  font-size: 12px;
  white-space: nowrap;
  margin: 6px 0;
  width: auto;
  padding: 0;
}
/* line 257, ../sass/_main.scss */
body main div#help-wrapper span div::after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 45px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}
/* line 269, ../sass/_main.scss */
body main div#help-wrapper span p:hover + div, body main div#help-wrapper span div:hover {
  display: block;
}
/* line 274, ../sass/_main.scss */
body main div#help-wrapper span.results p {
  padding: 25px 0;
}
/* line 275, ../sass/_main.scss */
body main div#help-wrapper span.results div {
  top: 50px;
}
/* line 279, ../sass/_main.scss */
body main div#help-wrapper div.help-group {
  display: flex;
  flex-flow: row wrap;
  column-gap: 10px;
  row-gap: 5px;
  align-items: center;
  padding: 15px 0;
}
/* line 289, ../sass/_main.scss */
body main span.error {
  display: block;
  color: #DC4F5F;
  padding-bottom: 1em;
  font-weight: lighter;
}
/* line 294, ../sass/_main.scss */
body main span.error strong {
  font-weight: 400;
  color: #BE1522;
}
/* line 298, ../sass/_main.scss */
body main span.error.error-login {
  display: none;
  padding-left: 10px;
}
/* line 301, ../sass/_main.scss */
body main span.error.error-login.active {
  display: block;
}
/* line 307, ../sass/_main.scss */
body main div.results-form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: left;
  align-items: center;
}
/* line 313, ../sass/_main.scss */
body main div.results-form img {
  height: 75px;
}
/* line 316, ../sass/_main.scss */
body main div.results-form form {
  margin: 0;
  width: 60%;
  min-width: 400px;
}
/* line 324, ../sass/_main.scss */
body main div.results {
  margin: 20px 0 0;
  font-weight: 300;
}
/* line 328, ../sass/_main.scss */
body main div.results p {
  padding-bottom: 1em;
}
/* line 329, ../sass/_main.scss */
body main div.results h3 {
  font-size: 18px;
  padding-top: 2em;
}
/* line 334, ../sass/_main.scss */
body main div.results a {
  text-decoration: none;
  color: #74C5EB;
  transition: ease .5s;
  text-decoration: underline;
}
/* line 340, ../sass/_main.scss */
body main div.results a:hover {
  color: #1070B7;
}
/* line 343, ../sass/_main.scss */
body main div.results span.mono {
  font-family: monospace;
  font-size: 120%;
  margin: 5px 0;
}
/* line 347, ../sass/_main.scss */
body main div.results div#tabs {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  border-bottom: 1px solid #74C5EB;
  font-size: 14px;
}
/* line 354, ../sass/_main.scss */
body main div.results div#tabs p {
  padding: 10px;
  cursor: pointer;
}
/* line 357, ../sass/_main.scss */
body main div.results div#tabs p.active, body main div.results div#tabs p:hover {
  border-bottom: 1px solid #1070B7;
  font-weight: normal;
}
/* line 365, ../sass/_main.scss */
body main div.results section {
  padding: 1em 0;
  display: none;
}
/* line 369, ../sass/_main.scss */
body main div.results section h2 {
  font-weight: normal;
}
/* line 372, ../sass/_main.scss */
body main div.results section p {
  padding-left: 10px;
}
/* line 376, ../sass/_main.scss */
body main div.results section.active {
  display: block;
}
/* line 387, ../sass/_main.scss */
body main div.results section#counts p.blurry {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
/* line 397, ../sass/_main.scss */
body main div.results div.table-wrapper {
  margin: 1em 0;
  font-size: 12px;
  overflow-x: auto;
}
/* line 402, ../sass/_main.scss */
body main div.results div.table-wrapper.basic {
  overflow-x: unset;
}
/* line 404, ../sass/_main.scss */
body main div.results div.table-wrapper .dataTables_filter {
  display: none !important;
}
/* line 405, ../sass/_main.scss */
body main div.results div.table-wrapper table {
  font-size: 14px;
}
/* line 410, ../sass/_main.scss */
body main div.results div.table-wrapper table thead tr th.checkbox {
  cursor: pointer;
  padding-left: 10px;
}
/* line 413, ../sass/_main.scss */
body main div.results div.table-wrapper table thead tr th.checkbox:active {
  position: relative;
  top: 1px;
}
/* line 425, ../sass/_main.scss */
body main div.results div.table-wrapper table tbody tr td.raw {
  font-family: monospace;
  font-size: 12px;
}
/* line 429, ../sass/_main.scss */
body main div.results div.table-wrapper table tbody tr td div#long-content-wrapper {
  max-height: 100px;
  overflow-y: scroll;
}
/* line 433, ../sass/_main.scss */
body main div.results div.table-wrapper table tbody tr td.checkbox {
  cursor: pointer;
}
/* line 441, ../sass/_main.scss */
body main div.results section#full div#table-type {
  display: flex;
  font-size: 13px;
  align-items: center;
  padding: 0.5em 0 1em;
}
/* line 451, ../sass/_main.scss */
body main div.results section#full div#table-type p {
  padding-left: 0;
  padding-bottom: 0;
  font-weight: 400;
}
/* line 456, ../sass/_main.scss */
body main div.results section#full div#table-type input, body main div.results section#full div#table-type label {
  cursor: pointer;
}
/* line 459, ../sass/_main.scss */
body main div.results section#full div#table-type div:first-child {
  margin-right: 5px;
}
/* line 462, ../sass/_main.scss */
body main div.results section#full div#table-type.blurry {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
/* line 470, ../sass/_main.scss */
body main div.results section#full div.table-wrapper {
  display: none;
}
/* line 471, ../sass/_main.scss */
body main div.results section#full div.table-wrapper.blurry {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
/* line 479, ../sass/_main.scss */
body main div.results section#full div.table-wrapper.active {
  display: block;
}
/* line 484, ../sass/_main.scss */
body main div.results section#full div.table-wrapper.tidy table td {
  font-family: monospace;
  font-size: 13px;
}
/* line 488, ../sass/_main.scss */
body main div.results section#full div.table-wrapper.tidy table td span.strong {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #74C5EB;
}
/* line 493, ../sass/_main.scss */
body main div.results section#full div.table-wrapper.tidy table td span.duo {
  background-color: #74C5EB;
  border-radius: 10px;
  padding: 1px 4px;
  color: white;
  font-size: 90%;
  display: inline-block;
  margin: 1px 0;
}
/* line 509, ../sass/_main.scss */
body main div.results p.no-results-help {
  font-style: italic;
  margin-top: 10px;
}
/* line 514, ../sass/_main.scss */
body main div.results div#clipboard-terms {
  display: flex;
  flex-flow: row nowrap;
  background: white;
  width: auto;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  align-items: center;
  padding: 5px 10px;
  margin-top: 1em;
}
/* line 525, ../sass/_main.scss */
body main div.results div#clipboard-terms i {
  cursor: pointer;
}
/* line 527, ../sass/_main.scss */
body main div.results div#clipboard-terms i:active {
  position: relative;
  top: 1px;
}
/* line 533, ../sass/_main.scss */
body main div.results div#clipboard-terms input {
  font-size: 13px;
  margin: 0 0 0 8px;
  padding: 0;
  width: 100%;
  border: none;
}
/* line 538, ../sass/_main.scss */
body main div.results div#clipboard-terms input:focus {
  outline: none;
}
/* line 545, ../sass/_main.scss */
body main p.main-error {
  margin: auto;
  padding: 1em;
  font-size: 20px;
}
/* line 550, ../sass/_main.scss */
body main pre {
  margin: auto;
  padding: 1em;
  font-family: monospace;
}
/* line 556, ../sass/_main.scss */
body main div.cohort-card {
  width: 100%;
  min-width: 650px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  margin: 2em auto 1em;
  padding: 2em;
}
/* line 567, ../sass/_main.scss */
body main div.cohort-card h1 {
  font-size: 110%;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 2em;
}
/* line 571, ../sass/_main.scss */
body main div.cohort-card h1 span.light {
  font-weight: 300;
}
/* line 573, ../sass/_main.scss */
body main div.cohort-card h1.cohort-name {
  color: white;
  margin-bottom: 0;
  background-color: #74C5EB;
  padding: 4px 8px;
  border-radius: 30px;
  font-weight: 400;
  display: inline-block;
}
/* line 582, ../sass/_main.scss */
body main div.cohort-card h1.error {
  color: white;
  margin-bottom: 0;
  background-color: #DC4F5F;
  padding: 4px 8px;
  border-radius: 30px;
  font-weight: 400;
  display: inline-block;
}
/* line 592, ../sass/_main.scss */
body main div.results div.cohort-card h2 {
  font-size: 115%;
  /*font-weight: 300;*/
  font-weight: bold; 
  /*margin: 1em 0 8px;*/
  margin: 1em 0 0.7em;
}
/* line 597, ../sass/_main.scss */
body main div.results div.cohort-card h2.error {
  color: white;
  margin-bottom: 0;
  background-color: #DC4F5F;
  padding: 4px 8px;
  border-radius: 30px;
  font-weight: 400;
  display: inline-block;
  margin-top: 0;
}
/* line 607, ../sass/_main.scss */
body main div.cohort-card ul {
  margin: 0 1em;
}
/* line 609, ../sass/_main.scss */
body main div.cohort-card ul li {
  margin: 6px;
  font-size: 90%;
}
/* line 612, ../sass/_main.scss */
body main div.cohort-card ul li span.strong {
  font-weight: bold;
}
/* line 613, ../sass/_main.scss */
body main div.cohort-card ul li span.strong2 {
  font-weight: 600;
}
/* line 614, ../sass/_main.scss */
body main div.cohort-card ul li span.content {
  color: #717578;
}
/* line 615, ../sass/_main.scss */
body main div.cohort-card ul li span.light {
  font-weight: 300;
  font-size: 12px;
}
/* line 616, ../sass/_main.scss */
body main div.cohort-card ul li span.duo {
  font-weight: 600;
  background-color: #EB9661;
  border-radius: 10px;
  padding: 0 4px;
  color: white;
  font-size: 90%;
}
/* line 626, ../sass/_main.scss */
body main div.cohort-card hr {
  margin: 2em auto;
  border: none;
  border-top: 1px solid #717578;
  width: 60%;
}

/* line 632, ../sass/_main.scss */
body main div.cohort-card form {
  margin: 0;
  width: auto;
  height: auto;
  background-color: none;
  border-radius: 0;
  display: inline;
  box-shadow: none;
}
/* line 640, ../sass/_main.scss */
body main div.cohort-card form button {
  cursor: pointer;
  color: #74C5EB;
}
/* line 643, ../sass/_main.scss */
body main div.cohort-card form button:hover {
  color: #1070B7;
}
/* line 646, ../sass/_main.scss */
body main div.cohort-card svg.bar-plot {
  padding-left: 1.5em;
}
/* line 648, ../sass/_main.scss */
body main div.cohort-card svg.bar-plot .bar {
  fill: #D9D9D9;
  height: 21px;
  transition: fill .3s ease;
}
/* line 653, ../sass/_main.scss */
body main div.cohort-card svg.bar-plot .bar text {
  fill: #717578;
  font-size: 11px;
}
/* line 661, ../sass/_main.scss */
body main div.cohort-card svg.bar-plot .chart:hover .bar,
body main div.cohort-card svg.bar-plot .chart:focus .bar {
  fill: #D9D9D9;
}
/* line 666, ../sass/_main.scss */
body main div.cohort-card svg.bar-plot .bar:hover,
body main div.cohort-card svg.bar-plot .bar:focus {
  fill: #74C5EB !important;
}
/* line 670, ../sass/_main.scss */
body main div.cohort-card svg.bar-plot .bar:hover text,
body main div.cohort-card svg.bar-plot .bar:focus text {
  fill: #1070B7;
  font-size: 11px;
}

/* QUERY HELP header h2 */
body main div.results h2.api_help {
  font-size: 170%;
  font-weight: 300;
  margin: 1em 0 0.7em;
  font-weight: bold;
}

/* line 680, ../sass/_main.scss */
body footer {
  width: 100%;
  min-height: 55px;
  margin-top: auto;
  color: #717578;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
/* line 693, ../sass/_main.scss */
body footer p {
  margin-right: 10px;
  line-height: 15px;
  font-weight: 300;
  font-size: 11px;
  transition: ease all 0.5s;
}
@media screen and (max-width: 580px) {
  /* line 693, ../sass/_main.scss */
  body footer p {
    font-size: 9px;
    line-height: 10px;
  }
}
/* line 707, ../sass/_main.scss */
body footer section#EGA {
  margin-left: 30px;
  font-size: 12px;
}
/* line 710, ../sass/_main.scss */
body footer section#EGA a {
  color: #74C5EB;
}
/* line 712, ../sass/_main.scss */
body footer section#EGA a:hover {
  color: #1070B7;
}
/* line 715, ../sass/_main.scss */
body footer section#EU {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: right;
}
/* line 722, ../sass/_main.scss */
body footer section#EU p {
  max-width: 400px;
  text-align: right;
  margin-right: 30px;
}
/* line 728, ../sass/_main.scss */
body footer section#EU img {
  height: 30px;
  margin-right: 30px;
}

.biodata-elixir-logo {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: auto;
}

.phenoclinic-menu {
  display: none;
}
