.materialUI .customDialog .ui-dialog-titlebar {
  display: none;
}

.materialUI .ui-dialog.ui-widget.customDialog {
  border-radius: 16px;
  border: 1px solid #fefefe;
  padding-bottom: 20px;
}

.materialUI #share-picker {
  background: #f1f1f1;
  width: 0px;
  height: 40px;
  padding: 0px;
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  outline: none;
  border: 1px solid #d3d3d3;
  padding-left: 38px;
  padding-right: 0px;
  border-radius: 4px;
  position: relative;
  z-index: 99;
  bottom: auto;
  display: none;
}

.materialUI #share-picker {
  left: auto;
  right: auto;
}

.materialUI #share-picker .ui-button {
  margin-top: 0px;
  display: block;
  width: 40px;
  height: 40px;
  background: #f1f1f1;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  outline: none;
  position: relative;
  border-radius: 0px;
}

.materialUI #share-picker.ui-state-hover {
  border: 1px solid #d3d3d3;
}

.materialUI #share-picker .ui-icon-custom-share-black {
  background: url('../img/sharing-icon-black.png');
  width: 24px;
  height: 24px;
  opacity: 0.6;
  background-size: contain;
  -webkit-background-size: contain;
  margin-left: -13px;
  margin-top: -12px
}

.materialUI #city-picker,
.materialUI #share-picker,
.materialUI #help-tour,
.materialUI #calendar-year,
.materialUI #reach-out,
.materialUI #methodology,
.materialUI #add-placemarker,
.materialUI #remove-placemarkers {
  background: #f1f1f1;
  width: 0px;
  height: 40px;
  padding: 0px;
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  outline: none;
  border: 1px solid #d3d3d3;
  padding-left: 38px;
  padding-right: 0px;
  border-radius: 4px;
  position: relative;
  z-index: 99;
  bottom: auto;
  display: none;
}

.materialUI #city-picker,
.materialUI #share-picker,
.materialUI #help-tour,
.materialUI #calendar-year,
.materialUI #reach-out,
.materialUI #methodology,
.materialUI #add-placemarker,
.materialUI #remove-placemarkers {
  left: auto;
  right: auto;
}

.materialUI #city-picker .ui-button,
.materialUI #share-picker .ui-button,
.materialUI #help-tour .ui-button,
.materialUI #calendar-year .ui-button,
.materialUI #reach-out .ui-button,
.materialUI #methodology .ui-button,
.materialUI #add-placemarker .ui-button,
.materialUI #remove-placemarkers .ui-button {
  margin-top: 0px;
  display: block;
  width: 40px;
  height: 40px;
  background: #f1f1f1;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  outline: none;
  position: relative;
  border-radius: 0px;
}

.materialUI #city-picker.ui-state-hover,
.materialUI #help-tour.ui-state-hover,
.materialUI #calendar-year.ui-state-hover,
.materialUI #reach-out.ui-state-hover,
.materialUI #methodology.ui-state-hover,
.materialUI #add-placemarker.ui-state-hover,
.materialUI #remove-placemarkers.ui-state-hover {
  border: 1px solid #d3d3d3;
}

.materialUI #city-picker .ui-icon-custom-city-picker-black {
  background: url('../img/city-picker-icon.png');
  width: 30px;
  height: 30px;
  opacity: 0.7;
  background-size: contain;
  -webkit-background-size: contain;
  margin-left: -15px;
  margin-top: -15px
}

.materialUI #help-tour .ui-icon-custom-help-tour-black {
  background: url('../img/tour.png');
  width: 30px;
  height: 30px;
  opacity: 0.7;
  background-size: contain;
  -webkit-background-size: contain;
  margin-left: -15px;
  margin-top: -14px;
  background-repeat: no-repeat;
}


.materialUI #calendar-year .ui-icon-custom-calendar-black {
  background: url('../img/calendar.png');
  width: 25px;
  height: 25px;
  opacity: 0.7;
  background-size: contain;
  -webkit-background-size: contain;
  margin-left: -12px;
  margin-top: -12px;
  background-repeat: no-repeat;
}

.materialUI #reach-out .ui-icon-custom-reach-out-black {
  background: url('../img/reach-out.png');
  width: 24px;
  height: 24px;
  opacity: 0.6;
  background-size: contain;
  -webkit-background-size: contain;
  margin-left: -12px;
  margin-top: -12px;
  background-repeat: no-repeat;
}

.materialUI #methodology .ui-icon-custom-methodology-black {
  background: url('../img/methodology-small.png');
  width: 24px;
  height: 24px;
  opacity: 0.65;
  background-size: contain;
  -webkit-background-size: contain;
  margin-left: -12px;
  margin-top: -11px;
  background-repeat: no-repeat;
}

.materialUI #add-placemarker .ui-icon-add-placemarker {
  background: url('../img/add-pin.png');
  width: 20px;
  height: 30px;
  opacity: 0.7;
  background-size: contain;
  -webkit-background-size: contain;
  margin-left: -7px;
  margin-top: -15px;
  background-repeat: no-repeat;
}

.materialUI #remove-placemarkers .ui-icon-remove-placemarkers {
  background: url('../img/remove-user-markers.png');
  width: 18px;
  height: 28px;
  opacity: 0.65;
  background-size: contain;
  -webkit-background-size: contain;
  margin-left: -9px;
  margin-top: -13px;
  background-repeat: no-repeat;
}

.materialUI #share-picker:not(.ui-button-disabled):hover .ui-icon-custom-share-black,
.materialUI #city-picker:not(.ui-button-disabled):hover .ui-icon-custom-city-picker-black,
.materialUI #help-tour:not(.ui-button-disabled):hover .ui-icon-custom-help-tour-black,
.materialUI #calendar-year:not(.ui-button-disabled):hover .ui-icon-custom-calendar-black,
.materialUI #reach-out:not(.ui-button-disabled):hover .ui-icon-custom-reach-out-black,
.materialUI #methodology:not(.ui-button-disabled):hover .ui-icon-custom-methodology-black,
.materialUI #add-placemarker:not(.ui-button-disabled):hover .ui-icon-add-placemarker,
.materialUI #remove-placemarkers:not(.ui-button-disabled):hover .ui-icon-remove-placemarkers {
  opacity: 0.9;
}

.materialUI:not(.mobileUI) .materialTimeline {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 11px;
  padding-bottom: 11px;
  background: white;
  width: 100%;
}

.materialUI:not(.mobileUI) .materialTimelineDisabled {
  width: 75%;
  color: #9e9e9e;
  background: white;
  z-index: 9000;
  position: absolute;
  height: 35px;
  text-align: center;
  padding-top: 19px;
  display: none;
  border-radius: 16px;
}

.materialUI:not(.mobileUI) .materialTimeline.isIE {
  overflow-x: auto;
  -ms-overflow-style: none;
}

.materialUI:not(.mobileUI) .materialTimelineContainerMain {
  width: 100%;
  height: 75px;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 100;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0px;
  left: 0;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  border-top: 1px solid #6e6e6e;
  overflow: hidden;
}

.materialUI .playbackButton {
  width: 56px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 56px;
  flex-basis: 56px;
  height: auto;
  background: white;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 1px solid #6e6e6e;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  position: relative;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:50% 50%;
  cursor: pointer;
  background-color: #83d2c3;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  z-index: 5;
}

.materialUI .playbackButton:hover {
  background-color: #6dcab8;
}
.materialUI .playbackButton:hover .ui-icon.ui-icon-custom-play {
  opacity: 1.0;
}

.materialUI .timestampPreview #currentTime {
  font-size: 8px;
  text-align: center;
  vertical-align: bottom;
  display: inline-block;
  bottom: 4px;
  font-weight: bold;
  position: absolute;
  font-family: "Roboto", "Open Sans", Helvetica, Arial, sans-serif;
}

.materialUI .timestampPreview {
  width: 56px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 56px;
  flex-basis: 56px;
  height: auto;
  background: white;
  border-left: 0px;
  border-right: 1px solid #6e6e6e;
  border-top: 0px;
  border-bottom: 0px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  position: relative;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  background-image: url(../img/clock.png);
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-position: right 11px top 22px;
  background-color: #f7f7f7;
  image-rendering: -webkit-optimize-contrast;
}

.materialUI #timestampPreviewContent {
  text-align: center;
}

.materialUI .timestampPreview::before {
  content: "";
  background-image: url(../img/expand-transparent2.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: right 5px top 5px;
  opacity: 0.80;
  position: absolute;
  width: 56px;
  height: 75px;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

.materialUI .timestampPreview:hover {
  background-color: #e8e8e8;
}

.materialUI .timestampPreview.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.materialUI .playbackButton.ui-state-disabled {
  opacity: 0.35;
}

.materialUI .ui-button .ui-icon.ui-icon-custom-play {
  background-image: url(../img/play.png);
  margin-top: -12px;
  margin-left: -15px;
  background-size: 30px 25px;
  width: 38px;
  height: 38px;
  opacity: 0.7;
}

.materialUI .ui-button .ui-icon.ui-icon-custom-pause {
  background-image: url(../img/pause.png);
  margin-top: -12px;
  margin-left: -15px;
  background-size: 30px 25px;
  width: 38px;
  height: 38px;
  opacity: 0.7;
}

.materialUI .leftSeekControl:hover .leftSeekControlIcon,
.materialUI .rightSeekControl:hover .rightSeekControlIcon {
  opacity: 0.9;
}

.materialUI .leftSeekControl, .materialUI .rightSeekControl {
  width: 34px;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 34px;
  flex-basis: 34px;
  position: relative;
  cursor: pointer;
  z-index: 5;
}

.materialUI .leftSeekControl {
  border-right: 1px solid #6e6e6e;
}

.materialUI .rightSeekControl {
  border-left: 1px solid #6e6e6e;
}

.materialUI .leftSeekControlIcon {
  background: url(../img/chevron-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
  width: 34px;
  height: 24px;
  position: absolute;
  display: inline-block;
  top: 26px;
  opacity: 0.58;
}

.materialUI .rightSeekControlIcon {
  background: url(../img/chevron-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
  width: 34px;
  height: 24px;
  position: absolute;
  display: inline-block;
  top: 26px;
  opacity: 0.58;
}

#timeJumpControl {
  display: none;
}

#city-picker-controls {
  display: none;
}

.materialUI .materialTimelineContainer {
  background: white;
  -webkit-appearance: none;
  width: 100%;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.materialTimelineContainer::-webkit-scrollbar {
  width: 0 !important;
}

.materialTimeline {
  font-family: 'Open Sans';
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 8px;
}

.materialTimelineDivider {
  color: #80868B;
  font-size: 20px;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  -ms-flex-preferred-size: 8px;
  flex-basis: 8px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  height: 28px;
  width: 8px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: -7px;
}

.materialTimeline.isIE .materialTimelineDivider {
  height: 22px !important;
}

.anchorHighlight {
  position: absolute;
  margin: 0px calc(50% - 67px);
  border-radius: 16px;
  background-color: #2979FF;
  color: transparent;
  -webkit-box-shadow: inset 0px 0px 5px 0px #80868b;
  box-shadow: inset 0px 0px 5px 0px #80868b;
  font-size: 14px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 36px;
  flex-basis: 36px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66px;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 34px;
  top: 3px;
}

.anchorTZ {
  bottom: 0px;
  position: absolute;
  color: #80868B;
  font-size: 11px;
}

.anchor {
  display: none;
  font-size: 14px;
  -ms-flex-preferred-size: 36px;
  flex-basis: 36px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66px;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  height: 5px;
  margin: 0px calc(50% - 106px);
  border-radius: 16px;
  color: transparent;
  bottom: 13px;
}

.materialTimelineTick {
  color: #80868B;
  font-size: 14px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 36px;
  flex-basis: 36px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66px;
  flex-shrink: 0;
  font-size:14px;
  line-height:14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.materialTimelineTick.disabled {
  opacity: 0.38;
  cursor: default;
  pointer-events: none;
}

.materialTimeline.isIE .materialTimelineTick {
  padding-top: 12px !important;
}

.materialTimelineTickSelected {
  font-family: 'Open Sans';
  color: white;
  font-size: 15px;
  padding-top: 7px;
  margin-top: 2px;
  border-radius: 16px;
  background-color: #2979FF;
  height: 21px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.materialTimeline .leftGroup, .materialTimeline .rightGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 10;
}

.materialUI .timeText, .mobileUI .timeText {
  bottom: 20px;
  top: auto;
  border-radius: 8px;
  display: none;
}

.hidden {
  display: none;
}

.cursorPointer {
  cursor: pointer;
}

.materialUI div.ui-dialog.ui-widget {
  z-index: 2002 !important;
}

.mobileSelect-container.white .list-container .mobileSelect-control.selected {
  background-color: #2979FF !important;
  color: white !important;
}

.mobileSelect-container.white .list-container a {
  color: #80868B !important;
}

.mobileSelect-container .list-container {
  -webkit-box-shadow: 0px 5px 10px 0px #888888;
  box-shadow: 0px 5px 10px 0px #888888;
}

@media screen and (max-width: 450px) {
  .materialUI:not(.mobileUI) .materialTimeline {
    overflow-x: hidden;
  }

  .materialTimelineTickSelected {
    /* This is because we hide the scrollbar with overflow-x: hidden in the above CSS */
    margin-top: 9px;
  }

  .anchor {
    bottom: 3px;
  }

}

.ui-tooltip {
  background: #666;
  color: white;
  border: none;
  padding: 0;
  opacity: 1;
  z-index: 100000;
  word-break: break-word;
  padding: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  max-width: 168px;
}

.ui-tooltip-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}

.ui-tooltip-content::after, .bottom .ui-tooltip-content::after {
  top: 48px;
  left: 82px;
  border-color: transparent #666;
  border-top: 10px solid #666;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.ui-tooltip-content::after, .bottom-right .ui-tooltip-content::after {
  top: 48px;
  left: 164px;
  border-color: transparent #666;
  border-top: 10px solid #666;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
