#my-awesome-dropzone {
  background-color: #DEDAD5;
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  overflow: auto;
  z-index: 0;
}

#dropzone-title {
  display: none;
  font-size: 16px;
  margin-left: 10px;
}

#container-inner {
  padding-bottom: 10px;
}

/*scatter plot X-axis*/
.axis path,
.axis line {
  fill: none;
  stroke: black;
  shape-rendering: crispEdges;
}

.axis text {
  font-family: sans-serif;
  font-size: 11px;
}

/*Slider for q range*/
#slider {
  margin: 20px;
  width: 660px;
}

#min, #max {
  width: 50px;
  text-align: center;
}

/*ease dropzone height*/
.dropzone {
  -webkit-transition: min-height 0.4s ease;
  -moz-transition: min-height 0.4s ease;
  -o-transition: min-height 0.4s ease;
  transition: min-height 0.4s ease;
}

/*total container  - contains filelist container, table container, scatter container and slider container*/
#total-container {
  margin: 40px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  display: none;
}

#filelist-container {
  float: left;
  padding: 0;
  margin: 0;
}

#total-container #filelist-container ul {
  list-style-type: none;
  padding: 0;
  height: 100%;
  margin: 0;
  margin-top: 14px;
  max-width: 140px;
  overflow: hidden;
}

#total-container #filelist-container ul li {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12px;
  height: 42px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  max-width: 120px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
}

#total-container #filelist-container ul li:hover {
  border: 1px dashed grey;
  color: grey;
  height: 40px;
  padding-left: 9px;
  padding-right: 9px;
}

#total-container #table-container {
  float: left;
}

#total-container #table-container thead th {
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}

#total-container #table-container tbody .rectangle {
  cursor: pointer;
}

#total-container #table-container tbody text {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 100;
}

#total-container #scatter-container {
  display: none;
}

#total-container #scatter-container svg {
  color: #989865;
  font: 13px Verdana, "Bitstream Vera Sans", sans-serif;
}

#total-container #scatter-container .title {
  font: 24px sans-serif;
  fill: #989865;
}

#total-container #scatter-container .axis {
  fill: #989865;
}

#total-container #scatter-container .axis path {
  stroke: #989865;
}

#total-container #scatter-container .axis .tick line {
  stroke: #989865;
}

#total-container #scatter-container .legend {
  padding: 5px;
  font: 12px sans-serif;
  box-shadow: 2px 2px 1px #888;
}

#total-container #top-box {
  display: inline-block;
  margin: 10px;
  margin-top: 0;
  margin-left: 0;
  float: left;
}

#graph {
  display: inline-block;
}

/*color key*/
#key {
  float: right;
  display: none;
  margin: 5px;
}

#key h3 {
  font-size: 16px;
  margin: 0;
  padding-left: 5px;
}

#key #key-content {
  background-color: #454545;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
}

#key #key-content #low {
  float: left;
  font-size: 12px;
}

#key #key-content #high {
  float: right;
  font-size: 12px;
}

#key #key-content ul {
  list-style: none;
  margin: 0;
  padding-top: 5px;
  font-size: 0;
}

#key #key-content ul li:empty {
  background-color: #FFF;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 1px;
}

#key #key-content #metric-range {
  font-size: 10px;
}

#key #key-content #low-range {
  float: left;
}

#key #key-content #high-range {
  float: right;
}

/*results table*/
#results {
  float: right;
  display: none;
  margin: 5px;
}

#results h3 {
  font-size: 16px;
  margin: 0;
  padding-left: 5px;
}

#results-info {
  color: #ddd;
  background-color: #454545;
  padding: 5px;
  padding-left: 20px;
  border-radius: 5px;
}

#results-info #Rg-title {
  text-decoration: underline;
  margin-left: -10px;
}

#my-menu ul.dropdown {
  list-style: none;
  display: inline-block;
  margin: 10px;
  margin-bottom: 0px;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #45484d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}

#my-menu ul.dropdown li.main {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  width: 150px;
  font-size: 14px;
  margin: 0;
}

#my-menu ul.dropdown li.main:hover {
  border-top: 3px solid rgba(73, 192, 240, 1);
  padding-top: 7px;
  color: rgba(73, 192, 240, 1);
  cursor: pointer;
  cursor: hand;
}

#my-submenu {
  display: block;
}

#my-submenu ul.sub-menu {
  list-style: none;
  padding: 5px;
  position: absolute;
  z-index: 100;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid red;
  z-index: 100;
  background: #45484d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}

#my-submenu ul.sub-menu li {
  padding: 5px;
}

#my-submenu ul.sub-menu li:hover {
  color: rgba(73, 192, 240, 1);
  cursor: pointer;
  cursor: hand;
}

#my-submenu .selected-state {
  color: #FFF;
}

#my-submenu #method-sub {
  display: none;
  left: 20px;
}

#my-submenu #color-sub {
  left: 190px;
  display: none;
}

#my-submenu #operations-sub {
  left: 370px;
  display: none;
}

/*color ranges in main menu*/
#color-sub li.sub {
  margin: 5px;
  margin-bottom: 10px;
  opacity: 0.7;
}

#color-sub li.last-item {
  margin-bottom: 5px;
}

#color-sub li:hover {
  opacity: 1;
}

#color-sub #red-blue {
  width: 90px;
  height: 6px;
  border-radius: 2px;
  background: rgb(0, 0, 255);
  /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(0, 0, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 61%, rgba(255, 0, 0, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0, 0, 255, 1)), color-stop(40%, rgba(255, 255, 255, 1)), color-stop(61%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 0, 0, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 61%, rgba(255, 0, 0, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, rgba(0, 0, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 61%, rgba(255, 0, 0, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgba(0, 0, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 61%, rgba(255, 0, 0, 1) 100%);
  /* IE10+ */
  background: linear-gradient(45deg, rgba(0, 0, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 61%, rgba(255, 0, 0, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff0000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

#color-sub #white-red {
  width: 90px;
  height: 6px;
  border-radius: 2px;
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 0, 1) 58%, rgba(255, 0, 0, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(23%, rgba(255, 255, 255, 1)), color-stop(58%, rgba(255, 255, 0, 1)), color-stop(100%, rgba(255, 0, 0, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 0, 1) 58%, rgba(255, 0, 0, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 0, 1) 58%, rgba(255, 0, 0, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 0, 1) 58%, rgba(255, 0, 0, 1) 100%);
  /* IE10+ */
  background: linear-gradient(45deg, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 0, 1) 58%, rgba(255, 0, 0, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ff0000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

#color-sub #white-black {
  width: 90px;
  height: 6px;
  border-radius: 2px;
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 1) 25%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(25%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 1) 25%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, rgba(255, 255, 255, 1) 25%, rgba(0, 0, 0, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 1) 25%, rgba(0, 0, 0, 1) 100%);
  /* IE10+ */
  background: linear-gradient(45deg, rgba(255, 255, 255, 1) 25%, rgba(0, 0, 0, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

#color-sub ul.color-span {
  list-style: none;
  margin: 0;
  padding-top: 0px;
  padding: 0px;
  margin: 0px;
  border-radius: 5px;
}

/*force plot*/
.link {
  stroke: #000;
  stroke-width: 1.5px;
}

.node {
  fill: #000;
  stroke: #fff;
  stroke-width: 1.5px;
}

.force-node {
  stroke: #fff;
  stroke-width: 1.5px;
}

.svg-key {
  float: left;
}

.svg-force {
  background: #454545;
  border-radius: 20px;
  float: left;
}

#force-diagram {
  margin: 20px;
  position: relative;
  overflow: hidden;
  display: none;
}

/*#force-diagram #befdiv{
  visibility:hidden;
  display:block;
  clear:both;
}*/
#force-diagram #afterdiv {
  visibility: hidden;
  display: block;
  clear: both;
}

.force-title {
  font: 24px sans-serif;
  fill: #989865;
}

.force-key-div {
  overflow: auto;
  width: 250px;
  float: left;
}

.close-force-button {
  cursor: hand;
  cursor: pointer;
  width: 25;
  height: 25;
  position: absolute;
  top: 10pz;
  right: 10px;
}

.text-header {
  fill: #989865;
  font-family: sans-serif;
  /* font-size: 13px; */
}

/*For Printing Image*/
#print-image {
  float: left;
  display: block;
  color: #000;
  background-color: #FFF;
}

#print-image #image-filelist {
  float: left;
  padding: 0;
  margin: 0;
  background-color: #FFF;
}

#print-image #image-filelist ul {
  list-style-type: none;
  padding: 0;
  height: 100%;
  margin: 0;
  margin-top: 13px;
  width: 120px;
  overflow: hidden;
}

#print-image #image-filelist ul li {
  font-family: sans-serif;
  font-size: 12px;
  height: 42px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  max-width: 120px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  color: black;
  border: 1px solid #FFF;
}

#print-image #canvas-box {
  background-color: #FFF;
  float: left;
}

#print-image #image-key {
  display: block;
  width: 190px;
  margin: 2px;
}

#print-image #image-key h3 {
  font-size: 14px;
  margin: 0;
  padding: 3px;
  text-align: left;
}

#print-image #image-key #key-content {
  background-color: #F2F2F2;
  padding: 3px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  border: 1px solid #EBEBEB;
}

#print-image #image-key #key-content #low {
  float: left;
  font-size: 10px;
}

#print-image #image-key #key-content #high {
  float: right;
  font-size: 10px;
}

#print-image #image-key #key-content ul {
  list-style: none;
  margin: 0;
  padding-top: 5px;
  font-size: 0;
}

#print-image #image-key #key-content ul li:empty {
  background-color: #FFF;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 1px;
  padding: 0;
}

#print-image #image-key #key-content #metric-range {
  font-size: 10px;
  text-align: left;
}

#print-image #image-key #key-content #low-range {
  float: left;
  font-size: 10px;
}

#print-image #image-key #key-content #high-range {
  float: right;
  font-size: 10px;
}

/* print force plot */
#print-force {
  background-color: #FFF;
}

#print-force #canvas-box2 {
  background-color: #454545;
}

/*for animated sorting of filelist on cluster matrix*/
.sortable {
  position: relative;
}

#filelist-container {
  position: relative;
}

.sortable li {
  position: relative;
}

/*~~ INSTRUCTIONS ~~*/
#instructions {
  margin: 20px;
}

#instructions p {
  margin: 20px;
  margin-bottom: 30px;
}

#instructions #vid-tutorial {
  width: 560px;
  height: 342px;
  margin: 20px;
  margin-right: 40px;
  margin-left: 28px;
  float: left;
  border: 1px solid black;
}

#instructions #download-dataset-button {
  display: block;
  margin: 20px;
  cursor: pointer;
}

/* SVD page */
#svd-container {
  display: none;
  margin: 20px;
}

#svd-container #singular-values {
  background-color: #454545;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
}

#svd-container #singular-values #title {
  font-size: 14px;
  display;
  block;
}

#svd-container #singular-values #number {
  font-size: 24px;
  display: block;
}

#svd-container #basis-vectors {
  margin-top: 20px;
  margin-bottom: 30px;
}

#svd-container #basis-vectors #selection {
  list-style: none;
  /*margin:20px;*/
  padding: 0px;
  display: inline-block;
  float: left;
  margin-top: 20px;
}

#svd-container #basis-vectors #selection li {
  padding: 7px;
  padding-right: 25px;
}

/* SQUARED FOUR */
input[type=checkbox] {
  visibility: hidden;
}

.squaredFour {
  width: 20px;
  /*	margin: 20px auto; */
  position: relative;
}

.squaredFour label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
}

.squaredFour label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredFour label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked+label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#svd-container #basis-vectors #selection li svg {
  display: inline;
}

#svd-container #basis-vectors #selection li .squaredFour {
  display: inline;
}

#svd-container #basis-vectors #selection li .ulabel {
  display: inline;
  font-size: 18px;
  vertical-align: middle;
}

#svd-container #basis-vectors .squareCheck {
  display: inline;
}

#svd-container #basis-vectors #vector-plot {
  float: left;
}
