text {
  font-family: Arial, sans-serif;
}

hr {
  border-bottom: DarkRed solid 1px;
}

#titlebar {
  padding: 1px;
  background:DarkRed;
  color: white;
}
#titlebar h1 {
  color: white;
}
.titleleft {
  float:left;
}
.titleright {
  float:right;
  display: flex; justify-content: flex-end;
}

.container {
  width: 90%;
  padding: 0;
  margin: 0;
}

#footerbar {
  position: fixed;
  font-weight: bold;
   bottom:0;
   width:100%;
   padding: 5px;
   height:30px;   /* Height of the footer */
   background:DarkRed;
   color: white;
}

#figures {
  min-height: 500px;
}

h1 {
  font: 20px Arial, sans-serif;
  font-weight: bold;
  color: DarkRed;
  margin-left: 30px;
}

h2 {
  font: 16px Arial, sans-serif;
  font-weight: bold;
  color: DarkRed;
  margin-left: 30px;
}

h3 {
  font: 14px Arial, sans-serif;
  color: DarkRed;
  margin-left: 35px;
}

.four {
  display: inline-block;
  vertical-align: top;
  width: 29%;
  padding: 3px;
}

.one {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 3px;
}

.two {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  padding: 3px;
}

.footerbar a {
  color:white !important;
}

button {
  background: darkred;
  color: white !important;
  border: none;
  border-radius: 2px;
  padding: 4px 10px;
  margin: 5px;
  font-weight: bold !important;
}

button:hover {
  background-color: brown;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

#gdheader {
  top: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  min-width: 1024px;
  background: white;
  border-bottom: 2px solid DarkRed;
  font: 14px Arial, sans-serif;
}

.settings-cog {
  cursor: pointer;
  display: inline-block;
}

.glyphicon-question-sign {
  cursor: pointer;
  color: #333333;
  font-size: 20px;
}

.glyphicon-question-sign:hover{
  color: darkred;
}
.glyphicon-cog:hover {
  color: darkred;
}

.dropbtn {
  background-color: darkred;
  color: white;
  padding: 4px 10px;
  margin: 5px;
  font-size: inherit;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: brown;
}

.dropdown {
  position: relative;
  display: block;
}

.dropdown-content {
  display: none;
  padding: 5px;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 320px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content p {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.dropdown a:hover {
  background-color: #ddd
}

.show {
  display: block;
}

.axis {
  font: 12px Arial, sans-serif;
  font-weight: bold;
}

.axis--x {
  font: 12px Arial, sans-serif;
  font-weight: 700;
}

.charttitle {
  font: 14px Arial, sans-serif;
  font-weight: bold;
}

.axis path,
.axis line {
  fill: none;
  stroke: #363636;
  shape-rendering: crispEdges;
}

.axis--x path,
.axis--x line {
  fill: none;
  stroke: #363636;
  shape-rendering: crispEdges;
}

.axis--y {
  font: 12px Arial, sans-serif;
  font-weight: 700;
}

.axis--y path,
.axis--y line {
  fill: none;
  stroke: #363636;
  shape-rendering: crispEdges;
}

.mouseover {
  fill: black;
  fill-opacity: 0.2;
}

.selectiontable {
  font: 10px Arial, sans-serif;
  font-weight: bold;
  padding: 5px;
}

th {
  padding: 2px 2px;
  overflow: hidden;
  word-break: normal;
  border-color: #ccc;
  color: #333;
  background-color: #f0f0f0;
  text-align: center !important;
}

td {
  padding: 0px 10px !important;
}

.barGraph {
  padding: 20px;
  min-width: 700px;
}

.separator {
  border-bottom: 1px solid DarkRed;
  margin-top: 5px;
  margin-bottom: 10px;
}

.refreshremove {
  float: right;
  clear: left;
  vertical-align: top;
  margin-right: 100px;
}

.refreshbutton {
  background: YellowGreen;
}

.selectallbutton {
  background: Green;
}

.tooltipdiv {
  float: left;
  width: 800px;
  min-height: 45px;
}

.tooltipdiv p {
  font: 12px Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  word-wrap: break-word;
}

.forcetooltipdiv {
  width: 1080px;
  margin: 20px;
  min-height: 45px;
}

.forcetooltipdiv p {
  font: 12px Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  word-wrap: break-word;
}

.gbname {
  float: left;
  width: 800px;
  min-height: 45px;
}

.gbnamep {
  font: 12px Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  word-wrap: break-word;
}

.heatMapTipDiv {
  position: absolute;
  text-align: left;
  font-weight: bold;
  padding: 4px;
  background: white;
  border-radius: 4px;
  pointer-events: none;
  font: 12px Arial, sans-serif;
}

.heatMapTipDiv p {
  font: 10px Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  word-wrap: break-word;
}

.calMapTipDiv {
  position: absolute;
  text-align: left;
  font-weight: bold;
  padding: 4px;
  background: white;
  border-radius: 4px;
  pointer-events: none;
  font: 12px Arial, sans-serif;
}

.calMapTipDiv p {
  font: 10px Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  word-wrap: break-word;
}

.pearTipDiv {
  position: absolute;
  text-align: left;
  font-weight: bold;
  padding: 4px;
  background: white;
  border-radius: 4px;
  pointer-events: none;
  font: 14px Arial, sans-serif;
}

.pearTipDiv p {
  font: 14px Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  word-wrap: break-word;
}

.range {
  width: 6em;
  display: inline-block;
}

.links line {
  stroke: #999;
  stroke-opacity: 0.6;
}

.nodes circle {
  stroke: #fff;
  stroke-width: 1px;
}

body {
    overflow-x: hidden;
}
#slideout {
    position: absolute;
    position: fixed;
    width: 400px;
    height: 580px;
    bottom: 0px;
    right:-375px;
    padding-left: 25px;
    background: white;
}
    
#clickme {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 20px;
}

#slideouttitle {
  font-weight: bold;
  font-size: 16px;
  color:#333;
  position: absolute;
  margin-bottom: 5px;
   top: 50%;
  left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
  white-space: nowrap;
}
#slidecontent {
    float:left;
}

.glyd3link {
  fill: none;
  stroke: #000;
  shape-rendering: auto;
}

#storedstructdiv {
    position: absolute;
    position: fixed;
    bottom: 130px; 
    right: 0px;
    white-space: nowrap;
    width: 20px;
    z-index: 10;
}
#storedstruct {
  position: absolute;
  font-weight: bold;
  font-size: 16px;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
  white-space: nowrap;
}

.modal-footer .btn {
  color : #333 !important;
}

.singlestruct p {
  word-break: break-all;
}

.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

.icon-rotate {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


/* Dropdown Button */
.hovdropbtn {
  background-color: rgb(76, 83, 175);
  color: white;
  padding: 5px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.hovdropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.hovdropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.hovdropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.hovdropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.hovdropdown:hover .hovdropdown-content {display: block;}

.hovered {display: none;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.hovdropdown:hover .hovdropbtn {background-color: #3e8e41;}

.colorthemes {
  float:left;
  display: block;
  width: 200px;
  cursor: pointer;
}
.colorthemes:hover {
  background-color: #fff;
}
.colortile {
  float: left;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
}
.colortilenum {
  float: left;
  width: 20px;
  height: 15px;
  margin: 5px;
  text-align:center;
  line-height: 1em;
  background-color: #fff;
}

.glyphicon.glyphicon-sort.icon-rotate {
  line-height: 1.5em;
}

.divleft {
  width: 200px;
  float:left; 
}

.divright {
  overflow: auto;
  min-height: 230px;
  overflow-x: hidden;
}

.filtergroups {
  position: relative;
  color: #333;
  font-size: 16px;
}

.filtergroups input {
  width: 250px;
  height: 32px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}
.filtergroups input { text-indent: 32px;}

.filtergroups span {
  position: absolute;
  top: 8px;
  left: 8px;
}

#loadsessionopt {
  color: #333;
}

#history {
  width: 600px;
  overflow: hidden;
  background: #ffffff;
  color: #333;
  box-shadow: 0 0 10px black;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  padding: 10px;
  display: none;
}

#historycontent {
  margin: 10px;
  padding: 10px;
}

.legendflex {
  display:flex;
  flex-wrap: wrap;
  width:80%;
  padding:0.5em;
  overflow:hidden;
}

.legenditem {
  flex: 0 0 auto; 
  padding:0.3em;
  margin:0.3em;
}

.legendcolor {
  width:20px; 
  height:20px; 
  margin:0px 5px 0px 10px ; 
  display:inline-block;
  border-radius: 50%;
}

.legendlabel {
  display:inline-block;
  vertical-align: top; 
  padding: 0px 5px 10px 0px
}