.overlay-shadow {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
}
.overlay-text-shadow {
  text-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
}
#design #header {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  padding: 0;
  padding: 10px 0;
  z-index: 30;
  background: rgba(50, 50, 50, 0.8);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#design #header > * {
  display: inline-block;
  margin: 0 2em;
}
#design #header .tools > * {
  display: inline-block;
}
#design #header .tools > .button,
#design #header .tools .toolbar .button {
  text-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
  display: inline-block;
  margin: 0;
  background: none;
  color: white;
}
#design #header .tools > .button .icon,
#design #header .tools .toolbar .button .icon {
  font-size: 1.5rem;
  opacity: 1;
}
#design #header .tools > .button.active,
#design #header .tools .toolbar .button.active {
  text-shadow: none;
}
#design #header .tools > .button.pipe,
#design #header .tools .toolbar .button.pipe {
  border-radius: 0;
}
#design #header .tools > .button.pipe.left,
#design #header .tools .toolbar .button.pipe.left {
  border-left: thin solid rgba(255, 255, 255, 0.5);
}
#design #header .tools > .button.pipe.right,
#design #header .tools .toolbar .button.pipe.right {
  border-right: thin solid rgba(255, 255, 255, 0.5);
}
#design #header .tools .design.toolbar {
  display: inline-block;
}
#design #header .tools .design.toolbar .aggregates {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#design #header .tools .design.toolbar .aggregates th {
  font-weight: bold;
}
#design #header .tools .design.toolbar .aggregates tr.values {
  font-size: 1.5rem;
}
#design #header .tools .design.toolbar .aggregates td,
#design #header .tools .design.toolbar .aggregates th {
  background: rgba(255, 255, 255, 0.6);
  padding: 4px;
  text-align: center;
}
#design #header .tools .design.toolbar .dropdown.icon {
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 0.4rem;
}
#design #header .tools .design.toolbar .rangeslider {
  width: 80px;
  display: inline-block;
  margin-top: 2px;
  vertical-align: middle;
}
#design #header .tools .design.toolbar .ui.sun.buttons {
  position: relative;
}
#design #header .tools .design.toolbar .ui.sun.buttons .sun.date,
#design #header .tools .design.toolbar .ui.sun.buttons .sun.time {
  margin-top: 10px;
  width: 80px;
  vertical-align: middle;
}
#design #header .tools .design.toolbar .ui.sun.buttons .sun.date {
  position: absolute;
  bottom: 0;
  left: 40px;
  text-align: center;
  font-weight: bolder;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 12px;
}
.header-selected {
  box-shadow: rgba(110, 207, 245, 0.5) 0px 2px 5px;
}
.create-folder.item {
  padding: 0.5em 0.7em;
}
.create-folder.item .icon {
  font-size: 1.4rem;
}
.ui.popup.sun {
  margin-left: 45px !important;
}
