
.options {
  position: fixed;
  bottom: 0; left: 0;
  padding: 6px 0;
  width: 100%;
  background-color: #2c3849;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .2);
  border-top: 1px solid rgba(255, 255, 255, .05);
}

.options ul, .options ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.options ul {

}
.options ul li {
  position: relative;
  float: left;
  display: inline-block;
  padding: 8px 16px;
  font: 300 10px 'Roboto';
  color: rgba(255, 255, 255, .4);
  text-align: center;
  cursor: pointer;
}
.options ul li:first-child { border: 0; }
.options ul li.active, .options ul li.hover {
  color: #FFF;
}

.loading-bar { bottom: 39px; }

.select-range {
  position: relative;
  z-index: 99;
  left: 10%;
  display: inline-block;
  margin-top: 130px;
  border: 1px solid #FFF;
  border-radius: 20px;
  overflow: hidden;
}
.select-range a.label {
  display: inline-block;
  padding: 10px 20px 13px;
  font-weight: 500;
  border-radius: 0;
  cursor: pointer;
}
.select-range a.label.active {
  background: #FFF;
  color: rgb(30, 40, 52);
}
