.root {
  display: "flex";
}

.container {
  padding-top: 60px;
  padding-bottom: 50px;
}

.paper {
  padding: 32px;
  display: "flex";
  overflow: "auto";
  flex-direction: "column";
}

.fixedHeight {
  height: 480;
}

.linkylink {
  color: #fff;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.linkylink:hover {
  color: #a9a9a9;
}
.Nav_link:link {
  color: #fff;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.Nav_link:visited {
  color: #fff;
}
.Nav_link:hover {
  color: #a9a9a9;
}
.Nav_link:active {
  color: teal;
}
a:link {
  color: #fff;
  text-decoration: underline;
  text-decoration-style: dotted;
}
a:visited {
  color: #fff;
}
a:hover {
  color: #a9a9a9;
}
a:active {
  color: teal;
}
.buttonProgress {
  color: green !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.buttonLoading {
  background-color: #e9c600 !important;
  color: #000;
 }
 .buttonHover {
  transition: transform0.2s ease-in-out;
 }
 
 .buttonHover:hover {
  transform: translateY(-5px);
  color: #000;
 }
.buttonWrapper {
  margin: 4px;

  position: relative;
}
.topMargin {
  margin-top: 0px !important;
  padding: 0px !important;
}
.typeMargins {
  margin: 10px !important;
}

.buttonSuccess {
  background-color: #4caf50 !important;
}

.buttonSuccess.hover {
  background-color: #388e3c !important;
}

.errorSnackbar {
  background-color: #dd2c00 !important;
}

.snackbarMessage {
  display: flex;
  align-items: center;
  color: white;
}

.snackbarIcon {
  opacity: 0.9;
  margin-right: 4px;
}

.leaflet-container {
  height: 600px;
  width: 100%;
}

.configuration-timestamp-input {
  min-width: 300px;
  display: flex;
  flex-wrap: wrap;
  min-height: 50px;
  margin: 10px;
}

.header img {
  float: left;
}

.header h2 {
  position: relative;
  top: 24px;
  left: 0px;
}

.input {
  margin: 16px !important;
}

.inputFull {
  margin: 16px !important;
  width: 85%;
}
.mfgweb:link {
  color: #0a8ad4;
}
.mfgweb:visited {
  color: #0a8ad4;
}
.mfgweb:hover {
  color: #243fd6;
}

.recharts-default-tooltip {
  background-color: #f5f5f5 !important;
  color: #000000;
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

html,
body {
  height: 100%;
}

.full-height {
  height: 100%;
}
.three-quarter-height {
  height: 75%;
}
.MuiBox-root {
  height: 100%;
}
.bokehcontainer {
  flex-grow: 1;
  height: 90%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.bokehpop {
  padding: 10px;
  padding-top: 40px;

  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto; /* center */
  left: 0; /* center */
  right: 0; /* center */
}

.papertable {
  width: 100%;
  overflow-x: auto;
}

.fixedTable {
  table-layout: fixed;
}

@media only screen and (max-width: 40em) {
  .reactivetable thead,
  .reactivetable th {
    display: none;
  }

  .reactivetable td,
  th {
    display: block;
    border: 0px;
  }

  .reactivetable tr {
    border-bottom: 4px solid #303030;
  }

  .reactivetable td[data-th]:before {
    content: attr(data-th);
    font-weight: bold;
    display: block;
  }
}

@media (min-width: 768px) {
  .MuiTabs-flexContainer {
    justify-content: center;
  }
}
.leaflet-fade-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: auto !important;
}

.scrollable {
  overflow: scroll;
  overflow-y: hidden;
}

.rotateDown {
  transform: rotate(90deg);
}
.rotateUp {
  transform: rotate(-90deg);
}
