/* 
// Examples Stylesheet
// -------------------
*/
.active {
  color: green;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}
.footer {
  margin-top: 50px;
  border-top: 1px solid #eee;
  padding: 20px 0;
  font-size: 12px;
  color: #999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 100;
  margin: 0.5em 0;
}
label {
  color: #999;
  display: inline-block;
  font-size: 0.85em;
  font-weight: bold;
  margin: 1em 0;
  text-transform: uppercase;
}
.hint {
  margin: 15px 0;
  font-style: italic;
  color: #999;
}
body {
  margin: 0px 0px;
  font-family: sans-serif;
  color: #444;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
}
hr {
  border: 0;
  height: 1px;
  border-bottom: 2px solid #eee;
  margin: 30px 0;
}
h1 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 300;
  margin: 0;
}
h1 a {
  color: #444;
  text-decoration: none;
}
h2 {
  font-size: 38px;
  line-height: 42px;
  font-weight: 300;
}
h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}
ul {
  list-style: square;
}
form {
  margin: 0;
  padding: 0;
}
input {
  font-size: 16px;
  line-height: 18px;
  border: 1px solid #222;
  background: #fff;
  padding: 10px 15px;
}
button {
  font-size: 16px;
  line-height: 18px;
  border: 2px solid #444;
  background-color: #444;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
}
button:disabled {
  background-color: #666;
  color: #ccc;
  cursor: default;
}
.button {
  font-size: 16px;
  line-height: 18px;
  border: 2px solid #444;
  background-color: #fff;
  color: #444;
  padding: 10px 15px;
  text-decoration: none;
}
.button-transcend {
  border-color: #3B5998;
  background-color: #000000;
  color: #fff;
}
.center-block {
  text-align: center;
}
.menubar {
  text-align: right;
  padding: 5px 20px;
  border-bottom: 2px solid #eee;
}
.menubar .home {
  float: left;
}
.menubar button {
  padding: 0;
  margin: 0 0 0 10px;
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
}
.menubar button,
.menubar a {
  color: #444;
  font-weight: bold;
}
.header {
  padding: 20px 20px 0 20px;
}
.container {
  text-align: center;
  width: 100vw !important;
}
.bootstrap-table {
  font-size: 11px;
}
.tiny-img {
  height: 80px;
}
.dataSpace-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 80px;
}
.dataSpace-header {
  background-color: #222;
  height: 150px;
  padding: 20px;
  color: white;
}
.dataSpace-intro {
  font-size: large;
}
@keyframes dataSpace-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.menu-enter {
  max-height: 0px;
  -webkit-transition: max-height 1s ease;
  overflow: hidden;
}
.menu-enter.menu-enter-active {
  height: auto;
  max-height: 100px;
}
.menu-leave {
  max-height: 100px;
  -webkit-transition: max-height 1s ease;
}
.menu-leave.menu-leave-active {
  overflow: hidden;
  max-height: 0px;
}
ul {
  border: #ababab solid 1px;
}
.align-right {
  float: right !important;
}
.navLeft {
  float: left;
}
.navRight {
  float: right;
}
.navItem {
  color: red;
}
.nav-selected {
  color: red!important;
  text-color: red;
}
.horizontal-scroll {
  overflow-x: scroll;
}
.plotSpace {
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
