body
{
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #eee;
}

.text-overflow
{
  overflow: hidden;
  text-overflow: ellipsis;
}

.row-flex
{
  position: relative;
  display: flex;
}

.row-fill
{
  width: 100%;
}

.selectGraph
{
  position: relative !important;
  margin-right: 10px !important;
  vertical-align: middle;
  height: 1.5em;
  width: 1.5em;
}

.bigText
{
  font-size: 18px;
}

.thermometerCold
{
  color: lightblue;
}
.thermometerHot
{
  color: orange;
}

#graphContent
{
  overflow: hidden;
  box-sizing: border-box;
  height: 450px;
  width: 100%;
  padding: 20px 15px 15px 15px;
  border: 1px solid #ccc;
  border-bottom-width: 0;
  background: #fff;
}
#graphOverlay
{
  background: rgba(0, 0, 0, 0.2) url("../img/loader.gif") no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#graphTooltip {
  position: absolute;
  display: none;
  border: 1px solid #fdd;
  padding: 2px;
  background-color: #fee;
  opacity: 0.80;
}
