/*!
 * Ladda including the default theme.
 */
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
 */
.ladda-button {
  position: relative;
}
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}
.ladda-button[data-loading] .ladda-progress {
  display: block;
}
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px;
}
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: -12px;
}
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-right][data-loading][data-size="s"],
.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px;
}
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px;
}
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px;
}
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px;
}
.ladda-button[data-style=expand-up] {
  overflow: hidden;
}
.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"],
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px;
}
.ladda-button[data-style=expand-down] {
  overflow: hidden;
}
.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px;
}
.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-down][data-loading][data-size="s"],
.ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px;
}
.ladda-button[data-style=slide-left] {
  overflow: hidden;
}
.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
.ladda-button[data-style=slide-right] {
  overflow: hidden;
}
.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px;
}
[dir="rtl"] .ladda-button[data-style=slide-right] .ladda-spinner {
  right: auto;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
.ladda-button[data-style=slide-up] {
  overflow: hidden;
}
.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}
.ladda-button[data-style=slide-down] {
  overflow: hidden;
}
.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}
.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}
.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}
.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}
.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px transparent;
}
.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}
[dir="rtl"] .ladda-spinner > div {
  left: 25% !important;
}
.ladda-button {
  background: #666;
  border: 0;
  padding: 14px 18px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
.ladda-button:hover {
  border-color: rgba(0, 0, 0, 0.07);
  background-color: #888;
}
.ladda-button[data-color=green] {
  background: #2aca76;
}
.ladda-button[data-color=green]:hover {
  background-color: #38d683;
}
.ladda-button[data-color=blue] {
  background: #53b5e6;
}
.ladda-button[data-color=blue]:hover {
  background-color: #69bfe9;
}
.ladda-button[data-color=red] {
  background: #ea8557;
}
.ladda-button[data-color=red]:hover {
  background-color: #ed956e;
}
.ladda-button[data-color=purple] {
  background: #9973C2;
}
.ladda-button[data-color=purple]:hover {
  background-color: #a685ca;
}
.ladda-button[data-color=mint] {
  background: #16a085;
}
.ladda-button[data-color=mint]:hover {
  background-color: #19b698;
}
.ladda-button[disabled],
.ladda-button[data-loading] {
  border-color: rgba(0, 0, 0, 0.07);
}
.ladda-button[disabled],
.ladda-button[disabled]:hover,
.ladda-button[data-loading],
.ladda-button[data-loading]:hover {
  cursor: default;
  background-color: #999;
}
.ladda-button[data-size=xs] {
  padding: 4px 8px;
}
.ladda-button[data-size=xs] .ladda-label {
  font-size: 0.7em;
}
.ladda-button[data-size=s] {
  padding: 6px 10px;
}
.ladda-button[data-size=s] .ladda-label {
  font-size: 0.9em;
}
.ladda-button[data-size=l] .ladda-label {
  font-size: 1.2em;
}
.ladda-button[data-size=xl] .ladda-label {
  font-size: 1.5em;
}
html.not-found {
  height: 100% !important;
}
html.not-found > body {
  height: 100% !important;
}
html.not-found main {
  height: 100% !important;
}
html.not-found div.container-fluid {
  height: 100% !important;
}
html.iframe-included {
  height: 100% !important;
}
html.iframe-included > body {
  height: 100% !important;
}
html.iframe-included main {
  height: 100% !important;
  margin: 0 !important;
  padding-top: 61px !important;
}
@media only screen and (max-width: 992px) {
  html.iframe-included main {
    padding-top: 45px !important;
  }
}
html.iframe-included div.container-fluid {
  height: 100% !important;
  padding: 0 !important;
}
.bg-bluelight {
  background: url('/img/bluelight.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.login-buttons-image-azureAd {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNWWFMmUAAAELSURBVDhPYyAE6s885bLf/1ZHZ8f7APlNbwolN7yaJrHh1R4g/UB03aunEEUn3vB5HHhvqLr5TaDMxtdl0htez9HY+qZSZcvrVQJrX/3hXfPqPzbMv+bVCwalza+vABX9Q5cEGrJMBmgTujgyBhsAtPElNsmRZIDetjfLFDe/3o6Odba9Ltfd9roNmxwMK29+s4xBc9vbNun1r6agY/UtbxKAUZmDTQ6GZTa8bhuNBaABSpvf3OBfiylJtAHgzHTlg5DNvjfmSpvfRshsfFMrtfHNIrWtb2qVt7xex7/mJUY+gWG4AfhA/a1/fDY7XxtrbnkbJrvhdYXkxtdzJTa8PiS+/vUzoXWvnwMAnxNZyqNeh1IAAAAASUVORK5CYII=');
  vertical-align: bottom;
}
.btn-default.login-buttons-azureAd {
  background-color: #293756;
  color: white !important;
  box-shadow: none;
}
.btn-default.login-buttons-azureAd:hover,
.btn-default.login-buttons-azureAd:focus {
  color: ghostwhite !important;
}
#chartjs-tooltip {
  z-index: 1000000;
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.exportButton {
  width: 120px;
  height: 40px;
  background: #009688;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  color: #FFFFFF;
  text-align: center;
  border: 1px;
  font-weight: bolder;
}
.exportButton.pressed {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.24), 0px 0px 8px rgba(0, 0, 0, 0.12);
}
.exportButton.disabled {
  background: linear-gradient(0deg, rgba(79, 79, 79, 0.26), rgba(79, 79, 79, 0.26));
  box-shadow: none;
  color: rgba(0, 0, 0, 0.38);
}
.pageSection {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 12px;
  background-color: #FAFAFA;
  width: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}
.parameter {
  background-color: #EEEEEE;
  border: 10px;
  border-color: black;
  width: 420px;
  border: 1px;
  border-radius: 1px;
  margin: 8px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.parameterHeadingSection {
  background-color: #616161;
  width: 100%;
  color: #FFFFFF;
  border: 1px;
  padding: 1px;
  border-radius: 1px;
}
.parameterHeadingSection > * {
  margin-left: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.parameterOption {
  display: flex;
  flex-direction: column;
}
.parameterOptionItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}
.parameterOptionItem > * {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.page > * {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: none;
  margin-left: none;
}
.plotlyPlot {
  width: 100%;
  height: 800px;
}
.datetimeParameter {
  font-size: 1em !important;
  font-weight: lighter !important;
  color: #4a4a4a !important;
  padding: 8px !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05) !important;
  width: 240px !important;
  background-color: #fff !important;
  border: 1px solid !important;
  border-color: #d9d9d9 #ccc #b3b3b3 !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
}
.datetime-picker .shortcuts-bar .btn {
  background: #009688 !important;
}
.datetime-picker .shortcuts-bar .btn:hover {
  background: #009688 !important;
}
.datetime-picker .calendar table thead th {
  color: #616161 !important;
}
.react-selectize.multi-select {
  z-index: 1;
  display: block;
}
.react-selectize.simple-select {
  z-index: 1;
  display: block;
}
.executeButton {
  border: 1px;
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0);
  color: #009688;
  font-size: 14px;
  padding: 8px;
}
.executeButton:hover {
  cursor: pointer;
  background-color: rgba(0, 150, 136, 0.12);
}
.executeButton:active {
  cursor: pointer;
  background-color: rgba(0, 150, 136, 0.2);
}
/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.c3 path,
.c3 line {
  fill: none;
  stroke: #000;
}
.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges;
}
.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc rect {
  stroke: white;
  stroke-width: 1;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3;
}
/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em;
}
/*-- Line --*/
.c3-line {
  stroke-width: 2px;
}
/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 0.5px;
  stroke: white;
}
.c3-selected-circle {
  fill: white;
  stroke-width: 1px;
}
/*-- Bar --*/
.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: 0.75;
}
/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: 0.3 !important;
}
/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: 0.1;
}
/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: 0.1;
}
/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px;
}
.c3-legend-item-hidden {
  opacity: 0.15;
}
.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1;
}
/*-- Title --*/
.c3-title {
  font: 14px sans-serif;
}
/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10;
}
.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9;
}
.c3-tooltip tr {
  border: 1px solid #CCC;
}
.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF;
}
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
}
/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}
/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: #FFF;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}
.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/
}
.c3-chart-arc.c3-target g path {
  opacity: 1;
}
.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1;
}
/*-- Zoom --*/
.c3-drag-zoom.enabled {
  pointer-events: all !important;
  visibility: visible;
}
.c3-drag-zoom.disabled {
  pointer-events: none !important;
  visibility: hidden;
}
.c3-drag-zoom .extent {
  fill-opacity: 0.1;
}
.pin-wrap {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: -60.35534px;
  margin-left: -25px;
  -webkit-transform-origin: 50% 120.71068% 0;
  transform-origin: 50% 120.71068% 0;
}
.pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transform-origin: 50% 120.71068% 0;
  transform-origin: 50% 120.71068% 0;
}
.pin::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  content: '';
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  border: 10px solid #d22b05;
  border-radius: 50% 50% 50% 50%;
  background-color: white;
}
.pin::before {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  content: '';
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  border: 13px solid #d22b05;
  border-radius: 50% 50% 50% 0;
}
.shadow {
  position: absolute;
}
.shadow::after {
  position: absolute;
  left: -125px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  content: '';
  -webkit-transform: rotateX(55deg);
  transform: rotateX(55deg);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.5) 100px 0 20px;
}
.pulse {
  position: absolute;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transform: rotateX(55deg);
  transform: rotateX(55deg);
}
.pulse::after {
  display: block;
  width: 50px;
  height: 50px;
  content: '';
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px 3px #f93c11;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.marker-count {
  position: relative;
  font-size: 1.5em;
  margin-top: 15px;
  text-align: center;
}
.headerMixin {
  flex: 1;
  padding: 30px;
  background-size: cover;
}
.headerMixin h1 {
  color: white;
  display: inline;
  font-size: 32px;
  font-weight: 600;
}
.headerMixin h1 i {
  color: white;
  padding-right: 30px;
}
.headerMixin h3 {
  color: white;
  display: inline;
  font-size: 18px;
  font-weight: 300;
  padding-left: 15px;
}
.tableMixin table {
  width: 100%;
  border: 0.5px solid #b6b6b6;
}
.tableMixin table th,
.tableMixin table td {
  padding: 0.2rem;
  min-width: 100px;
  border: 0.5px solid lightgrey;
}
@media (min-width: 768px) {
  .tableMixin table th,
  .tableMixin table td {
    padding: 1rem;
  }
}
.tableMixin table th {
  color: #0088b5;
  font: normal normal 400 14px Roboto;
}
@media (min-width: 768px) {
  .tableMixin table th {
    font: normal normal 500 14px Roboto;
  }
}
@media (min-width: 992px) {
  .tableMixin table th {
    font: normal normal 500 16px Roboto;
  }
}
.tableMixin table td {
  font: normal normal 300 14px Roboto;
}
.buttonMixin {
  border: none;
  background-color: #004fa3;
  color: white;
  font: normal normal 300 12px Roboto;
  border-radius: 2px;
}
.sortMixin i.sortArrow {
  display: inline-block;
  min-width: 18px;
  margin-left: 0.5rem;
  color: #0088b5;
}
.sortMixin i.sortArrow.notInUse {
  color: #b6b6b6;
  opacity: 0.5;
}
.pagerMixin {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
}
.pagerMixin button {
  border: none;
  background-color: #004fa3;
  color: white;
  font: normal normal 300 12px Roboto;
  border-radius: 2px;
  padding: 0.5rem;
  margin: 0 4px;
}
.pagerMixin button:hover {
  cursor: pointer;
}
.pagerMixin select {
  border: 1px solid #004fa3;
  font: normal normal 300 12px Roboto;
  height: 2rem;
  margin: 0;
  appearance: none;
  display: inline-block;
}
.pagerMixin span {
  margin: 0 1rem;
  font: normal normal 300 12px Roboto;
}
.inputMixin {
  font: normal normal 300 12px Roboto;
  border: 1px solid #004fa3;
  background-color: white;
  height: 2rem;
  padding: 0 0.5rem;
  margin: 0;
  box-shadow: none;
}
.event-state-1 {
  color: #c82b19 !important;
}
.event-state-2 {
  color: #118732 !important;
}
div.eventsContainer {
  border: 1px solid #b6b6b6;
  background-color: white;
}
header.eventsHeader {
  flex: 1;
  padding: 30px;
  background-size: cover;
  background-image: url('img/events_header.png');
}
header.eventsHeader h1 {
  color: white;
  display: inline;
  font-size: 32px;
  font-weight: 600;
}
header.eventsHeader h1 i {
  color: white;
  padding-right: 30px;
}
header.eventsHeader h3 {
  color: white;
  display: inline;
  font-size: 18px;
  font-weight: 300;
  padding-left: 15px;
}
.filterContainer {
  display: flex;
}
.filterContainer .leftCol {
  padding: 1rem;
  flex: 0 5%;
}
.filterContainer .leftCol h5 {
  color: #0088b5;
  font: normal normal 700 14px Roboto;
}
@media (min-width: 768px) {
  .filterContainer .leftCol {
    padding: 3rem;
  }
}
.filterContainer .rightCol {
  flex: 1;
}
.filterContainer .rightCol .filterRow0 {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin: 1rem;
  align-content: space-evenly;
}
.filterContainer .rightCol .filterRow0 label {
  margin: 0;
  font: normal normal 300 12px Roboto;
}
.filterContainer .rightCol .filterRow0 .inputBlock {
  flex: 1;
  padding: 0 3rem 0 0;
}
.filterContainer .rightCol .filterRow0 .inputBlock input,
.filterContainer .rightCol .filterRow0 .inputBlock select {
  font: normal normal 300 12px Roboto;
  border: 1px solid #004fa3;
  background-color: white;
  height: 2rem;
  padding: 0 0.5rem;
  margin: 0;
  box-shadow: none;
  width: 100%;
  min-width: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  background-image: url('img/expand-more.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  border-radius: 0.25rem;
  box-sizing: border-box;
}
.filterContainer .rightCol .filterRow0 .inputBlock ul {
  left: initial;
  right: initial;
  max-height: 40vh;
}
.filterContainer .rightCol .filterRow1 {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 3rem 0 1rem;
}
.filterContainer .rightCol .filterRow1 label {
  font: normal normal 300 12px Roboto;
  margin-right: 1rem;
}
.filterContainer .rightCol .filterRow1 ul {
  left: initial;
  right: initial;
  max-height: 40vh;
}
.filterContainer .rightCol .filterRow1 .chips {
  border: none;
  flex: 1;
  margin-bottom: 0;
}
.filterContainer .rightCol .filterRow1 .chips .chip {
  height: 28px;
  font-size: 12px;
  font-weight: 400;
  color: black;
  line-height: 26px;
  background-color: white;
  border: 0.5px solid grey;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.filterContainer .rightCol .filterRow1 .chips .chip i {
  font-size: 12px;
  color: grey;
  line-height: 26px;
}
.filterContainer .rightCol .filterRow1 .chips input::placeholder,
.filterContainer .rightCol .filterRow1 .chips input::-moz-placeholder {
  line-height: 2rem;
  font: normal normal 400 15px Roboto;
  color: #0088b5;
}
div.eventsTableContainer {
  height: fit-content;
  padding: 0.5rem;
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: white;
  border: none;
}
@media (min-width: 768px) {
  div.eventsTableContainer {
    padding: 1rem 3rem;
  }
}
div.eventsTableContainer th i.sortArrow {
  display: inline-block;
  min-width: 18px;
  margin-left: 0.5rem;
  color: #0088b5;
}
div.eventsTableContainer th i.sortArrow.notInUse {
  color: #b6b6b6;
  opacity: 0.5;
}
div.eventsTableContainer table {
  width: 100%;
  border: 0.5px solid #b6b6b6;
}
div.eventsTableContainer table th,
div.eventsTableContainer table td {
  padding: 0.2rem;
  min-width: 100px;
  border: 0.5px solid lightgrey;
}
@media (min-width: 768px) {
  div.eventsTableContainer table th,
  div.eventsTableContainer table td {
    padding: 1rem;
  }
}
div.eventsTableContainer table th {
  color: #0088b5;
  font: normal normal 400 14px Roboto;
}
@media (min-width: 768px) {
  div.eventsTableContainer table th {
    font: normal normal 500 14px Roboto;
  }
}
@media (min-width: 992px) {
  div.eventsTableContainer table th {
    font: normal normal 500 16px Roboto;
  }
}
div.eventsTableContainer table td {
  font: normal normal 300 14px Roboto;
}
div.eventsTableContainer td,
div.eventsTableContainer th {
  width: 0.14285714%;
}
div.eventsTableContainer .eventValue {
  font-weight: 700;
  color: #3b82f6;
}
div.eventsTableContainer .eventStatusActive {
  color: #22c55e;
}
div.eventsTableContainer .eventStatusInactive {
  color: #ef4444;
}
div.eventsTableContainer button {
  border: none;
  background-color: #004fa3;
  color: white;
  font: normal normal 300 12px Roboto;
  border-radius: 2px;
  float: right;
  height: 2rem;
  margin-bottom: 1rem;
}
div.eventsTableContainer button .icon i {
  margin-left: 1rem;
  transform: rotate(90deg);
}
div.eventsTableContainer button:hover {
  cursor: pointer;
}
div.eventsTableContainer .eventsTablePager {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
}
div.eventsTableContainer .eventsTablePager button {
  border: none;
  background-color: #004fa3;
  color: white;
  font: normal normal 300 12px Roboto;
  border-radius: 2px;
  padding: 0.5rem;
  margin: 0 4px;
}
div.eventsTableContainer .eventsTablePager button:hover {
  cursor: pointer;
}
div.eventsTableContainer .eventsTablePager select {
  border: 1px solid #004fa3;
  font: normal normal 300 12px Roboto;
  height: 2rem;
  margin: 0;
  appearance: none;
  display: inline-block;
}
div.eventsTableContainer .eventsTablePager span {
  margin: 0 1rem;
  font: normal normal 300 12px Roboto;
}
.hour-container {
  position: relative;
  width: 4.16666667%;
  padding-bottom: 4.16666667%;
  float: left;
  height: 0;
  cursor: pointer;
}
.hour {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.axes {
  stroke: #909291;
  stroke-width: 2;
  fill: #909291;
}
.xCircle circle {
  fill: #56a9f6;
}
.yCircle circle {
  fill: #72be49;
}
.fill-none {
  fill: none !important;
}
.fill-white {
  fill: white;
}
.fill-grey {
  fill: #53585f;
}
.doted-line {
  stroke-linecap: round;
  stroke-dasharray: 1, 5;
  stroke-width: 1;
}
.y-guide-line {
  stroke: #62a33e;
}
.x-guide-line {
  stroke: #4a91d4;
}
.chart {
  stroke: #bd5b1e;
  stroke-width: 2;
}
.point {
  fill: #011f45;
}
.fault-color {
  color: #CC2612;
}
.dygraph-legend {
  width: 450px;
}
.col-side-bar {
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}
.tab-sm {
  padding: 10px 12px;
  font-size: 10px;
}
.container-fixed {
  min-height: 100%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}
.no-click {
  pointer-events: none;
}
/* Force no margin on <main> - the default margin (6%) is excessive, and doesn't allow us to realise some of the
 stylistic choices we've made */
body.fixed-sn > main {
  margin: 0;
}
#logOutButton {
  opacity: 0.6;
}
.devicesPage {
  border: 1px solid #b6b6b6;
  background-color: white;
}
.devicesPage h5 {
  color: #0088b5;
  font: normal normal 600 14px Roboto;
  display: inline;
}
header.devicesHeader {
  flex: 1;
  padding: 30px;
  background-size: cover;
  background-image: url('img/devices_header.png');
}
header.devicesHeader h1 {
  color: white;
  display: inline;
  font-size: 32px;
  font-weight: 600;
}
header.devicesHeader h1 i {
  color: white;
  padding-right: 30px;
}
header.devicesHeader h3 {
  color: white;
  display: inline;
  font-size: 18px;
  font-weight: 300;
  padding-left: 15px;
}
header.devicesHeader h1 {
  padding-left: 65px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('img/devices.svg');
  background-size: contain;
}
.devicesTableContainer {
  padding: 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .devicesTableContainer {
    padding: 1rem 3rem;
  }
}
.devicesTableContainer th i.sortArrow {
  display: inline-block;
  min-width: 18px;
  margin-left: 0.5rem;
  color: #0088b5;
}
.devicesTableContainer th i.sortArrow.notInUse {
  color: #b6b6b6;
  opacity: 0.5;
}
.devicesTableContainer table {
  width: 100%;
  border: 0.5px solid #b6b6b6;
}
.devicesTableContainer table th,
.devicesTableContainer table td {
  padding: 0.2rem;
  min-width: 100px;
  border: 0.5px solid lightgrey;
}
@media (min-width: 768px) {
  .devicesTableContainer table th,
  .devicesTableContainer table td {
    padding: 1rem;
  }
}
.devicesTableContainer table th {
  color: #0088b5;
  font: normal normal 400 14px Roboto;
}
@media (min-width: 768px) {
  .devicesTableContainer table th {
    font: normal normal 500 14px Roboto;
  }
}
@media (min-width: 992px) {
  .devicesTableContainer table th {
    font: normal normal 500 16px Roboto;
  }
}
.devicesTableContainer table td {
  font: normal normal 300 14px Roboto;
}
.devicesTableContainer td,
.devicesTableContainer th {
  width: 0.16666667%;
}
@media (min-width: 768px) {
  .devicesTableContainer td,
  .devicesTableContainer th {
    width: 0.14285714%;
  }
}
.devicesTableContainer .deviceOverview td {
  padding: 0.2rem;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .devicesTableContainer .deviceOverview td {
    padding: 1rem;
  }
}
.devicesTableContainer .deviceOverview .detailsIcons {
  display: flex;
  justify-content: space-evenly;
}
.devicesTableContainer .deviceOverview .detailsIcons .icon {
  margin: 0 5px;
}
.devicesTableContainer .deviceOverview .detailsIcons .icon a {
  flex: 1;
  margin: 0;
}
.devicesTableContainer .deviceOverview .detailsIcons .icon .tooltip {
  position: relative;
  display: inline-block;
  opacity: initial;
  z-index: auto;
}
.devicesTableContainer .deviceOverview .detailsIcons .icon .tooltiptext {
  position: absolute;
  visibility: hidden;
  width: 90px;
  background-color: #e5e5e5;
  color: #0088b5;
  text-align: center;
  padding: 0;
  border-radius: 6px;
  z-index: 1;
  top: 30px;
  left: -35px;
}
.devicesTableContainer .deviceOverview .detailsIcons .icon .tooltip:hover .tooltiptext {
  visibility: visible;
}
.devicesTableContainer .deviceOverview .dv_icon,
.devicesTableContainer .deviceOverview .dv_icon-s {
  width: 25px;
  height: 25px;
  flex: 1;
}
.devicesTableContainer .deviceDetail td {
  padding: 0;
  background-color: #fafafa;
}
.devicesTableContainer .dv_icon.active rect,
.devicesTableContainer .dv_icon.active path {
  fill: #004fa3;
}
.devicesTableContainer .dv_icon-s.active rect,
.devicesTableContainer .dv_icon-s.active path {
  stroke: #004fa3;
}
.devicesTableContainer .devicesTablePager {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
}
.devicesTableContainer .devicesTablePager button {
  border: none;
  background-color: #004fa3;
  color: white;
  font: normal normal 300 12px Roboto;
  border-radius: 2px;
  padding: 0.5rem;
  margin: 0 4px;
}
.devicesTableContainer .devicesTablePager button:hover {
  cursor: pointer;
}
.devicesTableContainer .devicesTablePager select {
  border: 1px solid #004fa3;
  font: normal normal 300 12px Roboto;
  height: 2rem;
  margin: 0;
  appearance: none;
  display: inline-block;
}
.devicesTableContainer .devicesTablePager span {
  margin: 0 1rem;
  font: normal normal 300 12px Roboto;
}
.detailsRow .detailsHeader {
  display: flex;
  background-color: #0088b5;
  align-items: center;
}
.detailsRow .detailsHeader .svgContainer {
  margin-left: 30px;
  flex: 0 40px;
}
.detailsRow .detailsHeader .svgContainer svg {
  height: 22px;
  width: 22px;
}
.detailsRow .detailsHeader .svgContainer svg.dv_icon rect,
.detailsRow .detailsHeader .svgContainer svg.dv_icon path {
  fill: white;
}
.detailsRow .detailsHeader .svgContainer svg.dv_icon-s path {
  stroke: white;
}
.detailsRow .detailsHeader h3 {
  flex: 1;
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin: 15px 0;
}
.detailsRow .detailsHeader .closeButton {
  color: white;
  padding-right: 20px;
}
.eventsTableContainer {
  margin: 1rem;
  background-color: white;
  align-content: center;
  font-family: Roboto;
  font-style: normal;
}
@media (min-width: 768px) {
  .eventsTableContainer {
    margin: 1rem 3rem;
  }
}
.eventsTableContainer .deviceEventsTable {
  width: 100%;
  border: 1px solid #b6b6b6;
  border-collapse: collapse;
}
.eventsTableContainer .deviceEventsTable td {
  background-color: white;
  padding: 0.2rem;
}
@media (min-width: 768px) {
  .eventsTableContainer .deviceEventsTable td {
    padding: 1rem;
  }
}
.eventsTableContainer .deviceEventsTable thead {
  background-color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  opacity: 0.65;
}
.eventsTableContainer .deviceEventsTable tbody {
  font-weight: normal;
  font-size: 14px;
  line-height: 125.3%;
  opacity: 0.65;
}
.locationContainer div#locationMap {
  height: 300px;
  margin: 1rem;
  border: 2px solid #0088b5;
}
@media (min-width: 768px) {
  .locationContainer div#locationMap {
    height: 500px;
    margin: 3rem;
  }
}
.logsContainer {
  padding: 2rem;
}
.logsContainer header {
  display: flex;
  flex-direction: row;
}
.logsContainer header button {
  border: none;
  background-color: #004fa3;
  color: white;
  font: normal normal 300 12px Roboto;
  border-radius: 2px;
  padding: 0.2rem 1.5rem;
}
.logsContainer header button:hover {
  cursor: pointer;
}
.logsContainer header label {
  margin: 0.5rem;
}
.logsContainer header div.leftCol {
  flex: 1 70%;
  display: flex;
  flex-direction: column;
}
.logsContainer header div.leftCol div.row0 {
  flex: 1;
}
.logsContainer header div.leftCol div.row0 label {
  display: inline-block;
}
.logsContainer header div.leftCol div.row0 input {
  width: 95%;
}
.logsContainer header div.leftCol div.row1 {
  margin: 1rem 0;
  flex: 1;
}
.logsContainer header div.leftCol div.row1 h5 {
  margin-right: 10rem;
}
.logsContainer header div.leftCol div.row1 input {
  display: inline-block;
  width: 5rem;
}
.logsContainer header div.leftCol div.row1 button {
  margin-left: 1rem;
  padding: 4px;
}
.logsContainer header div.rightCol {
  flex: 0;
  height: 110px;
}
.logsContainer header div.rightCol button {
  border: none;
  background-color: #004fa3;
  color: white;
  font: normal normal 300 12px Roboto;
  border-radius: 2px;
  padding: 0.2rem 1.5rem;
  margin: 0 0.5rem 0.5rem;
  width: 10rem;
  display: block;
}
.logsContainer header div.rightCol button:hover {
  cursor: pointer;
}
.logsContainer header div.rightCol input {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
}
.logsContainer header div.rightCol div#setLogSession {
  border: 1px solid #0088b5;
}
.logsContainer header div.rightCol div#setLogSession label {
  margin: 0;
  margin-left: 0.5rem;
}
.logsContainer header div.rightCol div#setLogSession input {
  font: normal normal 300 12px Roboto;
  border: 1px solid #004fa3;
  background-color: white;
  height: 2rem;
  padding: 0 0.5rem;
  margin: 0;
  box-shadow: none;
  width: 4rem;
  height: 1.5rem;
  padding: 1px 4px;
}
.logsContainer header div.rightCol div#setLogSession button {
  margin: 0.5rem;
}
.logsContainer .logDisplay {
  display: flex;
  flex-direction: column;
  background-color: white;
  max-height: 250px;
  overflow-y: auto;
}
.logsContainer .logDisplay span.logRow {
  flex: 1;
  font: normal normal 300 14px Mondo;
  padding: 2px;
}
.detailsBody .detailsRefresh {
  display: flex;
  flex-direction: row-reverse;
  padding: 0.2rem;
}
@media (min-width: 768px) {
  .detailsBody .detailsRefresh {
    padding: 1rem;
  }
}
.detailsBody .detailsRefresh .refreshRequested {
  flex: 10;
}
.detailsBody .detailsRefresh span {
  margin: 0 1rem;
}
.detailsBody .detailsRefresh button {
  flex: 5;
  border: none;
  background-color: #004fa3;
  color: white;
  font: normal normal 300 12px Roboto;
  border-radius: 2px;
  padding: 0.2rem 1.5rem;
}
@media (min-width: 768px) {
  .detailsBody .detailsRefresh button {
    flex: 2;
  }
}
.detailsBody .detailsRefresh button:hover {
  cursor: pointer;
}
.detailContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 768px) {
  .detailContainer {
    margin: 20px 0;
  }
}
.detailContainer .divider {
  border: 0.5px solid lightgrey;
}
.detailContainer .detailColumn {
  flex: 1;
}
.detailContainer .detailColumn .detailCell {
  padding: 0.2rem;
}
@media (min-width: 768px) {
  .detailContainer .detailColumn .detailCell {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .detailContainer .detailColumn .detailCell {
    padding: 1rem 2rem;
  }
}
.detailContainer .detailColumn .detailCell h4 {
  color: #0088b5;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 2px;
}
.detailContainer .detailColumn .detailCell p {
  font-weight: normal;
  font-size: 12px;
}
.detailContainer .detailColumn .detailCell table#applicationDetails {
  width: max-content;
}
.detailContainer .detailColumn .detailCell table#applicationDetails td {
  min-width: initial;
  width: 60px;
  padding: 1px 4px;
}
@media (min-width: 768px) {
  .detailContainer .detailColumn .detailCell table#applicationDetails td {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .detailContainer .detailColumn .detailCell table#applicationDetails td {
    width: max-content;
  }
}
.detailContainer .detailColumn .detailCell table#applicationDetails thead td {
  color: #0088b5;
  font-weight: 500;
}
.detailContainer .detailColumn .detailCell table#attributeDetails {
  width: max-content;
}
.detailContainer .detailColumn .detailCell table#attributeDetails td {
  min-width: initial;
  width: 60px;
  padding: 1px 4px;
}
@media (min-width: 768px) {
  .detailContainer .detailColumn .detailCell table#attributeDetails td {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .detailContainer .detailColumn .detailCell table#attributeDetails td {
    width: max-content;
  }
}
.detailContainer .detailColumn .detailCell table#attributeDetails thead td {
  color: #0088b5;
  font-weight: 500;
}
.detailContainer .detailColumn .detailCell .agedAttribute {
  opacity: 0.5;
}
.detailContainer .detailColumn .detailCell .detailsGroup {
  width: max-content;
}
.detailContainer .detailColumn .detailCell .imageShowContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Three columns */
  grid-template-rows: repeat(2, auto);
  /* Two rows */
  gap: 10px;
  /* Space between items */
  padding: 10px;
}
.detailContainer .detailColumn .detailCell .imageShowContainer .slide img {
  width: 100%;
  /* Responsive image */
  height: auto;
  cursor: pointer;
  /* Show pointer cursor for clickable items */
}
.detailContainer .detailColumn .detailCell .showMoreImages {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  cursor: pointer;
  background-color: #004fa3;
  color: white;
  padding: 10px;
  border-radius: 5px;
}
.detailContainer .detailColumn .detailCell .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.detailContainer .detailColumn .detailCell .overlay .overlay-content {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Center the content */
}
.detailContainer .detailColumn .detailCell .overlay .overlay-content img {
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}
.detailContainer .detailColumn .detailCell .overlay .buttonGroup {
  position: absolute;
  top: 5px;
  right: 5px;
}
.detailContainer .detailColumn .detailCell .overlay .prev,
.detailContainer .detailColumn .detailCell .overlay .next,
.detailContainer .detailColumn .detailCell .overlay .closeImage,
.detailContainer .detailColumn .detailCell .overlay .delete {
  background-color: #004fa3;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  margin: 0 5px;
  /* Space between buttons and image */
}
.detailContainer .detailColumn .detailCell .overlay .prev:hover,
.detailContainer .detailColumn .detailCell .overlay .next:hover,
.detailContainer .detailColumn .detailCell .overlay .closeImage:hover,
.detailContainer .detailColumn .detailCell .overlay .delete:hover {
  background-color: #3606f7;
  /* Light gray on hover */
}
.trendsPage h5 {
  color: #0088b5;
  font: normal normal 600 14px Roboto;
}
.trendsPage hr {
  margin: 0.2rem;
}
.trendsPage header.trendsHeader {
  flex: 1;
  padding: 30px;
  background-size: cover;
  background-image: url("img/trends_header.png");
}
.trendsPage header.trendsHeader h1 {
  color: white;
  display: inline;
  font-size: 32px;
  font-weight: 600;
}
.trendsPage header.trendsHeader h1 i {
  color: white;
  padding-right: 30px;
}
.trendsPage header.trendsHeader h3 {
  color: white;
  display: inline;
  font-size: 18px;
  font-weight: 300;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .trendsPage hr {
    margin: 0.5rem;
  }
  .trendsPage .trendsContainer {
    display: flex;
  }
}
.trendsPage .trendsFilterContainer {
  background: #fbfbfb;
  flex: 0 1 20%;
  border-right: 0;
  min-width: 200px;
}
.trendsPage .filterHeader {
  padding: 1rem;
}
@media (min-width: 768px) {
  .trendsPage .trendsFilterContainer {
    border: 1px solid #b6b6b6;
  }
  .trendsPage .filterHeader {
    padding: 3rem 3rem 1rem;
    border-bottom: 1px solid #b6b6b6;
  }
}
.trendsPage .trendsFilterOptions {
  padding: 0 20px 40px;
  position: relative;
}
.trendsPage .trendsFilterOptions label {
  font: normal normal 300 12px Roboto;
}
.trendsPage .trendsFilterOptions [type="radio"] + label:after {
  background-color: #004fa3;
  border-color: black;
}
.trendsPage .trendsFilterOptions .mdb-autocomplete-wrap {
  left: initial;
  right: initial;
}
.trendsPage .trendsFilterOptions input,
.trendsPage .trendsFilterOptions input[type="search"]:focus:not([readonly]) {
  background: white;
  border: 1px solid #004fa3;
  height: 2rem;
  font-size: 12px;
  padding-left: 8px;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 0.25rem;
}
.trendsPage .trendsFilterOptions input.selectionInvalid,
.trendsPage .trendsFilterOptions input[type="search"]:focus:not([readonly]).selectionInvalid {
  color: red;
  border-color: red;
}
.trendsPage .trendsFilterOptions label {
  font: normal normal 300 12px Roboto;
}
.trendsPage .deviceAttrContainer {
  overflow-y: auto;
  max-height: 15vh;
}
@media (min-height: 768px) {
  .trendsPage .deviceAttrContainer {
    max-height: 25vh;
  }
}
@media (min-height: 992px) {
  .trendsPage .deviceAttrContainer {
    max-height: 35vh;
  }
}
.trendsPage .deviceAttrContainer label {
  display: block;
}
.trendsPage .deviceAttrContainer small {
  opacity: 0.5;
}
.trendsPage .deviceAttrContainer button.samplePick {
  position: relative;
  border: 2px solid #00000000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  text-align: left;
  background-color: #eceff1;
  padding: 2px 10px 2px;
  margin: 6px auto;
  max-width: 350px;
  font: normal normal 300 12px Roboto;
  color: #767879;
  width: 100%;
}
.trendsPage .deviceAttrContainer button.samplePick i {
  position: absolute;
  right: 3px;
}
.trendsPage .deviceAttrContainer button.samplePick.active.c0 {
  border-color: #01545a;
}
.trendsPage .deviceAttrContainer button.samplePick.active.c1 {
  border-color: #03c383;
}
.trendsPage .deviceAttrContainer button.samplePick.active.c2 {
  border-color: #aad962;
}
.trendsPage .deviceAttrContainer button.samplePick.active.c3 {
  border-color: #fbbf45;
}
.trendsPage .deviceAttrContainer button.samplePick.active.c4 {
  border-color: #ef6a32;
}
.trendsPage .deviceAttrContainer button.samplePick.active.c5 {
  border-color: #ed0345;
}
.trendsPage .deviceAttrContainer button.samplePick.active.c6 {
  border-color: #710162;
}
.trendsPage .trendsGraphContainer {
  background: white;
  flex: 1;
}
.trendsPage .trendsGraphContainer .graphHeader {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  flex-direction: row-reverse;
}
.trendsPage .trendsGraphContainer .graphHeader h5 {
  flex: 1;
}
.trendsPage .trendsGraphContainer .graphHeader button {
  border: none;
  background-color: #004fa3;
  color: white;
  font: normal normal 300 12px Roboto;
  border-radius: 2px;
  height: 2rem;
}
.trendsPage .trendsGraphContainer .graphHeader button .icon i {
  margin-left: 1rem;
  transform: rotate(90deg);
}
.trendsPage .trendsGraphContainer .graphHeader button:hover {
  cursor: pointer;
}
.trendsPage .trendsGraphContainer #graphBody {
  margin: 0 20px;
  height: 40vh;
}
.trendsPage .trendsGraphContainer #graphBody .canvasjs-chart-container .canvasjs-chart-tooltip img {
  margin-left: 8px;
  border: 1px solid black;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.trendsPage .trendsGraphContainer #graphBody small {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .trendsPage .trendsGraphContainer {
    border: 1px solid #b6b6b6;
  }
  .trendsPage .trendsGraphContainer .graphHeader {
    padding: 3rem 3rem 1rem;
  }
  .trendsPage .trendsGraphContainer #graphBody {
    height: 70%;
  }
}
div.container {
  display: flex;
  flex-direction: column;
  width: initial;
  padding: 0;
  max-width: 100%;
}
div.container header.dashboardHeader {
  flex: 1;
  padding: 30px;
  background-size: cover;
  background-image: url("img/insights_header.png");
}
div.container header.dashboardHeader h1 {
  color: white;
  display: inline;
  font-size: 32px;
  font-weight: 600;
}
div.container header.dashboardHeader h1 i {
  color: white;
  padding-right: 30px;
}
div.container header.dashboardHeader h3 {
  color: white;
  display: inline;
  font-size: 18px;
  font-weight: 300;
  padding-left: 15px;
}
div.container div.dashboardContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: fit-content;
  background-color: white;
  padding: 30px;
}
div.container div.dashboardContainer table {
  width: 100%;
  border: 0.5px solid #b6b6b6;
}
div.container div.dashboardContainer table th,
div.container div.dashboardContainer table td {
  padding: 0.2rem;
  min-width: 100px;
  border: 0.5px solid lightgrey;
}
@media (min-width: 768px) {
  div.container div.dashboardContainer table th,
  div.container div.dashboardContainer table td {
    padding: 1rem;
  }
}
div.container div.dashboardContainer table th {
  color: #0088b5;
  font: normal normal 400 14px Roboto;
}
@media (min-width: 768px) {
  div.container div.dashboardContainer table th {
    font: normal normal 500 14px Roboto;
  }
}
@media (min-width: 992px) {
  div.container div.dashboardContainer table th {
    font: normal normal 500 16px Roboto;
  }
}
div.container div.dashboardContainer table td {
  font: normal normal 300 14px Roboto;
}
div.container div.dashboardContainer table tbody tr:hover {
  background-color: #0088B510;
  transition-duration: 0.5s;
  cursor: pointer;
}
div.container div.dashboardContainer table tbody a {
  display: block;
  color: black;
}
div.container div.dashboardContainer table tbody a:hover {
  color: #0d5bdd;
}
div.container div.thumbnailContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: fit-content;
  background-color: white;
  padding: 30px;
  border: 1px solid lightgrey;
}
div.container div.card {
  border-radius: 10px;
}
div.container div.card div.view.overlay {
  height: 240px;
  overflow: hidden;
}
div.container div.card div.view.overlay img {
  width: 420px;
  object-fit: cover;
}
div.container div.card h4.card-title {
  font: normal normal 300 36px Roboto;
  color: #585858;
}
div.container div.card p.card-text {
  text-align: center;
  align-items: flex-end;
  font: normal normal 300 18px Roboto;
  color: #585858;
}
div.container div.card.add-more {
  align-items: center;
  alignment-baseline: center;
}
div.container div.card.add-more a {
  margin: 10rem 3rem;
}
.filterHeader {
  color: #0088b5;
  font: normal normal 600 14px Roboto;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .filterHeader {
    padding-right: 3rem;
  }
}
.devicesFilter {
  padding: 1rem;
  font: normal normal 300 12px Roboto;
}
@media (min-width: 768px) {
  .devicesFilter {
    padding: 3rem;
  }
}
.devicesFilter #device_type {
  border: 1px solid #004fa3;
  display: inline;
  margin-right: 2rem;
  height: 2rem;
}
.devicesFilter div.deviceTypeSelect,
.devicesFilter div.sampleTypeSelect,
.devicesFilter div.communicatedPeriod,
.devicesFilter div.filterBlock,
.devicesFilter div.deviceContextFilter {
  display: inline-block;
}
.devicesFilter div.deviceTypeSelect #selected-items,
.devicesFilter div.sampleTypeSelect #selected-items,
.devicesFilter div.communicatedPeriod #selected-items,
.devicesFilter div.filterBlock #selected-items,
.devicesFilter div.deviceContextFilter #selected-items {
  display: flex;
  flex-wrap: wrap;
}
.devicesFilter div.deviceTypeSelect #selected-item,
.devicesFilter div.sampleTypeSelect #selected-item,
.devicesFilter div.communicatedPeriod #selected-item,
.devicesFilter div.filterBlock #selected-item,
.devicesFilter div.deviceContextFilter #selected-item {
  display: inline-block;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin: 4px;
  border-radius: 4px;
}
.devicesFilter div.deviceTypeSelect #remove-item,
.devicesFilter div.sampleTypeSelect #remove-item,
.devicesFilter div.communicatedPeriod #remove-item,
.devicesFilter div.filterBlock #remove-item,
.devicesFilter div.deviceContextFilter #remove-item {
  margin-left: 8px;
  cursor: pointer;
}
.devicesFilter div.deviceContextFilter {
  width: 20rem;
  vertical-align: bottom;
}
.devicesFilter div.autoComplete {
  font: normal normal 300 12px Roboto;
  border: 1px solid #6fb200;
  background-color: #fff;
  height: 2rem;
  padding: 0 0.5rem;
  margin: 0;
  box-shadow: none;
  width: 60%;
  min-width: 100px;
  border-radius: 0.25rem;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}
.devicesFilter div.autoComplete input {
  padding: 0px;
  margin: 0px;
  height: 32px;
  font-size: inherit;
  border: none !important;
}
div.ExportDataContainer {
  display: flex;
  padding: 1rem;
  flex-direction: row-reverse;
}
div.ExportDataContainer #filterInfo {
  width: 40%;
  padding: 10px;
  border: none;
  background-color: #fdfdfd;
  /* Light gray background */
  color: #0088b5;
  resize: none;
  /* Allow vertical resizing */
}
div.ExportDataContainer #filterInfo:focus {
  outline: none;
  /* Remove outline on focus */
  border-color: #66afe9;
  /* Example: Blue border color on focus */
}
.datePickerWidget {
  display: inline-block;
}
.datePickerWidget svg.icon-green {
  white-space: nowrap;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.datePickerWidget svg.icon-green rect {
  fill: #004fa3;
}
.datePickerWidget input.datepicker {
  font: normal normal 300 12px Roboto;
  border: 1px solid #004fa3;
  background-color: white;
  height: 2rem;
  padding: 0 0.5rem;
  margin: 0;
  box-shadow: none;
  display: inline;
  white-space: nowrap;
  width: 4rem;
  height: 1.3rem;
  padding: 0 0.2rem;
  border-radius: 0.25rem;
}
.deviceContextFilter ul {
  left: auto;
  right: auto;
  margin-top: 0.1rem;
}
.deviceAttrContainer {
  overflow-y: auto;
  max-height: 15vh;
}
@media (min-height: 768px) {
  .deviceAttrContainer {
    max-height: 25vh;
  }
}
@media (min-height: 992px) {
  .deviceAttrContainer {
    max-height: 35vh;
  }
}
.deviceAttrContainer label {
  display: block;
}
.deviceAttrContainer small {
  opacity: 0.5;
}
.deviceAttrContainer button.samplePick {
  position: relative;
  border: 2px solid #00000000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  text-align: left;
  background-color: #eceff1;
  padding: 2px 10px 2px;
  margin: 6px auto;
  max-width: 350px;
  font: normal normal 300 12px Roboto;
  color: #767879;
  width: 100%;
}
.deviceAttrContainer button.samplePick i {
  position: absolute;
  right: 3px;
}
.deviceAttrContainer button.samplePick.active.c0 {
  border-color: #01545a;
}
.deviceAttrContainer button.samplePick.active.c1 {
  border-color: #03c383;
}
.deviceAttrContainer button.samplePick.active.c2 {
  border-color: #aad962;
}
.deviceAttrContainer button.samplePick.active.c3 {
  border-color: #fbbf45;
}
.deviceAttrContainer button.samplePick.active.c4 {
  border-color: #ef6a32;
}
.deviceAttrContainer button.samplePick.active.c5 {
  border-color: #ed0345;
}
.deviceAttrContainer button.samplePick.active.c6 {
  border-color: #710162;
}
div.historyContainer {
  border: 1px solid #b6b6b6;
  background-color: white;
}
header.historyHeader {
  flex: 1;
  padding: 30px;
  background-size: cover;
  background-image: url("img/history_header.png");
}
header.historyHeader h1 {
  color: white;
  display: inline;
  font-size: 32px;
  font-weight: 600;
}
header.historyHeader h1 i {
  color: white;
  padding-right: 30px;
}
header.historyHeader h3 {
  color: white;
  display: inline;
  font-size: 18px;
  font-weight: 300;
  padding-left: 15px;
}
.sampleFilterContainer {
  display: flex;
}
.sampleFilterContainer .leftCol {
  padding: 1rem;
  flex: 0 5%;
}
.sampleFilterContainer .leftCol h5 {
  color: #0088b5;
  font: normal normal 700 14px Roboto;
}
@media (min-width: 768px) {
  .sampleFilterContainer .leftCol {
    padding: 3rem;
  }
}
.sampleFilterContainer .rightCol {
  flex: 1;
}
.sampleFilterContainer .rightCol .filterRow0 {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin: 1rem;
  align-content: space-evenly;
}
.sampleFilterContainer .rightCol .filterRow0 label {
  margin: 0;
  font: normal normal 300 12px Roboto;
}
.sampleFilterContainer .rightCol .filterRow0 .inputBlock {
  flex: 1;
  padding: 0 3rem 0 0;
}
.sampleFilterContainer .rightCol .filterRow0 .inputBlock input,
.sampleFilterContainer .rightCol .filterRow0 .inputBlock select {
  font: normal normal 300 12px Roboto;
  border: 1px solid #004fa3;
  background-color: white;
  height: 2rem;
  padding: 0 0.5rem;
  margin: 0;
  box-shadow: none;
  width: 100%;
  min-width: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  background-image: url("img/expand-more.svg");
  background-position: 95%;
  background-repeat: no-repeat;
  border-radius: 0.25rem;
  box-sizing: border-box;
}
.sampleFilterContainer .rightCol .filterRow0 .inputBlock ul {
  left: initial;
  right: initial;
  max-height: 40vh;
}
.sampleFilterContainer .rightCol .filterRow0 .chips {
  border: none;
  flex: 1;
  margin-bottom: 0;
}
.sampleFilterContainer .rightCol .filterRow0 .chips .chip {
  height: 28px;
  font-size: 12px;
  font-weight: 400;
  color: black;
  line-height: 26px;
  background-color: white;
  border: 0.5px solid grey;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sampleFilterContainer .rightCol .filterRow0 .chips .chip i {
  font-size: 12px;
  color: grey;
  line-height: 26px;
}
.sampleFilterContainer .rightCol .filterRow0 .chips input::placeholder,
.sampleFilterContainer .rightCol .filterRow0 .chips input::-moz-placeholder {
  line-height: 2rem;
  font: normal normal 400 15px Roboto;
  color: #0088b5;
}
.sampleFilterContainer .rightCol .filterRow1 {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 3rem 0 1rem;
}
.sampleFilterContainer .rightCol .filterRow1 label {
  font: normal normal 300 12px Roboto;
  margin-right: 1rem;
}
.sampleFilterContainer .rightCol .filterRow1 ul {
  left: initial;
  right: initial;
  max-height: 40vh;
}
.sampleFilterContainer .rightCol .filterRow1 .chips {
  border: none;
  flex: 1;
  margin-bottom: 0;
}
.sampleFilterContainer .rightCol .filterRow1 .chips .chip {
  height: 28px;
  font-size: 12px;
  font-weight: 400;
  color: black;
  line-height: 26px;
  background-color: white;
  border: 0.5px solid grey;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sampleFilterContainer .rightCol .filterRow1 .chips .chip i {
  font-size: 12px;
  color: grey;
  line-height: 26px;
}
.sampleFilterContainer .rightCol .filterRow1 .chips input::placeholder,
.sampleFilterContainer .rightCol .filterRow1 .chips input::-moz-placeholder {
  line-height: 2rem;
  font: normal normal 400 15px Roboto;
  color: #0088b5;
}
div.historyTableContainer {
  height: fit-content;
  padding: 0.5rem;
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: white;
  border: none;
}
@media (min-width: 768px) {
  div.historyTableContainer {
    padding: 1rem 3rem;
  }
}
div.historyTableContainer th i.sortArrow {
  display: inline-block;
  min-width: 18px;
  margin-left: 0.5rem;
  color: #0088b5;
}
div.historyTableContainer th i.sortArrow.notInUse {
  color: #b6b6b6;
  opacity: 0.5;
}
div.historyTableContainer table {
  width: 100%;
  border: 0.5px solid #b6b6b6;
}
div.historyTableContainer table th,
div.historyTableContainer table td {
  padding: 0.2rem;
  min-width: 100px;
  border: 0.5px solid lightgrey;
}
@media (min-width: 768px) {
  div.historyTableContainer table th,
  div.historyTableContainer table td {
    padding: 1rem;
  }
}
div.historyTableContainer table th {
  color: #0088b5;
  font: normal normal 400 14px Roboto;
}
@media (min-width: 768px) {
  div.historyTableContainer table th {
    font: normal normal 500 14px Roboto;
  }
}
@media (min-width: 992px) {
  div.historyTableContainer table th {
    font: normal normal 500 16px Roboto;
  }
}
div.historyTableContainer table td {
  font: normal normal 300 14px Roboto;
}
div.historyTableContainer td,
div.historyTableContainer th {
  width: 0.14285714%;
}
div.historyTableContainer button {
  border: none;
  background-color: #004fa3;
  color: white;
  font: normal normal 300 12px Roboto;
  border-radius: 2px;
  float: right;
  height: 2rem;
  margin-bottom: 1rem;
}
div.historyTableContainer button .icon i {
  margin-left: 1rem;
  transform: rotate(90deg);
}
div.historyTableContainer button:hover {
  cursor: pointer;
}
div.historyTableContainer .historyTablePager {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
}
div.historyTableContainer .historyTablePager button {
  border: none;
  background-color: #004fa3;
  color: white;
  font: normal normal 300 12px Roboto;
  border-radius: 2px;
  padding: 0.5rem;
  margin: 0 4px;
}
div.historyTableContainer .historyTablePager button:hover {
  cursor: pointer;
}
div.historyTableContainer .historyTablePager select {
  border: 1px solid #004fa3;
  font: normal normal 300 12px Roboto;
  height: 2rem;
  margin: 0;
  appearance: none;
  display: inline-block;
}
div.historyTableContainer .historyTablePager span {
  margin: 0 1rem;
  font: normal normal 300 12px Roboto;
}
.uploadPage header.uploadHeader {
  flex: 1;
  padding: 30px;
  background-size: cover;
  background-image: url("img/upload_header.png");
}
.uploadPage header.uploadHeader h1 {
  color: white;
  display: inline;
  font-size: 32px;
  font-weight: 600;
}
.uploadPage header.uploadHeader h1 i {
  color: white;
  padding-right: 30px;
}
.uploadPage header.uploadHeader h3 {
  color: white;
  display: inline;
  font-size: 18px;
  font-weight: 300;
  padding-left: 15px;
}
.uploadPage .uploadContainer {
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: fit-content;
  padding: 30px;
}
.uploadPage .uploadContainer h5 {
  color: #0088b5;
  font: normal normal 600 14px Roboto;
}
.uploadPage .CsvUploadcontainer {
  background-color: white;
  display: flex;
  height: fit-content;
  padding: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}
.uploadPage .CsvUploadcontainer h6 {
  color: #0088b5;
  font: normal normal 600 14px Roboto;
}
.uploadPage .CsvUploadcontainer #csvUploadForm {
  display: flex;
  flex-direction: column;
}
.uploadPage .CsvUploadcontainer #csvUploadForm #uploadButton {
  color: #fff;
  /* White text color */
  padding: 10px 20px;
  /* Padding around text */
  border: none;
  /* No border */
  cursor: pointer;
  /* Pointer cursor on hover */
  border-radius: 4px;
  /* Rounded corners */
  transition: background-color 0.3s ease;
}
.uploadPage .CsvUploadcontainer #csvUploadForm #uploadButton:hover {
  background-color: #2980b9;
  /* Darker shade of blue on hover */
}
.uploadPage .CsvUploadcontainer #csvUploadForm #uploadButton:disabled {
  background-color: #bdc3c7;
  /* Light gray when disabled */
  cursor: not-allowed;
  /* Not-allowed cursor when disabled */
}
.uploadPage .CsvUploadcontainer #csvUploadForm #csvFileInput {
  margin-bottom: 10px;
}
.uploadPage .CsvUploadcontainer #uploadStatus {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #fdfdfd;
  /* Light gray background */
  color: #0088b5;
  resize: none;
  /* Allow vertical resizing */
  font: normal normal 600 12px Roboto;
}
.uploadPage .CsvUploadcontainer #uploadStatus:focus {
  outline: none;
  /* Remove outline on focus */
  border-color: #66afe9;
  /* Example: Blue border color on focus */
}
.deviceAttributesPage header.deviceAttributesHeader {
  flex: 1;
  padding: 30px;
  background-size: cover;
  background-image: url("img/upload_header.png");
}
.deviceAttributesPage header.deviceAttributesHeader h1 {
  color: white;
  display: inline;
  font-size: 32px;
  font-weight: 600;
}
.deviceAttributesPage header.deviceAttributesHeader h1 i {
  color: white;
  padding-right: 30px;
}
.deviceAttributesPage header.deviceAttributesHeader h3 {
  color: white;
  display: inline;
  font-size: 18px;
  font-weight: 300;
  padding-left: 15px;
}
.deviceAttributesPage .deviceAttributesContainer {
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: fit-content;
  padding: 30px;
}
.deviceAttributesPage .deviceAttributesContainer h5 {
  color: #0088b5;
  font: normal normal 600 14px Roboto;
}
.deviceAttributesPage .deviceAttributesContainer .deviceAttributesTable table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.deviceAttributesPage .deviceAttributesContainer .deviceAttributesTable th,
.deviceAttributesPage .deviceAttributesContainer .deviceAttributesTable td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ecf0f1;
}
.deviceAttributesPage .deviceAttributesContainer .deviceAttributesTable th {
  background-color: #3498db;
  color: #fff;
}
.deviceAttributesPage .deviceAttributesContainer .deviceAttributesTable .name-edit {
  width: 100%;
  padding: 8px;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  box-sizing: border-box;
}
.deviceAttributesPage .deviceAttributesContainer .deviceAttributesTable tbody tr:hover {
  background-color: #ecf0f1;
}
.version-text {
  text-align: center;
  font-size: 12px;
  /* Adjust the font size as needed */
  margin-top: 10px;
  /* Optional: Add some margin to separate from the logo */
}
