/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* NOTE
html is set to 62.5% so that all the REM measurements throughout
are based on 10px sizing. So basically 1.5rem = 15px :) */

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Source Sans Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
  background: #dedede;
  margin: 0 auto 4em auto;
  /* position: relative; */
  padding: 0;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: 0;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

/* Larger than phablet */

@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3.0rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}

th {
  text-align: left;
}

p {
  margin-top: 0;
}

.row_selected,
.row_selected>.sorting_1 {
  background-color: #faa !important;
}

/*  SECTIONS  ============================================================================= */

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  GROUPING  ============================================================================= */

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
  display: block;
  float: left;
  margin: 0.1% 0 0.1% 1.6%;
}

.col:first-child {
  margin-left: 0;
}

/* all browsers except IE6 and lower */

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}

/*  GRID OF FOUR   ============================================================================= */

.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.6%;
}

.span_2_of_4 {
  width: 49.2%;
}

.span_1_of_4 {
  width: 23.8%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_4_of_4 {
    width: 100%;
  }
  .span_3_of_4 {
    width: 100%;
  }
  .span_2_of_4 {
    width: 100%;
  }
  .span_1_of_4 {
    width: 100%;
  }
}

#chords {
  padding: 0;
}

.select-dash {
  border-bottom: 1px dotted #000;
}

/* .ui-tabs-vertical { width: 55em; } */

/* .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; } */

/* .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; } */

/* .ui-tabs-vertical .ui-tabs-nav li a { display:block; } */

/* .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; } */

/* .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;} */

/* .ui-tabs .ui-tabs-nav li a { padding: .15em .51em; } */

/* .ui-state-default a, .ui-state-default a:link, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { */

/* 	font-size: 90%; */

/* } */

header,
footer,
h1,
h2,
h3,
h4,
aside {
  color: #000;
  /*font-family: "PT Sans", sans-serif;*/
}

header {
  background-color: #ddd;
  padding: 0 1rem 1rem;
}

.holder {
  /*    overflow: hidden; */
  clear: both;
}

.holder .even-height {
  float: left;
  background-color: #dedede;
  margin: 2px 0.5%;
  padding-bottom: 1000px;
  /*    margin-bottom:  -100000px; */
}

#column-one {
  width: 69%;
}

#column-two {
  width: 29%;
}

input[disabled] {
  color: #333;
  background-color: #ffc;
}

select[disabled] {
  color: #333;
  background-color: #888;
}

button[disabled] {
  color: #333;
  background-color: #888;
}

#experimentSelector {
  /*  	width: 350px; */
}

h2 a {
  color: #ccc;
  left: -20px;
  position: absolute;
  /*   width: 800px; */
}

span.version {
  color: #39d;
  font-size: 27%;
  /* position: absolute;
	right:252px;
	top:16px; */
  letter-spacing: 0;
}

footer {
  font-size: small;
  margin-top: 8rem;
}

#svgHolder {
  width: 1000px;
}

#parallel_coordinates {
  width: 800px;
  height: 750px;
}

header aside {
  /*   margin-top: 88px; */
}

#area {
  width: 800px;
  min-height: 750px;
}

.ui-checkboxradio-label {
  margin: 0em 1.5em 0em 0em
}

.ui-checkboxradio-label.ui-button:hover,
.ui-checkboxradio-label.ui-button:active,
.ui-checkboxradio-label.ui-button:focus {
  border: 0px;
  font-weight: 200;
}

.ui-checkboxradio-label.ui-checkboxradio-checked {
  color: #40B34F;
}

header aside,
footer aside {
  background: #fcfcfa;
  /* 	background-color: ;  */
  text-align: right;
  width: 1200px;
  display: block;
}

section {
  /* 	float: left;
	margin-top: -2.7em; */
}

.ui-tabs-panel {
  /* 	margin-top: 4rem; */
}

#UCSCInfo button,
label {
  /* 	width: 50px; */
}

#exploreTabs,
#areaTabs,
#areaTablesTabs {
  background: #ffffff;
  padding: 0;
}

aside {
  font-size: small;
  /*   display: block; */
  display: table-cell;
  width: 300px;
  background-color: rgb(243, 243, 243);
  background-position: initial initial;
  /* //  right: 0; */
  /*   float: left; */
  /* //  position: absolute; */
  /*
width: 300px; */
}

leftside {
  font-size: small;
  left: 0;
  position: absolute;
  width: 180px;
}

.attribution {
  font-size: small;
  margin-bottom: 2em;
}

body>p,
li>p {
  line-height: 1.5em;
}

blockquote q {
  display: block;
  font-style: oblique;
}

pre,
code,
textarea {
  font-family: "Menlo", monospace;
}

code {
  line-height: 1em;
}

textarea {
  font-size: 100%;
}

body>pre {
  border-left: solid 2px #ccc;
  padding-left: 18px;
  margin: 2em 0 2em -20px;
}

.html .value,
.javascript .string,
.javascript .regexp {
  color: #756bb1;
}

.html .tag,
.css .tag,
.javascript .keyword {
  color: #3182bd;
}

.comment {
  color: #636363;
}

.html .doctype,
.javascript .number {
  color: #31a354;
}

.html .attribute,
.css .attribute,
.javascript .class,
.javascript .special {
  color: #e6550d;
}

svg {
  /*font: 10px sans-serif;*/
  /*font: 1.5em sans-serif;*/
}

.help-icon {
  float: right;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 1em;
}

.help-icon .ui-icon-help,
.help-icon .ui-icon-circle-b-help {
  font-size: 1.4em;
}

.help-icon:hover .ui-icon-help,
.help-icon:hover .ui-icon-circle-b-help {
  color: #40B34F;
}

.ui-icon {
  background-image: url(css/images/ui-icons_ffffff_256_240.png);
}

sup,
sub {
  line-height: 0;
}

/* q:before { */

/*   content: ""; */

/* } */

/* q:after { */

/*   content: ""; */

/* } */

/* blockquote:before { */

/*   position: absolute; */

/*   left: 2em; */

/* } */

/* blockquote:after { */

/*   position: absolute; */

/* } */

.togglebutton {
  background: #ccc;
  cursor: pointer;
  border-top: solid 2px #eaeaea;
  border-left: solid 2px #eaeaea;
  border-bottom: solid 2px #777;
  border-right: solid 2px #777;
  padding: 5px 5px;
}

.togglebuttondown {
  background: #bbb;
  border-top: solid 2px #777;
  border-left: solid 2px #777;
  border-bottom: solid 2px #eaeaea;
  border-right: solid 2px #eaeaea;
}

#experimentPanel {
  -moz-opacity: 1;
  margin: 0 auto;
  padding: 10px;
  background: #FED;
  /* 	height: 600px; */
}

#newExperimentPanel {
  background: #FED;
  /* 	height: 00px; */
  width: 1024px;
}

#experimentTable {
  margin: 0 auto;
}

.blank {
  background: black;
  height: 100%;
  position: absolute;
  top: 0;
  -moz-opacity: 1;
  opacity: 1;
  width: 100%;
  z-index: 10000;
}

p.centered {
  text-align: center;
}

.hidden {
  display: none;
}

#parallelGrid {
  height: 198px;
  width: 800px;
}

.row,
.header {
  clear: left;
  font-size: 10px;
  line-height: 18px;
  height: 18px;
}

/*.row:nth-child(odd) { background: rgb(0.9,0.9,0.9); }*/

.header {
  font-weight: bold;
}

.cell {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  width: 70px;
  padding-left: 12px;
  height: 18px;
}

.col-0 {
  width: 100px;
}

form#newExperiment {
  background: #bc9c2c;
  /* 	-moz-border-radius: 5px; */
  /* 	-webkit-border-radius: 5px; */
  /* 	border-radius: 5px; */
  padding: 20px;
  width: 600px;
}

form#newExperiment fieldset {
  border: none;
  margin-bottom: 10px;
}

form#newExperiment fieldset:last-of-type {
  margin-bottom: 0;
}

form#newExperiment legend {
  color: #433813;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  text-shadow: 0 1px 1px #d5c076;
}

form#newExperiment>fieldset>legend:before {
  content: "Step " counter(fieldsets) ": ";
  counter-increment: fieldsets;
}

form#newExperiment ol li {
  background: #cfb96a;
  border-color: #ebe3c3;
  border-style: solid;
  border-width: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 30px;
  list-style: none;
  padding: 5px 10px;
  margin-bottom: 2px;
}

form#newExperiment ol ol li {
  background: none;
  border: none;
  float: left;
}

form#newExperiment label {
  float: left;
  font-size: 13px;
  width: 110px;
}

form#newExperiment fieldset fieldset label {
  background: none no-repeat left 50%;
  line-height: 20px;
  padding: 0 0 0 30px;
  width: auto;
}

*.dalliance *,
.ui-widget {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
}

.ui-widget-header {
  border: 0px none;
  border-radius: 0;
  /* 	background: #dedede none; */
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: 400;
  font-size: 100%;
  /*color:#aaa;*/
}

input.loc-field {
  display: none;
}

form#newExperiment fieldset fieldset label:hover {
  cursor: pointer;
}

#nav {
  /* color:#aaa; */
  font-weight: 300;
  text-align: left;
  letter-spacing: 0;
  /* 	font-size: 2rem;
	background: #fcfcfa;
	padding:12px;*/
}

#nav span a {
  text-decoration: none;
  color: #aaa;
  font-size: 80%;
}

#nav span a:hover {
  text-decoration: underline;
}

#icons {
  margin: 0;
  padding: 0;
}

#icons li {
  margin: 2px;
  position: relative;
  padding: 4px 0;
  float: left;
  list-style: none;
}

#icons li span {
  cursor: pointer;
}

#icons span.ui-icon {
  float: left;
}

#sliderBox {
  /* 	margin: 0 0 6px 0; */
  /* 	width: 376px; */
  /* 	display: inline-block; */
  border: 1px;
  vertical-align: middle;
}

.sliderAmount {
  color: #40B34F;
}

li.none.ui-state-hover {
  border: 0px none;
  background: transparent none;
}

/*
.ui-slider-horizontal {
	height: .48em;
}*/

.ui-slider.ui-widget-content {
  background: #ccc;
}

.ui-slider .ui-slider-handle {
  width: 0.75em;
  height: 0.75em;
  top: -.31em;
  color: #40B34F !important;
}

.ui-tabs .ui-tabs-panel {
  background: white;
}

#statsDiv {
  /* 	float: right; */
  /* 	width: 300px; */
}

#filterDiv {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  /* margin: 0px 30px; */
}

#overlay_1 {
  display: none;
  border-radius: 12px;
  position: absolute;
  top: 1em;
  left: 20%;
  width: 60%;
  margin: 10px auto;
  background-color: #DDD;
  z-index: 1002;
}

div.dimmer_1 {
  background: black;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.68;
  -moz-opacity: 0.68;
  width: 100%;
  z-index: 1001;
}

.combinedDatasetSwatch {
  background-color: #40B34F;
  ;
}

.dataset1Swatch {
  /*background-color: rgba(0,0,255,0.2);*/
  background-color: rgba(255, 207, 3, 0.9);
  background: rgba(255, 207, 3, 0.9) !important;
}

.dataset2Swatch {
  /*					"#FF8080", "#FF8080",
					"#F23D3D", "#F23D3D",
					"#A50000", "#A50000",

					"#FFE580", "#FFE580",
					"#FFCF03", "#FFCF03",
					"#F7A03A", "#F7A03A",

					"#A6FFF0", "#A6FFF0",
					"#00F3FF", "#00F3FF",
					"#33A7BA", "#33A7BA",

					"#7676FF", "#7676FF",
					"#2B2BFF", "#2B2BFF",
					"#F66ED1",

					"#F66ED1",
					"#2E3192"*/
  background-color: rgba(43, 43, 255, 0.9);
  background: rgba(43, 43, 255, 0.9) !important;
  color: darkGrey;
}

.chosen-single.dataset2Swatch {
  background-color: rgba(43, 43, 255, 0.9);
  background: rgba(43, 43, 255, 0.9) !important;
  color: darkGrey;
}

.dataset3Swatch {
  background: darkGrey;
  opacity: 0.5;
}

.swatchCol {
  display: inline-block;
  visibility: hidden;
  width: 15px;
  height: 15px;
}

span#common.swatchCol {
  display: inline;
}

#regionLogic {
  /* 	width: 80px; */
}

.tags-input {
  max-width: 200px;
  line-height: 22px;
  overflow-y: scroll;
  overflow-x: scroll;
  height: 22px;
  cursor: text;
}

span#configurator {
  cursor: pointer;
  /* font-size: 1.66rem; */
}

span#configurator:hover {
  text-decoration: underline;
}

#rootSVG {
  position: absolute;
  top: 0px;
  left: 0px;
}

.legendColor {
  fill: #888;
}

#drawingContainer {
  position: absolute;
  background-color: #fff;
  /*    top: 150px; */
  /*    left: 50px; */
}

#rootCanvas {
  width: 500px;
  height: 500px;
}

/*#statsAccordion { clear: both;  width: 95%; margin-top: 0.5rem}*/

#statsAccordion {
  clear: both;
  width: 100%;
  margin-top: 0.5rem
}

/* div.ng-scope { */

/*     width: 100%; */

/*     margin: 32px auto 10px 10px;   */

/* } */

/* .tag-template div:first-child img { */

/*   width: 24px; */

/*   height: 24px; */

/*   vertical-align: middle; */

/* } */

#selectorDiv td {
  padding: 2px;
  margin-left: auto;
  margin-right: auto;
}

#selectorDiv td .chosen-container {
  font-size: 1.5em;
  background-color: #fff;
}

.authors {
  font-size: 0.8em;
}

#experimentDetailsTable tr {
  vertical-align: top;
}

/*Take the rondo visual flush to the left border*/

.outer_container {
  padding: 0px !important;
}

#rondo_container {
  padding-left: 0px !important;
}

.axis tspan {
  font-size: .6em;
}

#geneInteractionDisabledMessage {
  z-index: 100;
  position: relative;
  top: 10%;
  text-align: center;
  font-weight: 900;
  font-size: 1.5em;
}

#geneInteractions.ui-state-disabled {
  opacity: .1;
}