html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  overflow: hidden;
}
#app {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  overflow: hidden;
}
.visualization {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.map-control,
.map-overlay-container {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.map-control .geolocation,
.map-overlay-container .geolocation,
.map-control .mapspice-ui-zoom-control-container,
.map-overlay-container .mapspice-ui-zoom-control-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 3px;
}
.map-control .geolocation .element,
.map-overlay-container .geolocation .element,
.map-control .mapspice-ui-zoom-control-container .element,
.map-overlay-container .mapspice-ui-zoom-control-container .element {
  font-weight: bold;
}
.map-control .geolocation .element svg,
.map-overlay-container .geolocation .element svg,
.map-control .mapspice-ui-zoom-control-container .element svg,
.map-overlay-container .mapspice-ui-zoom-control-container .element svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 480px) {
  .map-control .geolocation .element.minus,
  .map-overlay-container .geolocation .element.minus,
  .map-control .mapspice-ui-zoom-control-container .element.minus,
  .map-overlay-container .mapspice-ui-zoom-control-container .element.minus {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 480px) {
  .map-control .geolocation .element.plus,
  .map-overlay-container .geolocation .element.plus,
  .map-control .mapspice-ui-zoom-control-container .element.plus,
  .map-overlay-container .mapspice-ui-zoom-control-container .element.plus {
    display: none;
    visibility: hidden;
  }
}
.map-control .geolocation.vertical,
.map-overlay-container .geolocation.vertical,
.map-control .mapspice-ui-zoom-control-container.vertical,
.map-overlay-container .mapspice-ui-zoom-control-container.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100px;
}
.map-control .geolocation.vertical .element,
.map-overlay-container .geolocation.vertical .element,
.map-control .mapspice-ui-zoom-control-container.vertical .element,
.map-overlay-container .mapspice-ui-zoom-control-container.vertical .element {
  padding: 5px 10px;
}
.map-control .geolocation.vertical .element.minus,
.map-overlay-container .geolocation.vertical .element.minus,
.map-control .mapspice-ui-zoom-control-container.vertical .element.minus,
.map-overlay-container .mapspice-ui-zoom-control-container.vertical .element.minus {
  padding-bottom: 10px;
}
.map-control .geolocation.vertical .element.plus,
.map-overlay-container .geolocation.vertical .element.plus,
.map-control .mapspice-ui-zoom-control-container.vertical .element.plus,
.map-overlay-container .mapspice-ui-zoom-control-container.vertical .element.plus {
  padding-top: 10px;
}
.map-control .geolocation.horizontal,
.map-overlay-container .geolocation.horizontal,
.map-control .mapspice-ui-zoom-control-container.horizontal,
.map-overlay-container .mapspice-ui-zoom-control-container.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  min-height: auto;
}
.map-control .geolocation.horizontal .element,
.map-overlay-container .geolocation.horizontal .element,
.map-control .mapspice-ui-zoom-control-container.horizontal .element,
.map-overlay-container .mapspice-ui-zoom-control-container.horizontal .element {
  padding: 10px;
}
.map-control .geolocation.horizontal .element.home,
.map-overlay-container .geolocation.horizontal .element.home,
.map-control .mapspice-ui-zoom-control-container.horizontal .element.home,
.map-overlay-container .mapspice-ui-zoom-control-container.horizontal .element.home {
  padding: 10px 7px;
}
.map-control .geolocation.horizontal .element.minus,
.map-overlay-container .geolocation.horizontal .element.minus,
.map-control .mapspice-ui-zoom-control-container.horizontal .element.minus,
.map-overlay-container .mapspice-ui-zoom-control-container.horizontal .element.minus {
  padding-left: 7px;
}
.map-control .geolocation.horizontal .element.plus,
.map-overlay-container .geolocation.horizontal .element.plus,
.map-control .mapspice-ui-zoom-control-container.horizontal .element.plus,
.map-overlay-container .mapspice-ui-zoom-control-container.horizontal .element.plus {
  padding-right: 7px;
}
.map-control .geolocation,
.map-overlay-container .geolocation {
  right: 0;
  padding: 0;
}
.map-control .mapspice-ui-zoom-control-container .element,
.map-overlay-container .mapspice-ui-zoom-control-container .element,
.map-control .geolocation .element,
.map-overlay-container .geolocation .element {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: rgba(102, 102, 102, 0.7);
}
.map-control .mapspice-ui-zoom-control-container .element:hover,
.map-overlay-container .mapspice-ui-zoom-control-container .element:hover,
.map-control .geolocation .element:hover,
.map-overlay-container .geolocation .element:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2pt;
}
.map-control .mapspice-ui-zoom-control-container .element .bolder,
.map-overlay-container .mapspice-ui-zoom-control-container .element .bolder,
.map-control .geolocation .element .bolder,
.map-overlay-container .geolocation .element .bolder {
  font-size: 40px;
  line-height: 32px;
}
.map-control .geolocation .element,
.map-overlay-container .geolocation .element {
  padding: 10px;
}
.map-control .geolocation .element:hover,
.map-overlay-container .geolocation .element:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2pt;
}
.loader {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  opacity: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  z-index: 99;
  transition-duration: 1s;
}
.loader.visible {
  opacity: 0.7;
}
.loader.modal {
  width: 20%;
  left: 40%;
  top: 50%;
  height: 15px;
  color: #000000;
  text-shadow: 1px 1px #FFFFFF;
}
.loader.tray {
  width: 100%;
  left: 0;
  top: 0;
  height: 3px;
  z-index: 99;
  background-color: #FFF;
  background-image: url("../svg/loader.svg");
  background-size: cover;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.loader.tray svg {
  display: block;
}
.loader .loading-message {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  flex: 0 0 20px;
  margin-top: 24px;
  text-align: center;
}
.tab-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 500px;
  width: 100%;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0px;
}
.tab-bar .tab-bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 90%;
  flex: 1 1 90%;
  margin: 0px 5px 0px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .tab-bar .tab-bar-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.tab-bar .tab-bar-container.aligned-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .tab-bar .tab-bar-container.aligned-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.tab-bar .tab-bar-container.margined {
  margin: 0px;
}
.tab-bar .tab-bar-container .tab-bar-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  left: 0px;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 0.5s;
}
@media screen and (max-width: 480px) {
  .tab-bar .tab-bar-container .tab-bar-body {
    display: none;
    visibility: hidden;
  }
}
.tab-bar .tab-bar-container .tab-bar-body .button {
  display: block;
  padding: 8px 16px;
  font-size: 12px;
  margin: 0px 2px;
  color: #4D4D4D;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2pt;
  white-space: nowrap;
  cursor: pointer;
  line-height: 20px;
}
.tab-bar .tab-bar-container .tab-bar-body .button:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.15);
}
.tab-bar .tab-bar-container .tab-bar-body .button.checked {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.15);
}
.tab-bar .tab-bar-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
  flex: 0 0 30px;
  padding: 0 1px;
  margin: 0px 2px;
  cursor: pointer;
  color: rgba(102, 102, 102, 0.7);
  border-radius: 2px;
  white-space: nowrap;
  line-height: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .tab-bar .tab-bar-button {
    display: none;
    visibility: hidden;
  }
}
.tab-bar .tab-bar-button:hover {
  color: #333333;
}
.tab-bar .tab-bar-button.disabled {
  opacity: 0;
  cursor: auto;
}
.header-single .right .tab-bar .tab-bar-container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.dropdown {
  display: block;
  visibility: hidden;
  width: 0px;
  height: 0px;
  font-size: 16px;
  color: #4D4D4D;
  padding: 0px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../svg/ic_arrow_drop_down_black_24px.svg);
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.dropdown.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  width: auto;
  height: auto;
  padding: 8px;
}
@media screen and (max-width: 1200px) {
  .dropdown {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .dropdown {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  .dropdown {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    visibility: visible;
    width: 100%;
    height: auto;
    min-height: 30px;
    padding: 8px;
    font-size: 11px;
  }
}
.header-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  width: calc(100% - 40px);
  margin: 8px;
  z-index: 3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 8px 12px;
}
.header-single.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.header-single.horizontal.inline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header-single.horizontal.doubleline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: calc(104px - 16px);
}
@media screen and (max-width: 480px) {
  .header-single.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}
.header-single.horizontal .left,
.header-single.horizontal .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  min-height: 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.header-single.horizontal .left .visualization-title,
.header-single.horizontal .right .visualization-title {
  display: block;
  height: 1em;
  font-weight: bolder;
  margin: 5px 15px;
}
@media screen and (max-width: 992px) {
  .header-single.horizontal .left .visualization-title,
  .header-single.horizontal .right .visualization-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .header-single.horizontal .left .visualization-title,
  .header-single.horizontal .right .visualization-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .header-single.horizontal .left .visualization-title,
  .header-single.horizontal .right .visualization-title {
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .header-single.horizontal .left,
  .header-single.horizontal .right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.header-single.horizontal .left {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.header-single.horizontal .left .visualization-title {
  -webkit-box-flex: 2;
  -webkit-flex: 2 1 33%;
  flex: 2 1 33%;
  margin: 7px 15px;
}
.header-single.horizontal .left .geosearch {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33%;
  flex: 1 1 33%;
}
.header-single.horizontal .left .tab-bar {
  -webkit-box-flex: 1;
  -webkit-flex: 1 2 33%;
  flex: 1 2 33%;
}
.header-single.horizontal .right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.header-single.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: calc(104px - 16px);
}
.header-single.vertical .left,
.header-single.vertical .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 56px;
  flex: 1 1 56px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 4px;
}
@media screen and (max-width: 480px) {
  .header-single.vertical .left,
  .header-single.vertical .right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.header-single.vertical .left .visualization-title,
.header-single.vertical .right .visualization-title {
  display: block;
  height: 1em;
  font-weight: bolder;
  line-height: 20px;
  margin: 18px 34px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.header-single.vertical .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 49px;
  flex: 1 1 49px;
}
.header-swipe {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  width: calc(100% - 40px);
  margin: 8px;
  padding: 8px 12px;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header-swipe .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.header-swipe .title .left,
.header-swipe .title .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.header-swipe .title .left .visualization-title,
.header-swipe .title .right .visualization-title {
  display: block;
  height: 1em;
  font-weight: bolder;
  margin: 0 8px;
}
@media screen and (max-width: 992px) {
  .header-swipe .title .left .visualization-title,
  .header-swipe .title .right .visualization-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .header-swipe .title .left .visualization-title,
  .header-swipe .title .right .visualization-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .header-swipe .title .left .visualization-title,
  .header-swipe .title .right .visualization-title {
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
  }
}
.header-swipe .title .right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.header-swipe .title .right .visualization-title {
  text-align: right;
}
.header-swipe .title .left .tab-bar .tab-bar-container .tab-bar-body {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.map-overlay-container {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #FFFFFF;
}
.additional-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px 10px;
  color: #4D4D4D;
  font-size: 12px;
  z-index: 9;
  transition: all 100ms linear;
  max-width: calc(50% - 48px);
}
@media screen and (max-width: 480px) {
  .additional-content {
    max-width: calc(100% - 40px);
    width: 100%;
  }
}
.additional-content.visible {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: flex!important;
}
.additional-content .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  padding-bottom: 0px;
  font-size: 120%;
}
.additional-content .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
.additional-content .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.additional-content .header .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 4px 0;
  font-size: 120%;
}
.additional-content .header .legend-close {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
  flex: 0 0 18px;
  cursor: pointer;
}
.additional-content .header .legend-close.hidden {
  display: none;
  visibility: hidden;
}
.additional-content .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
.additional-content.legend-button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-height: 50px;
  height: 14px;
  cursor: pointer;
  padding: 10px 10px;
}
@media screen and (max-width: 480px) {
  .additional-content.legend-button {
    width: 20px;
    height: 20px;
    bottom: 16px;
  }
}
.additional-content.legend-button .caption {
  color: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 480px) {
  .additional-content.legend-button .caption {
    display: none;
    visibility: hidden;
  }
}
.additional-content.legend-button .colorbox {
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .additional-content.legend-button .colorbox {
    width: 20px;
    height: 20px;
  }
}
.additional-content.legend-button .colorbox div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.additional-content-container {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: 0.3s linear;
  opacity: 0;
}
.additional-content-container.active {
  z-index: 20;
  opacity: 1;
}
.additional-content-container .modal-background {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
  opacity: 0.8;
  overflow-y: auto;
}
.additional-content-container .content-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8% 15% 5% 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 1.2em;
  line-height: 150%;
  color: #FFFFFF;
  text-shadow: 1px 1px #000000;
  text-align: -webkit-center;
}
@media screen and (min-width: 992px) {
  .additional-content-container .content-overlay {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 992px) {
  .additional-content-container .content-overlay {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 800px) {
  .additional-content-container .content-overlay {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  .additional-content-container .content-overlay {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 320px) {
  .additional-content-container .content-overlay {
    font-size: 0.8em;
  }
}
.additional-content-container .content-overlay .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 10%;
  flex: 1 1 10%;
  width: 100%;
  padding-bottom: 20px;
  font-size: 200%;
  line-height: 130%;
}
.additional-content-container .content-overlay .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 80%;
  flex: 1 1 80%;
  overflow-y: auto;
  padding-right: 10px;
}
.mui-btn {
  margin: 30px 0;
  font-family: 'Roboto', sans-serif !important;
}
.variable-overlay-container,
.content-overlay-container {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: 0.3s linear;
  opacity: 0;
}
.variable-overlay-container.active,
.content-overlay-container.active {
  z-index: 20;
  opacity: 1;
}
.variable-overlay-container .modal-background,
.content-overlay-container .modal-background {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
  opacity: 0.9;
  overflow-y: auto;
}
.variable-overlay-container .content-overlay,
.content-overlay-container .content-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8% 15% 5% 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 1em;
  line-height: 150%;
  color: #FFFFFF;
  text-shadow: 1px 1px #000000;
}
@media screen and (min-width: 992px) {
  .variable-overlay-container .content-overlay,
  .content-overlay-container .content-overlay {
    font-size: 1em;
  }
}
@media screen and (max-width: 992px) {
  .variable-overlay-container .content-overlay,
  .content-overlay-container .content-overlay {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 800px) {
  .variable-overlay-container .content-overlay,
  .content-overlay-container .content-overlay {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  .variable-overlay-container .content-overlay,
  .content-overlay-container .content-overlay {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 320px) {
  .variable-overlay-container .content-overlay,
  .content-overlay-container .content-overlay {
    font-size: 0.6em;
  }
}
.variable-overlay-container .content-overlay .header,
.content-overlay-container .content-overlay .header {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.variable-overlay-container .content-overlay .header .title,
.content-overlay-container .content-overlay .header .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.variable-overlay-container .content-overlay .header .control,
.content-overlay-container .content-overlay .header .control {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 35px;
  height: 35px;
}
.variable-overlay-container .content-overlay .title,
.content-overlay-container .content-overlay .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 10%;
  flex: 1 1 10%;
  width: 100%;
  padding-bottom: 20px;
  font-size: 200%;
  line-height: 130%;
}
.variable-overlay-container .content-overlay .content,
.content-overlay-container .content-overlay .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 80%;
  flex: 1 1 80%;
  overflow-y: auto;
  padding-right: 10px;
}
.variable-overlay-container .content-overlay .content .embed-container,
.content-overlay-container .content-overlay .content .embed-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.variable-overlay-container .content-overlay .content .embed-container .embedded-content,
.content-overlay-container .content-overlay .content .embed-container .embedded-content {
  margin: auto;
}
.variable-overlay-container .content-overlay .navigation,
.content-overlay-container .content-overlay .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 10%;
  flex: 1 1 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 32px;
}
.variable-overlay-container .content-overlay .navigation .more-content,
.content-overlay-container .content-overlay .navigation .more-content {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../svg/ic_more_vert_white_24px.svg');
  opacity: 0;
}
.variable-overlay-container .content-overlay .navigation .more-content.active,
.content-overlay-container .content-overlay .navigation .more-content.active {
  opacity: 0.8;
}
.variable-overlay-container .content-overlay .navigation .control,
.content-overlay-container .content-overlay .navigation .control {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ccc;
  box-shadow: 1px 1px #000000;
  cursor: pointer;
}
.variable-overlay-container .content-overlay .navigation .control.fwd .icon,
.content-overlay-container .content-overlay .navigation .control.fwd .icon {
  margin: 15px;
}
.variable-overlay-container .content-overlay .navigation .control:hover,
.content-overlay-container .content-overlay .navigation .control:hover {
  background-color: #FFFFFF;
}
.content-overlay-container .content-overlay {
  padding: 5%;
}
.content-overlay-container .content-overlay .header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content-overlay-container .content-overlay .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.variable-sidebar-container,
.variable-sidebar-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px 12px;
  color: #4D4D4D;
  font-size: 14px;
  z-index: 9;
  transition: all 100ms linear;
  width: 20%;
  height: auto;
  max-width: 400px;
  max-height: calc(100% - 95px);
}
@media screen and (max-width: 1200px) {
  .variable-sidebar-container,
  .variable-sidebar-control {
    font-size: 13px;
    width: 25%;
  }
}
@media screen and (max-width: 992px) {
  .variable-sidebar-container,
  .variable-sidebar-control {
    font-size: 12px;
    width: 25%;
  }
}
@media screen and (max-width: 800px) {
  .variable-sidebar-container,
  .variable-sidebar-control {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .variable-sidebar-container,
  .variable-sidebar-control {
    display: none;
  }
}
.variable-sidebar-container.visible,
.variable-sidebar-control.visible {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: flex!important;
}
.variable-sidebar-container .header,
.variable-sidebar-control .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.variable-sidebar-container .header .title,
.variable-sidebar-control .header .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 4px 0;
  font-size: 120%;
}
.variable-sidebar-container .header .legend-close,
.variable-sidebar-control .header .legend-close {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
  flex: 0 0 18px;
  cursor: pointer;
  padding: 5px 0px 12px 12px;
}
.variable-sidebar-container .header .legend-close.hidden,
.variable-sidebar-control .header .legend-close.hidden {
  display: none;
  visibility: hidden;
}
.variable-sidebar-container .content,
.variable-sidebar-control .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  overflow-y: auto;
}
.variable-sidebar-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  height: 18px;
}
.variable-sidebar-control .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.variable-sidebar-control .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18%;
  flex: 0 0 18%;
}
.info-bubble {
  display: none!important;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 12px;
  transition: all 100ms linear;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #4D4D4D;
  min-width: 25%;
  width: 100%;
  min-width: 250px;
  max-width: 270px;
  line-height: 1.1em!important;
}
@media screen and (max-width: 800px) {
  .info-bubble {
    min-width: 220px;
    max-width: 270px;
  }
}
@media screen and (max-width: 480px) {
  .info-bubble {
    min-width: 200px;
    max-width: 250px;
  }
}
@media screen and (max-width: 320px) {
  .info-bubble {
    min-width: 180px;
    max-width: calc(320px - 40px);
  }
}
@media screen and (max-width: 480px) {
  .info-bubble.mapfooter {
    bottom: 8px;
  }
}
@media screen and (max-width: 480px) {
  .info-bubble.mapfooter.legendpopuped {
    bottom: calc(54px + 52px) !important;
  }
}
@media screen and (max-width: 480px) {
  .info-bubble.mapfooter.legendpopuped.left {
    left: 8px !important;
  }
}
@media screen and (max-width: 480px) {
  .info-bubble.mapfooter.legendpopuped.right {
    right: 8px !important;
  }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 480px) {
  .info-bubble.mapfooter.addcontentpopuped.left {
    left: 8px !important;
  }
}
@media screen and (max-width: 480px) {
  .info-bubble.mapfooter.addcontentpopuped.right {
    right: 8px !important;
  }
}
.info-bubble.visible {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: flex!important;
}
.info-bubble .content {
  width: 100%;
  color: #4D4D4D;
  max-height: 400px;
  overflow-y: auto;
}
.info-bubble .content .tooltip,
.info-bubble .content .annotation {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 4px;
  margin-top: 4px;
}
.info-bubble .content .tooltip .part-colorbox,
.info-bubble .content .annotation .part-colorbox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8px;
  flex: 0 0 8px;
  margin-right: 4px;
}
.info-bubble .content .tooltip .part-value,
.info-bubble .content .annotation .part-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.info-bubble .content .tooltip .part-value .label,
.info-bubble .content .annotation .part-value .label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
}
.info-bubble .content .tooltip .part-value .value,
.info-bubble .content .annotation .part-value .value {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1%;
  flex: 1 1 1%;
  text-align: right;
  margin-left: 2px;
}
.info-bubble .content .tooltip .part-value .first,
.info-bubble .content .annotation .part-value .first {
  text-align: left!important;
  margin-left: 0px;
}
.info-bubble .content .tooltip .part-value.html,
.info-bubble .content .annotation .part-value.html {
  display: block;
  word-break: break-word;
}
.info-bubble .content .tooltip .part-value.html ul,
.info-bubble .content .annotation .part-value.html ul {
  -webkit-padding-start: 20px;
}
.info-bubble .content .tooltip .part-value.embed-link .label,
.info-bubble .content .annotation .part-value.embed-link .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
}
.info-bubble .content .tooltip .part-value.embed-link .label .button,
.info-bubble .content .annotation .part-value.embed-link .label .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 35px;
  flex: 0 1 35px;
}
.info-bubble .content .tooltip .part-value.embed-link .label .part-value,
.info-bubble .content .annotation .part-value.embed-link .label .part-value {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 130%;
  color: #888;
  padding-top: 3px;
  padding-left: 5px;
}
.info-bubble .content .tooltip.h1,
.info-bubble .content .annotation.h1 {
  font-size: 14px;
  padding-top: 0px;
  margin-top: 0px;
  padding-right: 28px;
}
.info-bubble .content .tooltip.h1 .part-value .value,
.info-bubble .content .annotation.h1 .part-value .value {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .info-bubble .content .tooltip.h1,
  .info-bubble .content .annotation.h1 {
    font-size: 13px;
  }
}
.info-bubble .content .tooltip.h2,
.info-bubble .content .annotation.h2 {
  font-size: 13px;
  padding-top: 4px;
}
@media screen and (max-width: 480px) {
  .info-bubble .content .tooltip.h2,
  .info-bubble .content .annotation.h2 {
    font-size: 12px;
  }
}
.info-bubble .content .tooltip.h2,
.info-bubble .content .annotation.h2 {
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .info-bubble .content .tooltip.h2,
  .info-bubble .content .annotation.h2 {
    font-size: 12px;
  }
}
.info-bubble .content .tooltip.h3,
.info-bubble .content .annotation.h3 {
  font-size: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 480px) {
  .info-bubble .content .tooltip.h3,
  .info-bubble .content .annotation.h3 {
    font-size: 11px;
  }
}
.info-bubble .content .tooltip.h4,
.info-bubble .content .annotation.h4 {
  font-size: 11px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 480px) {
  .info-bubble .content .tooltip.h4,
  .info-bubble .content .annotation.h4 {
    font-size: 10px;
  }
}
.info-bubble .content .tooltip.h5,
.info-bubble .content .annotation.h5 {
  font-size: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 480px) {
  .info-bubble .content .tooltip.h5,
  .info-bubble .content .annotation.h5 {
    font-size: 9px;
  }
}
.info-bubble .content .tooltip.h1.left .part-value .label,
.info-bubble .content .annotation.h1.left .part-value .label,
.info-bubble .content .tooltip.h2.left .part-value .label,
.info-bubble .content .annotation.h2.left .part-value .label,
.info-bubble .content .tooltip.h3.left .part-value .label,
.info-bubble .content .annotation.h3.left .part-value .label,
.info-bubble .content .tooltip.h4.left .part-value .label,
.info-bubble .content .annotation.h4.left .part-value .label,
.info-bubble .content .tooltip.h5.left .part-value .label,
.info-bubble .content .annotation.h5.left .part-value .label,
.info-bubble .content .tooltip.h1.left .part-value .value,
.info-bubble .content .annotation.h1.left .part-value .value,
.info-bubble .content .tooltip.h2.left .part-value .value,
.info-bubble .content .annotation.h2.left .part-value .value,
.info-bubble .content .tooltip.h3.left .part-value .value,
.info-bubble .content .annotation.h3.left .part-value .value,
.info-bubble .content .tooltip.h4.left .part-value .value,
.info-bubble .content .annotation.h4.left .part-value .value,
.info-bubble .content .tooltip.h5.left .part-value .value,
.info-bubble .content .annotation.h5.left .part-value .value {
  text-align: left;
}
.info-bubble .content .tooltip.h1.right .part-value .label,
.info-bubble .content .annotation.h1.right .part-value .label,
.info-bubble .content .tooltip.h2.right .part-value .label,
.info-bubble .content .annotation.h2.right .part-value .label,
.info-bubble .content .tooltip.h3.right .part-value .label,
.info-bubble .content .annotation.h3.right .part-value .label,
.info-bubble .content .tooltip.h4.right .part-value .label,
.info-bubble .content .annotation.h4.right .part-value .label,
.info-bubble .content .tooltip.h5.right .part-value .label,
.info-bubble .content .annotation.h5.right .part-value .label,
.info-bubble .content .tooltip.h1.right .part-value .value,
.info-bubble .content .annotation.h1.right .part-value .value,
.info-bubble .content .tooltip.h2.right .part-value .value,
.info-bubble .content .annotation.h2.right .part-value .value,
.info-bubble .content .tooltip.h3.right .part-value .value,
.info-bubble .content .annotation.h3.right .part-value .value,
.info-bubble .content .tooltip.h4.right .part-value .value,
.info-bubble .content .annotation.h4.right .part-value .value,
.info-bubble .content .tooltip.h5.right .part-value .value,
.info-bubble .content .annotation.h5.right .part-value .value {
  text-align: right;
}
.info-bubble .content .tooltip.italic,
.info-bubble .content .annotation.italic {
  font-style: italic;
}
.info-bubble .content .tooltip.no-line,
.info-bubble .content .annotation.no-line {
  border-top: none;
}
.info-bubble .content .tooltip.bold,
.info-bubble .content .annotation.bold {
  font-weight: bolder;
}
.info-bubble .content .tooltip.jammed .part-value,
.info-bubble .content .annotation.jammed .part-value {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.info-bubble .content .tooltip.jammed .part-value span,
.info-bubble .content .annotation.jammed .part-value span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}
.info-bubble .content .tooltip.jammed.right .part-value,
.info-bubble .content .annotation.jammed.right .part-value {
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.info-bubble .content .tooltip.jammed.right .part-value span,
.info-bubble .content .annotation.jammed.right .part-value span {
  text-align: right;
}
.info-bubble .content .tooltip.text-break .part-value,
.info-bubble .content .annotation.text-break .part-value {
  display: block;
}
.info-bubble .info-bubble-close-button {
  display: none!important;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
.info-bubble .info-bubble-close-button.visible {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: flex!important;
}
.info-bubble .info-bubble-close-button svg {
  color: #666 !important;
  height: 18px !important;
  width: 18px !important;
}
.gradient-legend {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px 12px;
  z-index: 9;
  font-size: 12px;
  width: auto;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.gradient-legend.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  position: absolute;
  min-width: 270px;
  font-size: 11px;
  background-color: #FFFFFF;
  padding: 38px 12px 8px 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media screen and (max-width: 480px) {
  .gradient-legend.horizontal {
    width: auto !important;
  }
}
.gradient-legend.horizontal.full-width {
  width: 100%;
}
.gradient-legend.horizontal .legend-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.gradient-legend.horizontal .legend-header .legend-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 12px;
  font-size: 13px;
}
.gradient-legend.horizontal .legend-header .legend-close {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
  flex: 0 0 18px;
  cursor: pointer;
  padding: 12px;
}
.gradient-legend.horizontal .legend-header .legend-close.hidden {
  display: none;
  visibility: hidden;
}
.gradient-legend.horizontal .legend-ruleset {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 2px;
}
@media screen and (max-width: 480px) {
  .gradient-legend.horizontal .legend-ruleset {
    width: 100%!important;
  }
}
.gradient-legend.horizontal .legend-ruleset .ruleset-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20px;
  flex: 0 1 20px;
  margin-bottom: 4px;
}
.gradient-legend.horizontal .legend-ruleset .ruleset-header .ruleset-title {
  color: rgba(0, 0, 0, 0.9);
  padding-right: 8px;
}
.gradient-legend.horizontal .legend-ruleset .ruleset-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: auto;
}
@media screen and (max-width: 480px) {
  .gradient-legend.horizontal .legend-ruleset .ruleset-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  }
}
.gradient-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.gradient-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element .text-block {
  display: block;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 8px;
  text-align: center;
  color: #4D4D4D;
  font-size: 9px;
}
.gradient-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element .text-block.hide {
  visibility: hidden;
}
.gradient-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element .color-block {
  display: block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 4px;
  height: 14px;
}
@media screen and (min-width: 480px) {
  .gradient-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element.bolded {
    color: #000000;
  }
  .gradient-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element.bolded .color-block {
    margin-top: 1px;
    height: 17px;
  }
}
@media screen and (max-width: 480px) {
  .gradient-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }
  .gradient-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element .text-block {
    position: absolute;
    bottom: 50px;
    margin: 0 !important;
    display: none;
  }
  .gradient-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element .color-block {
    width: 100%;
    height: 10px;
  }
  .gradient-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element:hover .text-block {
    display: block;
  }
  .gradient-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element:hover .text-block.first {
    left: calc(20px);
  }
}
.gradient-legend.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  height: auto;
  position: absolute;
  min-width: 170px;
  background-color: #FFFFFF;
  padding: 38px 12px 8px 12px;
}
.gradient-legend.vertical .legend-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.gradient-legend.vertical .legend-header .legend-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 12px;
  font-size: 13px;
}
.gradient-legend.vertical .legend-header .legend-close {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
  flex: 0 0 18px;
  cursor: pointer;
  padding: 12px;
}
.gradient-legend.vertical .legend-header .legend-close.hidden {
  display: none;
  visibility: hidden;
}
.gradient-legend.vertical .legend-ruleset {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.gradient-legend.vertical .legend-ruleset .ruleset-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 4px;
}
.gradient-legend.vertical .legend-ruleset .ruleset-header .ruleset-title {
  color: rgba(0, 0, 0, 0.9);
}
.gradient-legend.vertical .legend-ruleset .ruleset-elements {
  overflow-y: auto;
}
@media screen and (max-width: 480px) {
  .gradient-legend.vertical .legend-ruleset .ruleset-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.gradient-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 6px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  overflow: auto;
}
@media screen and (min-width: 480px) {
  .gradient-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element.bolded {
    color: #000000;
  }
  .gradient-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element.bolded .color-block {
    width: 13px!important;
    height: 13px!important;
  }
  .gradient-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element.bolded .text-block {
    font-size: 12px !important;
  }
}
.gradient-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 8px;
  text-align: left;
  color: #4D4D4D;
}
.gradient-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element .color-block {
  transition: all 250ms;
  width: 10px;
  height: 10px;
  min-width: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 480px) {
  .gradient-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 5px;
    width: 100%;
    height: 100%;
  }
  .gradient-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element .text-block {
    position: absolute;
    bottom: 50px;
    margin: 0 !important;
    display: none;
  }
  .gradient-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element .color-block {
    width: 100%;
    height: 10px;
  }
  .gradient-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element:hover .text-block {
    display: block;
  }
  .gradient-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element:hover .text-block.first {
    left: calc(20px);
  }
  .gradient-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element:hover .text-block.last {
    right: calc(20px);
  }
}
.gradient-legend.custom-legend {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 38px 12px 8px 12px;
}
.gradient-legend.custom-legend .legend-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.gradient-legend.custom-legend .legend-header .legend-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 12px;
  font-size: 13px;
}
.gradient-legend.custom-legend .legend-header .legend-close {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
  flex: 0 0 18px;
  cursor: pointer;
  padding: 12px;
}
.gradient-legend.custom-legend .legend-header .legend-close.hidden {
  display: none;
  visibility: hidden;
}
.gradient-legend.custom-legend .legend-ruleset {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  overflow: auto;
}
.gradient-legend.custom-legend .legend-ruleset .ruleset-header {
  padding: 6px 0 6px 10px;
  margin-bottom: 4px;
}
.gradient-legend.custom-legend .legend-ruleset .ruleset-header .column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 6px;
}
.gradient-legend.custom-legend .legend-ruleset .ruleset-header .column.first {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  flex: 0 0 20px;
  text-align: center;
  text-align: -webkit-center;
  padding-left: 0px;
}
@media screen and (max-width: 480px) {
  .gradient-legend.custom-legend .legend-ruleset .ruleset-header .column.first {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
.gradient-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 6px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .gradient-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 46%;
    flex: 0 1 46%;
  }
}
.gradient-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 8px;
  color: #4D4D4D;
}
.gradient-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column.first {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  flex: 0 0 20px;
  text-align: center;
  text-align: -webkit-center;
  margin: 0px;
}
@media screen and (max-width: 480px) {
  .gradient-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column.first {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
.gradient-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column .legend-icon.line {
  width: 15px;
  height: 10px;
  -webkit-clip-path: polygon(83% 1%, 100% 7%, 71% 99%, 37% 55%, 15% 94%, 0% 76%, 33% 26%, 63% 58%);
  clip-path: polygon(83% 1%, 100% 7%, 71% 99%, 37% 55%, 15% 94%, 0% 76%, 33% 26%, 63% 58%);
}
.gradient-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column .legend-icon.arrow {
  width: 15px;
  height: 10px;
  -webkit-clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
  clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
}
.gradient-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column .legend-icon.circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.gradient-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column .legend-icon.box {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 480px) {
  .gradient-legend.custom-legend .legend-ruleset .ruleset-elements {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .gradient-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-elements {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .gradient-legend.horizontal,
  .gradient-legend.vertical,
  .gradient-legend.custom-legend {
    position: fixed;
    left: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    width: auto;
    max-width: 480px;
    height: 54px;
    border-radius: 0px;
  }
}
.gradient-legend.legend-button {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-height: 50px;
  height: 14px;
  cursor: pointer;
  padding: 10px 12px;
}
@media screen and (max-width: 480px) {
  .gradient-legend.legend-button {
    padding: 22px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    bottom: 16px;
  }
  .gradient-legend.legend-button.left {
    left: 16px;
  }
  .gradient-legend.legend-button.right {
    right: 16px;
  }
  .gradient-legend.legend-button.mapfooter {
    bottom: 16px;
  }
}
.gradient-legend.legend-button .caption {
  color: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 480px) {
  .gradient-legend.legend-button .caption {
    display: none;
    visibility: hidden;
  }
}
.gradient-legend.legend-button .colorbox {
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .gradient-legend.legend-button .colorbox {
    width: 20px;
    height: 20px;
  }
}
.gradient-legend.legend-button .colorbox div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.fadded {
  opacity: 0.4;
}
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.legend-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column nowrap;
  flex-direction: column nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.legend-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column nowrap;
  flex-direction: column nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.legend-description .desc-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  cursor: pointer;
  width: 100%;
}
.legend-description .desc-block .text-block {
  text-align: center;
  width: 100%;
  margin: -3px;
  margin-left: 3px;
}
.legend-description .desc-block .tick-block {
  margin-left: -5px;
  margin-bottom: 3px;
  margin-top: -9px;
  color: rgba(0, 0, 0, 0.6);
  width: 15px;
  text-align: center;
}
.legend-description .desc-block .tick-block.hideFirst {
  visibility: hidden;
}
.legend-description .desc-block .tick-block.last {
  padding-left: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.legend-description .desc-block .tick-block .hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .legend-description .desc-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 5px;
    width: 100%;
    height: 100%;
  }
  .legend-description .desc-block .text-block {
    margin-top: -10px;
  }
  .legend-description .desc-block .tick-block {
    position: relative;
    bottom: 5px;
  }
  .legend-description .desc-block .tick-block.hideFirst {
    visibility: hidden;
  }
}
.legend-description .desc-block .hr-line {
  width: 1px;
  size: 500;
  height: 17px;
  margin-top: -26px;
  margin-bottom: 20px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
}
.legend-description .desc-block .hr-line.firstTick {
  margin-left: 0.2%;
}
.legend-description .desc-block .hr-line.last {
  left: calc(100% - 13px);
  width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 17px;
  color: rgba(0, 0, 0, 0.6);
  height: 0px;
}
.legend-description .desc-block .hr-line .hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .legend-description .desc-block .hr-line {
    margin-top: -27px;
    height: 13px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .legend-description .desc-block .hr-line.last {
    left: calc(100% - 13px);
    width: 1px;
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: rgba(0, 0, 0, 0.6);
  }
}
.horizontal-component-legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
  min-height: 55px;
}
.horizontal-component-legend .choropleth-legend.swipe {
  background: none;
  box-shadow: none;
  border-radius: 0px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 8px 0px 4px 0px;
}
.horizontal-component-legend .choropleth-legend.swipe .legend-ruleset {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.horizontal-component-legend .choropleth-legend.swipe .legend-ruleset .ruleset-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 8px;
  width: 100%;
}
.horizontal-component-legend .choropleth-legend.swipe .legend-ruleset .ruleset-header .ruleset-title {
  color: rgba(0, 0, 0, 0.9);
  padding: 0 4px;
}
.horizontal-component-legend .choropleth-legend.swipe .legend-ruleset .ruleset-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: 8px 0;
  width: 100%;
}
.horizontal-component-legend .choropleth-legend.swipe .legend-ruleset .ruleset-elements .ruleset-element {
  display: inline-block;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  cursor: pointer;
  margin: 0 4px;
}
@media screen and (max-width: 480px) {
  .horizontal-component-legend .choropleth-legend.swipe .legend-ruleset .ruleset-elements .ruleset-element {
    margin: 0 2px;
  }
}
.horizontal-component-legend .choropleth-legend.swipe .legend-ruleset .ruleset-elements .ruleset-element .color-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  height: 13px;
  width: 100%;
  position: relative;
  bottom: -10px;
}
.horizontal-component-legend .choropleth-legend.swipe .legend-ruleset .ruleset-elements .ruleset-element .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  opacity: 0;
  font-size: 80%;
  position: absolute;
  bottom: 5px;
  width: 200%;
  left: -50%;
  text-align: center;
}
.horizontal-component-legend .choropleth-legend.swipe .legend-ruleset .ruleset-elements .ruleset-element .text-block.first {
  left: 0;
  text-align: left;
}
.horizontal-component-legend .choropleth-legend.swipe .legend-ruleset .ruleset-elements .ruleset-element .text-block.last {
  left: auto;
  right: 0;
  text-align: right;
}
.horizontal-component-legend .choropleth-legend.swipe .legend-ruleset .ruleset-elements .ruleset-element .tooltip {
  visibility: hidden;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
  top: 70px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
  top: 300%;
  position: absolute;
  z-index: 1;
  margin-left: -60%;
  min-width: 40px;
}
.horizontal-component-legend .choropleth-legend.swipe .legend-ruleset .ruleset-elements .ruleset-element:hover .color-block {
  opacity: 1;
}
.horizontal-component-legend .choropleth-legend.swipe .legend-ruleset .ruleset-elements .ruleset-element:hover .text-block {
  opacity: 1;
}
.horizontal-component-legend .choropleth-legend.swipe .legend-ruleset .ruleset-elements .ruleset-element:hover .tooltip {
  visibility: visible;
}
.choropleth-legend {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px 12px;
  z-index: 9;
  font-size: 12px;
}
.choropleth-legend.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  position: absolute;
  min-width: 170px;
  font-size: 11px;
  background-color: #FFFFFF;
  padding: 38px 12px 8px 12px;
  overflow: hidden;
}
.choropleth-legend.horizontal .legend-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.choropleth-legend.horizontal .legend-header .legend-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 12px;
  font-size: 13px;
}
.choropleth-legend.horizontal .legend-header .legend-close {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
  flex: 0 0 18px;
  cursor: pointer;
  padding: 12px;
}
.choropleth-legend.horizontal .legend-header .legend-close.hidden {
  display: none;
  visibility: hidden;
}
.choropleth-legend.horizontal .legend-ruleset {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row nowrap;
  flex-direction: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 2px;
}
@media screen and (max-width: 480px) {
  .choropleth-legend.horizontal .legend-ruleset {
    width: 100%!important;
  }
}
.choropleth-legend.horizontal .legend-ruleset .ruleset-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 170px;
  flex: 0 1 170px;
  margin-bottom: 4px;
}
.choropleth-legend.horizontal .legend-ruleset .ruleset-header .ruleset-title {
  color: rgba(0, 0, 0, 0.9);
  padding-right: 8px;
}
.choropleth-legend.horizontal .legend-ruleset .ruleset-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: auto;
}
@media screen and (max-width: 480px) {
  .choropleth-legend.horizontal .legend-ruleset .ruleset-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.choropleth-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.choropleth-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element .text-block {
  display: block;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 8px;
  text-align: center;
  color: #4D4D4D;
  font-size: 9px;
}
.choropleth-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element .text-block.hidden {
  display: none;
  visibility: hidden;
}
.choropleth-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element .color-block {
  display: block;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 4px;
  height: 14px;
}
@media screen and (min-width: 480px) {
  .choropleth-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element.bolded {
    color: #000000;
  }
  .choropleth-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element.bolded .color-block {
    margin-top: 1px;
    height: 17px;
  }
}
@media screen and (max-width: 480px) {
  .choropleth-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 5px;
    width: 100%;
    height: 100%;
  }
  .choropleth-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element .text-block {
    position: absolute;
    bottom: 50px;
    margin: 0 !important;
    display: none;
  }
  .choropleth-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element .color-block {
    width: 100%;
    height: 10px;
  }
  .choropleth-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element:hover .text-block {
    display: block;
  }
  .choropleth-legend.horizontal .legend-ruleset .ruleset-elements .ruleset-element:hover .text-block.first {
    left: calc(20px);
  }
}
.choropleth-legend.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  height: auto;
  position: absolute;
  min-width: 170px;
  background-color: #FFFFFF;
  padding: 38px 12px 8px 12px;
}
.choropleth-legend.vertical .legend-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.choropleth-legend.vertical .legend-header .legend-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 12px;
  font-size: 13px;
}
.choropleth-legend.vertical .legend-header .legend-close {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
  flex: 0 0 18px;
  cursor: pointer;
  padding: 12px;
}
.choropleth-legend.vertical .legend-header .legend-close.hidden {
  display: none;
  visibility: hidden;
}
.choropleth-legend.vertical .legend-ruleset {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.choropleth-legend.vertical .legend-ruleset .ruleset-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 4px;
}
.choropleth-legend.vertical .legend-ruleset .ruleset-header .ruleset-title {
  color: rgba(0, 0, 0, 0.9);
}
.choropleth-legend.vertical .legend-ruleset .ruleset-elements {
  overflow-y: auto;
}
@media screen and (max-width: 480px) {
  .choropleth-legend.vertical .legend-ruleset .ruleset-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  }
}
.choropleth-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 6px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  overflow: auto;
}
@media screen and (min-width: 480px) {
  .choropleth-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element.bolded {
    color: #000000;
  }
  .choropleth-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element.bolded .color-block {
    width: 13px!important;
    height: 13px!important;
  }
  .choropleth-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element.bolded .text-block {
    font-size: 12px !important;
  }
}
.choropleth-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 8px;
  text-align: left;
  color: #4D4D4D;
}
.choropleth-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element .color-block {
  transition: all 250ms;
  width: 10px;
  height: 10px;
  min-width: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 480px) {
  .choropleth-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 5px;
    width: 100%;
    height: 100%;
  }
  .choropleth-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element .text-block {
    position: absolute;
    bottom: 50px;
    margin: 0 !important;
    display: none;
  }
  .choropleth-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element .color-block {
    width: 100%;
    height: 10px;
  }
  .choropleth-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element:hover .text-block {
    display: block;
  }
  .choropleth-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element:hover .text-block.first {
    left: calc(20px);
  }
  .choropleth-legend.vertical .legend-ruleset .ruleset-elements .ruleset-element:hover .text-block.last {
    right: calc(20px);
  }
}
.choropleth-legend.custom-legend {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 38px 12px 8px 12px;
}
.choropleth-legend.custom-legend .legend-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.choropleth-legend.custom-legend .legend-header .legend-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 12px;
  font-size: 13px;
}
.choropleth-legend.custom-legend .legend-header .legend-close {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
  flex: 0 0 18px;
  cursor: pointer;
  padding: 12px;
}
.choropleth-legend.custom-legend .legend-header .legend-close.hidden {
  display: none;
  visibility: hidden;
}
.choropleth-legend.custom-legend .legend-ruleset {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  overflow: auto;
}
.choropleth-legend.custom-legend .legend-ruleset .ruleset-header {
  padding: 6px 0 6px 10px;
  margin-bottom: 4px;
}
.choropleth-legend.custom-legend .legend-ruleset .ruleset-header .column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 6px;
}
.choropleth-legend.custom-legend .legend-ruleset .ruleset-header .column.first {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  flex: 0 0 20px;
  text-align: center;
  text-align: -webkit-center;
  padding-left: 0px;
}
@media screen and (max-width: 480px) {
  .choropleth-legend.custom-legend .legend-ruleset .ruleset-header .column.first {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
.choropleth-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 6px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .choropleth-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 46%;
    flex: 0 1 46%;
  }
}
.choropleth-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 8px;
  color: #4D4D4D;
}
.choropleth-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column.first {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  flex: 0 0 20px;
  text-align: center;
  text-align: -webkit-center;
  margin: 0px;
}
@media screen and (max-width: 480px) {
  .choropleth-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column.first {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
.choropleth-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column .legend-icon.line {
  width: 15px;
  height: 10px;
  -webkit-clip-path: polygon(83% 1%, 100% 7%, 71% 99%, 37% 55%, 15% 94%, 0% 76%, 33% 26%, 63% 58%);
  clip-path: polygon(83% 1%, 100% 7%, 71% 99%, 37% 55%, 15% 94%, 0% 76%, 33% 26%, 63% 58%);
}
.choropleth-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column .legend-icon.arrow {
  width: 15px;
  height: 10px;
  -webkit-clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
  clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
}
.choropleth-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column .legend-icon.circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.choropleth-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column .legend-icon.box {
  width: 10px;
  height: 10px;
}
.choropleth-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column .legend-icon.line {
  width: 15px;
  height: 10px;
  -webkit-clip-path: polygon(83% 1%, 100% 7%, 71% 99%, 37% 55%, 15% 94%, 0% 76%, 33% 26%, 63% 58%);
  clip-path: polygon(83% 1%, 100% 7%, 71% 99%, 37% 55%, 15% 94%, 0% 76%, 33% 26%, 63% 58%);
}
.choropleth-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-element .column .legend-icon.pattern {
  width: 20px;
  height: 20px;
  background-repeat: repeat;
  opacity: 0.7;
}
@media screen and (max-width: 480px) {
  .choropleth-legend.custom-legend .legend-ruleset .ruleset-elements {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .choropleth-legend.custom-legend .legend-ruleset .ruleset-elements .ruleset-elements {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .choropleth-legend.horizontal,
  .choropleth-legend.vertical,
  .choropleth-legend.custom-legend {
    position: fixed;
    left: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    width: auto;
    max-width: 480px;
    height: 54px;
    border-radius: 0px;
  }
}
.choropleth-legend.legend-button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-height: 50px;
  height: 14px;
  cursor: pointer;
  padding: 10px 12px;
}
@media screen and (max-width: 480px) {
  .choropleth-legend.legend-button {
    padding: 22px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    bottom: 16px;
  }
  .choropleth-legend.legend-button.left {
    left: 16px;
  }
  .choropleth-legend.legend-button.right {
    right: 16px;
  }
  .choropleth-legend.legend-button.mapfooter {
    bottom: 16px;
  }
}
.choropleth-legend.legend-button .caption {
  color: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 480px) {
  .choropleth-legend.legend-button .caption {
    display: none;
    visibility: hidden;
  }
}
.choropleth-legend.legend-button .colorbox {
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .choropleth-legend.legend-button .colorbox {
    width: 20px;
    height: 20px;
  }
}
.choropleth-legend.legend-button .colorbox div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.fadded {
  opacity: 0.4;
}
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.play-button {
  position: absolute;
  bottom: 5px;
  right: 90px;
  background-color: #e6e6e6;
  border-radius: 4px;
  padding: 5px;
  cursor: pointer;
}
.changeovertime-slider-container {
  position: absolute;
  width: calc(100% - 16px);
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-flex-flow: column;
  flex-flow: column;
  margin: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 3px;
}
.changeovertime-slider-container .up {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 480px) {
  .changeovertime-slider-container .up {
    display: none;
  }
}
.changeovertime-slider-container .up .yearlabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20px;
  flex: 0 1 20px;
  margin: 6px 12px;
  font-size: 110%;
  color: #aaa;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.changeovertime-slider-container .up .yearlabel.start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.changeovertime-slider-container .up .yearlabel.end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.changeovertime-slider-container .up .yearlabel .year,
.changeovertime-slider-container .up .yearlabel .month {
  margin: 0 4px;
}
.changeovertime-slider-container .up .controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.changeovertime-slider-container .up .controls .yearlabel.current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 110px;
  flex: 0 1 110px;
  padding: 6px 10px;
  margin: 0px;
  color: #FFFFFF;
  background-color: #aaa;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.changeovertime-slider-container .up .controls .yearlabel .year,
.changeovertime-slider-container .up .controls .yearlabel .month {
  margin: 0 4px;
}
.changeovertime-slider-container .up .controls .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.changeovertime-slider-container .up .controls .button .play,
.changeovertime-slider-container .up .controls .button .pause {
  background-color: #4D4D4D;
  opacity: 0.8;
  width: 50px;
  height: 100%;
  border-radius: 0;
  border-bottom-right-radius: 3px;
}
.changeovertime-slider-container .up .controls .button .play:hover,
.changeovertime-slider-container .up .controls .button .pause:hover {
  background-color: #4D4D4D;
  opacity: 1;
}
.changeovertime-slider-container .down {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.changeovertime-slider-container .down .slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.changeovertime-slider-container .down .slider .yearlabel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 120px;
  flex: 1 1 120px;
  min-width: 120px;
  margin: 7px;
  font-size: 110%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .changeovertime-slider-container .down .slider .yearlabel {
    display: none;
  }
}
.changeovertime-slider-container .down .slider .yearlabel.start,
.changeovertime-slider-container .down .slider .yearlabel.end {
  color: #aaa;
  margin: 6px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .changeovertime-slider-container .down .slider .yearlabel.start,
  .changeovertime-slider-container .down .slider .yearlabel.end {
    margin: 6px;
  }
}
.changeovertime-slider-container .down .slider .yearlabel .year,
.changeovertime-slider-container .down .slider .yearlabel .month {
  margin: 0 4px;
}
@media screen and (max-width: 480px) {
  .changeovertime-slider-container .down .slider {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 16px;
  }
}
.changeovertime-slider-container .down .slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 16px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.changeovertime-slider-container .down .slider input[type=range]:focus {
  outline: none;
}
.changeovertime-slider-container .down .slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(102, 102, 102, 0), 0px 0px 1px rgba(115, 115, 115, 0);
  background: rgba(204, 204, 204, 0.58);
  border-radius: 1px;
  border: 2.1px solid rgba(0, 0, 0, 0);
}
.changeovertime-slider-container .down .slider input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #666666, 0px 0px 1px #737373;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 25px;
  width: 25px;
  border-radius: 12px;
  background: #dddddd;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -13.6px;
}
.changeovertime-slider-container .down .slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(237, 237, 237, 0.58);
}
.changeovertime-slider-container .down .slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(102, 102, 102, 0), 0px 0px 1px rgba(115, 115, 115, 0);
  background: rgba(204, 204, 204, 0.58);
  border-radius: 1px;
  border: 2.1px solid rgba(0, 0, 0, 0);
}
.changeovertime-slider-container .down .slider input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #666666, 0px 0px 1px #737373;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 25px;
  width: 25px;
  border-radius: 12px;
  background: #dddddd;
  cursor: pointer;
}
.changeovertime-slider-container .down .slider input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.changeovertime-slider-container .down .slider input[type=range]::-ms-fill-lower {
  background: rgba(171, 171, 171, 0.58);
  border: 2.1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(102, 102, 102, 0), 0px 0px 1px rgba(115, 115, 115, 0);
}
.changeovertime-slider-container .down .slider input[type=range]::-ms-fill-upper {
  background: rgba(204, 204, 204, 0.58);
  border: 2.1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(102, 102, 102, 0), 0px 0px 1px rgba(115, 115, 115, 0);
}
.changeovertime-slider-container .down .slider input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #666666, 0px 0px 1px #737373;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 25px;
  width: 25px;
  border-radius: 12px;
  background: #dddddd;
  cursor: pointer;
  height: 2px;
}
.changeovertime-slider-container .down .slider input[type=range]:focus::-ms-fill-lower {
  background: rgba(204, 204, 204, 0.58);
}
.changeovertime-slider-container .down .slider input[type=range]:focus::-ms-fill-upper {
  background: rgba(237, 237, 237, 0.58);
}
.changeovertime-slider-container .down .controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 36px;
  width: 200px;
  left: calc(50% - 100px);
}
.changeovertime-slider-container .down .controls .yearlabel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 120px;
  flex: 1 1 120px;
  min-width: 120px;
  margin: 7px;
  font-size: 110%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .changeovertime-slider-container .down .controls .yearlabel {
    display: none;
  }
}
.changeovertime-slider-container .down .controls .yearlabel.current {
  padding: 6px 15px;
  height: 24px;
  margin: 0px;
  color: #FFFFFF;
  background-color: #aaa;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .changeovertime-slider-container .down .controls .yearlabel.current {
    border-radius: 0;
    border-bottom-left-radius: 3px;
  }
}
.changeovertime-slider-container .down .controls .yearlabel .year,
.changeovertime-slider-container .down .controls .yearlabel .month {
  margin: 0 4px;
}
.changeovertime-slider-container .down .controls .button {
  height: 36px;
}
@media screen and (max-width: 480px) {
  .changeovertime-slider-container .down .controls .button {
    display: none;
  }
}
.changeovertime-slider-container .down .controls .button .play,
.changeovertime-slider-container .down .controls .button .pause {
  background-color: #4D4D4D;
  opacity: 0.8;
  width: 40px;
  height: 100%;
  border-radius: 0;
  border-bottom-right-radius: 3px;
}
.changeovertime-slider-container .down .controls .button .play:hover,
.changeovertime-slider-container .down .controls .button .pause:hover {
  background-color: #4D4D4D;
  opacity: 1;
}
.changeovertime-slider-container .down .hint {
  display: block;
  position: absolute;
  width: 250px;
  top: 75px;
  font-size: 85%;
  padding: 10px;
  padding-top: 25px;
  left: calc(50% - 122px);
  background-color: #000000;
  color: #FFFFFF;
  opacity: 0.5;
  -webkit-clip-path: polygon(0% 20%, 70% 20%, 75% 0%, 80% 20%, 100% 20%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 20%, 70% 20%, 75% 0%, 80% 20%, 100% 20%, 100% 100%, 0% 100%);
  text-align: center;
}
@media screen and (max-width: 480px) {
  .changeovertime-slider-container .down .hint {
    left: 8%;
    width: 73%;
    font-size: 95%;
    padding: 10px;
    padding-top: 30px;
    -webkit-clip-path: polygon(0% 20%, 75% 20%, 80% 0%, 85% 20%, 100% 20%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 20%, 75% 20%, 80% 0%, 85% 20%, 100% 20%, 100% 100%, 0% 100%);
  }
}
.changeovertime-slider-container {
  position: absolute;
  width: calc(100% - 16px);
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-flex-flow: column;
  flex-flow: column;
  margin: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 3px;
}
.changeovertime-slider-container .up {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 480px) {
  .changeovertime-slider-container .up {
    display: none;
  }
}
.changeovertime-slider-container .up .yearlabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20px;
  flex: 0 1 20px;
  margin: 6px 12px;
  font-size: 110%;
  color: #aaa;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.changeovertime-slider-container .up .yearlabel.start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.changeovertime-slider-container .up .yearlabel.end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.changeovertime-slider-container .up .yearlabel .year,
.changeovertime-slider-container .up .yearlabel .month {
  margin: 0 4px;
}
.changeovertime-slider-container .up .controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.changeovertime-slider-container .up .controls .yearlabel.current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 110px;
  flex: 0 1 110px;
  padding: 6px 10px;
  margin: 0px;
  color: #FFFFFF;
  background-color: #aaa;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.changeovertime-slider-container .up .controls .yearlabel .year,
.changeovertime-slider-container .up .controls .yearlabel .month {
  margin: 0 4px;
}
.changeovertime-slider-container .up .controls .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.changeovertime-slider-container .up .controls .button .play,
.changeovertime-slider-container .up .controls .button .pause {
  background-color: #4D4D4D;
  opacity: 0.8;
  width: 50px;
  height: 100%;
  border-radius: 0;
  border-bottom-right-radius: 3px;
}
.changeovertime-slider-container .up .controls .button .play:hover,
.changeovertime-slider-container .up .controls .button .pause:hover {
  background-color: #4D4D4D;
  opacity: 1;
}
.changeovertime-slider-container .down {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.changeovertime-slider-container .down .slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.changeovertime-slider-container .down .slider .yearlabel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 120px;
  flex: 1 1 120px;
  min-width: 120px;
  margin: 7px;
  font-size: 110%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .changeovertime-slider-container .down .slider .yearlabel {
    display: none;
  }
}
.changeovertime-slider-container .down .slider .yearlabel.start,
.changeovertime-slider-container .down .slider .yearlabel.end {
  color: #aaa;
  margin: 6px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .changeovertime-slider-container .down .slider .yearlabel.start,
  .changeovertime-slider-container .down .slider .yearlabel.end {
    margin: 6px;
  }
}
.changeovertime-slider-container .down .slider .yearlabel .year,
.changeovertime-slider-container .down .slider .yearlabel .month {
  margin: 0 4px;
}
@media screen and (max-width: 480px) {
  .changeovertime-slider-container .down .slider {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 16px;
  }
}
.changeovertime-slider-container .down .slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 16px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.changeovertime-slider-container .down .slider input[type=range]:focus {
  outline: none;
}
.changeovertime-slider-container .down .slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(102, 102, 102, 0), 0px 0px 1px rgba(115, 115, 115, 0);
  background: rgba(204, 204, 204, 0.58);
  border-radius: 1px;
  border: 2.1px solid rgba(0, 0, 0, 0);
}
.changeovertime-slider-container .down .slider input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #666666, 0px 0px 1px #737373;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 25px;
  width: 25px;
  border-radius: 12px;
  background: #dddddd;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -13.6px;
}
.changeovertime-slider-container .down .slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(237, 237, 237, 0.58);
}
.changeovertime-slider-container .down .slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(102, 102, 102, 0), 0px 0px 1px rgba(115, 115, 115, 0);
  background: rgba(204, 204, 204, 0.58);
  border-radius: 1px;
  border: 2.1px solid rgba(0, 0, 0, 0);
}
.changeovertime-slider-container .down .slider input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #666666, 0px 0px 1px #737373;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 25px;
  width: 25px;
  border-radius: 12px;
  background: #dddddd;
  cursor: pointer;
}
.changeovertime-slider-container .down .slider input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.changeovertime-slider-container .down .slider input[type=range]::-ms-fill-lower {
  background: rgba(171, 171, 171, 0.58);
  border: 2.1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(102, 102, 102, 0), 0px 0px 1px rgba(115, 115, 115, 0);
}
.changeovertime-slider-container .down .slider input[type=range]::-ms-fill-upper {
  background: rgba(204, 204, 204, 0.58);
  border: 2.1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(102, 102, 102, 0), 0px 0px 1px rgba(115, 115, 115, 0);
}
.changeovertime-slider-container .down .slider input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #666666, 0px 0px 1px #737373;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 25px;
  width: 25px;
  border-radius: 12px;
  background: #dddddd;
  cursor: pointer;
  height: 2px;
}
.changeovertime-slider-container .down .slider input[type=range]:focus::-ms-fill-lower {
  background: rgba(204, 204, 204, 0.58);
}
.changeovertime-slider-container .down .slider input[type=range]:focus::-ms-fill-upper {
  background: rgba(237, 237, 237, 0.58);
}
.changeovertime-slider-container .down .controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 36px;
  width: 200px;
  left: calc(50% - 100px);
}
.changeovertime-slider-container .down .controls .yearlabel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 120px;
  flex: 1 1 120px;
  min-width: 120px;
  margin: 7px;
  font-size: 110%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .changeovertime-slider-container .down .controls .yearlabel {
    display: none;
  }
}
.changeovertime-slider-container .down .controls .yearlabel.current {
  padding: 6px 15px;
  height: 24px;
  margin: 0px;
  color: #FFFFFF;
  background-color: #aaa;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .changeovertime-slider-container .down .controls .yearlabel.current {
    border-radius: 0;
    border-bottom-left-radius: 3px;
  }
}
.changeovertime-slider-container .down .controls .yearlabel .year,
.changeovertime-slider-container .down .controls .yearlabel .month {
  margin: 0 4px;
}
.changeovertime-slider-container .down .controls .button {
  height: 36px;
}
@media screen and (max-width: 480px) {
  .changeovertime-slider-container .down .controls .button {
    display: none;
  }
}
.changeovertime-slider-container .down .controls .button .play,
.changeovertime-slider-container .down .controls .button .pause {
  background-color: #4D4D4D;
  opacity: 0.8;
  width: 40px;
  height: 100%;
  border-radius: 0;
  border-bottom-right-radius: 3px;
}
.changeovertime-slider-container .down .controls .button .play:hover,
.changeovertime-slider-container .down .controls .button .pause:hover {
  background-color: #4D4D4D;
  opacity: 1;
}
.changeovertime-slider-container .down .hint {
  display: block;
  position: absolute;
  width: 250px;
  top: 75px;
  font-size: 85%;
  padding: 10px;
  padding-top: 25px;
  left: calc(50% - 122px);
  background-color: #000000;
  color: #FFFFFF;
  opacity: 0.5;
  -webkit-clip-path: polygon(0% 20%, 70% 20%, 75% 0%, 80% 20%, 100% 20%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 20%, 70% 20%, 75% 0%, 80% 20%, 100% 20%, 100% 100%, 0% 100%);
  text-align: center;
}
@media screen and (max-width: 480px) {
  .changeovertime-slider-container .down .hint {
    left: 8%;
    width: 73%;
    font-size: 95%;
    padding: 10px;
    padding-top: 30px;
    -webkit-clip-path: polygon(0% 20%, 75% 20%, 80% 0%, 85% 20%, 100% 20%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 20%, 75% 20%, 80% 0%, 85% 20%, 100% 20%, 100% 100%, 0% 100%);
  }
}
.summary-level-dropdown {
  padding: 7px;
}
.summary-level-dropdown select {
  min-width: 150px;
}
.map-container,
.map-container-swipe,
.map-container-sidebyside {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
}
.map-container.dragonfly-map,
.map-container-swipe.dragonfly-map,
.map-container-sidebyside.dragonfly-map {
  position: absolute!important;
  font-family: 'Roboto', sans-serif !important;
  overflow: hidden!important;
  line-height: 14px;
}
.map-container .map,
.map-container-swipe .map,
.map-container-sidebyside .map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
}
.map-container .info-bubble,
.map-container-swipe .info-bubble,
.map-container-sidebyside .info-bubble,
.map-container .annotation-popup,
.map-container-swipe .annotation-popup,
.map-container-sidebyside .annotation-popup,
.map-container .map-overlay-container,
.map-container-swipe .map-overlay-container,
.map-container-sidebyside .map-overlay-container,
.map-container .choropleth-legend,
.map-container-swipe .choropleth-legend,
.map-container-sidebyside .choropleth-legend,
.map-container .map-control,
.map-container-swipe .map-control,
.map-container-sidebyside .map-control,
.map-container .se-logo,
.map-container-swipe .se-logo,
.map-container-sidebyside .se-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
}
.map-container .se-logo,
.map-container-swipe .se-logo,
.map-container-sidebyside .se-logo {
  z-index: 2;
}
.map-container .choropleth-legend,
.map-container-swipe .choropleth-legend,
.map-container-sidebyside .choropleth-legend {
  z-index: 5;
}
.map-container .annotation-popup,
.map-container-swipe .annotation-popup,
.map-container-sidebyside .annotation-popup {
  z-index: 7;
}
.map-container .info-bubble,
.map-container-swipe .info-bubble,
.map-container-sidebyside .info-bubble {
  z-index: 9;
}
.map-container .map-control,
.map-container-swipe .map-control,
.map-container-sidebyside .map-control {
  z-index: 11;
}
.map-container .map-overlay-container,
.map-container-swipe .map-overlay-container,
.map-container-sidebyside .map-overlay-container {
  z-index: 13;
}
.map-container .left,
.map-container-swipe .left,
.map-container-sidebyside .left {
  left: 8px;
}
.map-container .right,
.map-container-swipe .right,
.map-container-sidebyside .right {
  right: 8px;
}
.map-container .header,
.map-container-swipe .header,
.map-container-sidebyside .header {
  top: 8px;
}
.map-container .mapheader,
.map-container-swipe .mapheader,
.map-container-sidebyside .mapheader {
  top: 127px;
}
.map-container .mapheader-inline,
.map-container-swipe .mapheader-inline,
.map-container-sidebyside .mapheader-inline {
  top: 82px;
}
@media screen and (max-width: 480px) {
  .map-container .mapheader-inline,
  .map-container-swipe .mapheader-inline,
  .map-container-sidebyside .mapheader-inline {
    top: 115px;
  }
}
.map-container .mapheader-inline-novariables,
.map-container-swipe .mapheader-inline-novariables,
.map-container-sidebyside .mapheader-inline-novariables {
  top: 70px;
}
@media screen and (max-width: 480px) {
  .map-container .mapheader-inline-novariables,
  .map-container-swipe .mapheader-inline-novariables,
  .map-container-sidebyside .mapheader-inline-novariables {
    top: 70px;
  }
}
.map-container .mapfooter,
.map-container-swipe .mapfooter,
.map-container-sidebyside .mapfooter {
  bottom: 8px;
}
.map-container .se-logo,
.map-container-swipe .se-logo,
.map-container-sidebyside .se-logo {
  bottom: 8px;
  width: 150px;
  height: 50px;
  left: calc(50% - 75px);
  background-image: url("../svg/SE logo.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.35;
}
@media screen and (max-width: 480px) {
  .map-container .se-logo,
  .map-container-swipe .se-logo,
  .map-container-sidebyside .se-logo {
    left: 24px;
  }
  .map-container .se-logo.right,
  .map-container-swipe .se-logo.right,
  .map-container-sidebyside .se-logo.right {
    left: auto;
    right: 24px;
  }
}
.map-container-sidebyside.dragonfly-map {
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.visualization.sidebyside #shadedright {
  left: 50%;
}
.map-container-swipe {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
}
.map-container-swipe .map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
}
#swipe-ruler {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 5px;
  background-color: gray;
  cursor: e-resize;
}
#swipe-ruler:hover {
  background-color: silver;
}
#swipe-ruler:before {
  content: '\0020';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: gray;
  background-image: url("../svg/ic_settings_ethernet_white_18px.svg");
  background-size: 70% 70%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: 50%;
  left: -17.5px;
  line-height: 40px;
  font-size: 1.8em;
  color: white;
  text-align: center;
}
#swipe-ruler:hover:before {
  background-color: silver;
  color: black;
}
.swipe-header-container {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
}
.swipe-header-container .swipe-header {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swipe-header-container .swipe-header .variable-level-picker {
  margin-top: 20px;
}
.swipe-header-container .swipe-header.left {
  margin-right: 8px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  order: 0;
}
.swipe-header-container .swipe-header.left .variable-level-picker {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.swipe-header-container .swipe-header.left .variable-level-picker .variable-selector {
  margin-left: 0px;
  margin-right: 20px;
}
.swipe-header-container .swipe-header.right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
}
.swipe-header-container .swipe-header.right .variable-level-picker {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.swipe-header-container .swipe-header.right .variable-level-picker .variable-selector {
  margin-left: 20px;
  margin-right: 0px;
}
.swipe-header-container .swipe-header.right .header-swipe .horizontal-component-legend .choropleth-legend.swipe .legend-ruleset .ruleset-header {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.swipe-header-container .swipe-header .legend-container {
  background-color: #FFFFFF;
  border: 1px solid #999;
  padding: 1% 3%;
}
.map-container-sidebyside {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.map-container-sidebyside .map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
}
#sidebyside-ruler {
  position: absolute;
  top: 0px;
  left: calc(50% - 2px);
  height: 100%;
  width: 4px;
  background-color: #4D4D4D;
}
#sidebyside-ruler:hover:before {
  color: black;
}
.sidebyside-header-container {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
}
.sidebyside-header-container .sidebyside-header {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sidebyside-header-container .sidebyside-header .variable-level-picker {
  margin-top: 20px;
}
.sidebyside-header-container .sidebyside-header.left {
  margin-right: 8px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  order: 0;
}
.sidebyside-header-container .sidebyside-header.left .variable-level-picker {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.sidebyside-header-container .sidebyside-header.left .variable-level-picker .variable-selector {
  margin-left: 0px;
  margin-right: 20px;
}
.sidebyside-header-container .sidebyside-header.right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
}
.sidebyside-header-container .sidebyside-header.right .variable-level-picker {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.sidebyside-header-container .sidebyside-header.right .variable-level-picker .variable-selector {
  margin-left: 20px;
  margin-right: 0px;
}
.sidebyside-header-container .sidebyside-header.right .header-swipe .horizontal-component-legend .choropleth-legend .legend-ruleset .ruleset-header {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.sidebyside-header-container .sidebyside-header .legend-container {
  background-color: #FFFFFF;
  border: 1px solid #999;
  padding: 1% 3%;
}
.geosearch {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 50%;
  height: 100%;
}
.geosearch .input-container {
  height: 100%;
}
.geosearch .input-container input {
  width: calc(100% - 20px);
  height: calc(100% - 12px);
  box-sizing: border-box;
  display: block;
  background-color: transparent;
  color: #000;
  opacity: 0.7;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  margin: 10px;
  margin-bottom: 4px;
  padding: 0 10px 4px 10px;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  font-family: inherit;
  line-height: inherit;
  background-image: none;
  -webkit-appearance: textfield;
  -webkit-rtl-ordering: logical;
  background-image: url(../svg/ic_search_black_18px.svg);
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.geosearch .input-container input:focus {
  border-bottom: 1.5px solid #4EB3E3;
  opacity: 0.8;
}
.geosearch .input-container input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.geosearch .input-container input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.geosearch .input-container input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.geosearch .results-container {
  display: block;
  height: 0px;
}
.geosearch .results-container .results-list {
  display: block;
  height: auto;
  position: relative;
  left: 10px;
  width: calc(100% - 20px);
  padding: 4px 0;
  background-color: #fff;
  overflow-y: auto;
}
.geosearch .results-container .results-list .element {
  display: block;
  font-size: 80%;
  padding: 8px 10px;
  cursor: pointer;
  margin-top: 0px;
}
.geosearch .results-container .results-list .element:hover {
  background-color: #ddd;
}
.geosearch .results-container .results-list .element.focused {
  background-color: #bbb;
}
.geosearch .results-container .results-list .element.label {
  font-style: italic;
  color: #db6754;
  text-transform: uppercase;
  border-bottom: 1px solid #db6754;
}
.icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.icon.button {
  cursor: pointer;
}
.icon.close {
  width: 18px;
  height: 18px;
  background-image: url('../svg/ic_close_black_24px.svg');
}
.icon.close.white {
  background-image: url('../svg/ic_close_white_24px.svg');
}
.icon.close.bigger {
  width: 30px;
  height: 30px;
  background-size: cover;
  opacity: 0.6;
}
.icon.navigate-left {
  background-image: url('../svg/ic_chevron_left_black_24px.svg');
}
.icon.navigate-right {
  background-image: url('../svg/ic_chevron_right_black_24px.svg');
}
.icon.navigate-down {
  background-image: url('../svg/ic_arrow_drop_down_black_24px.svg');
}
.icon.navigate-up {
  background-image: url('../svg/ic_arrow_drop_up_black_24px.svg');
}
.icon.map-zoom-in {
  background-image: url('../svg/ic_add_black_24px.svg');
}
.icon.map-zoom-out {
  background-image: url('../svg/ic_remove_black_24px.svg');
}
.icon.map-zoom-reset {
  background-image: url('../svg/ic_home_black_24px.svg');
  opacity: 0.8;
}
.icon.map-locate-me {
  background-image: url('../svg/ic_my_location_black_24px.svg');
  opacity: 0.9;
}
.icon.play {
  background-image: url('../svg/ic_play_arrow_white_24px.svg');
  opacity: 0.9;
}
.icon.pause {
  background-image: url('../svg/ic_pause_white_24px.svg');
  opacity: 0.9;
}
.icon.info {
  background-image: url('../svg/ic_info_black_24px.svg');
  opacity: 0.35;
}
.icon.video {
  width: 35px;
  background-image: url('../svg/ic_ondemand_video_black_24px.svg');
  opacity: 0.35;
}
.dropdown-picker-selected-item {
  border: 1px solid #666;
}
.dragonfly-ctrl {
  display: none;
}
.variable-selector .dropdown-picker-container {
  width: auto!important;
  min-width: 150px;
}
#features {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  margin-left: 70%;
  font-family: sans-serif;
  overflow-y: scroll;
  background-color: #fafafa;
}
section {
  padding: 25px 50px;
  line-height: 25px;
  border-bottom: 1px solid #ddd;
  opacity: 0.25;
  font-size: 13px;
}
section.active {
  opacity: 1;
}
section:last-child {
  border-bottom: none;
  margin-bottom: 200px;
}
@media screen and (max-width: 480px) {
  :focus {
    outline: none;
  }
}

.body-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.body-container .app-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  flex: 0 0 20px;
  padding: 10px;
  height: 1em;
  font-weight: bolder;
}
.body-container .app-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  box-shadow: 10px 10px 5px #888888;
}
.body-container .app-container .visualization.swipe,
.body-container .app-container .visualization.sidebyside {
  position: relative!important;
}
.body-container .app-container .visualization .sidebyside-header-container {
  position: absolute;
}
.swipe-header-container {
  top: auto!important;
}

.icon.button.info { opacity: 0.6; }
.icon.button.video { opacity: 0.6; }
.icon.map-zoom-reset { opacity: 0.6; }
.mui-btn { text-shadow: none; color: #000; background: #ddd; }
.mui-btn:hover { color: #000; background: #fff; }
