.toolbar-label {
  max-width: 80%;
  width: 280px;
  margin: auto;
}
.bg-night-sky .toolbar-label {
  fill: #fff;
}
.bg-plum-plate .toolbar-label {
  fill: #000;
}
.color-inherit * {
  color: inherit!important;
}
.span-absolute-centered,
.span-absolute-centered-1,
.span-absolute-centered-2 {
  position: relative;
}
.span-absolute-centered span,
.span-absolute-centered-1 > span,
.span-absolute-centered-2 > * > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dx-popup-title.dx-toolbar .dx-toolbar-items-container {
  height: 46px;
  padding: 15px 0;
}
.rating {
  display: inline-block;
  margin: auto;
  cursor: pointer;
}
.rating .star {
  font-size: 3em;
}
.rating.rating_1 .star:nth-child(1) {
  color: #FF9800;
}
.rating.rating_2 .star:nth-child(1),
.rating.rating_2 .star:nth-child(2) {
  color: #FF9800;
}
.rating.rating_3 .star:nth-child(1),
.rating.rating_3 .star:nth-child(2),
.rating.rating_3 .star:nth-child(3) {
  color: #FF9800;
}
.rating.rating_4 .star:nth-child(1),
.rating.rating_4 .star:nth-child(2),
.rating.rating_4 .star:nth-child(3),
.rating.rating_4 .star:nth-child(4) {
  color: #FF9800;
}
.rating.rating_5 .star:nth-child(1),
.rating.rating_5 .star:nth-child(2),
.rating.rating_5 .star:nth-child(3),
.rating.rating_5 .star:nth-child(4),
.rating.rating_5 .star:nth-child(5) {
  color: #FF9800;
}
.incidentlabel > span .star {
  font-size: 2em;
}
section#drawer {
  background: inherit;
  padding: 10px 10px 0;
  position: absolute;
  z-index: 2;
  transform: translateX(-50vw);
  display: inline-flex;
  height: 100vh;
  width: 50vw;
}
section#drawer .dx-menu-items-container {
  vertical-align: top;
}
section#drawer.open {
  transform: translateX(0);
}
section#drawer.open + section#main {
  overflow: hidden;
  transform: translateX(50vw);
}
section#drawer.open + section#main .overlay {
  display: block !important;
  pointer-events: all;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 3;
}
.guiwrapper {
  background: inherit;
  overflow-x: hidden;
}
.guiwrapper section {
  transition: all 1s;
  overflow: auto;
}
.guiwrapper section#main {
  height: 100vh;
  overflow: hidden;
}
