html,
body,
#root,
.root,
.site-content {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

#mapRoot {
  height: 100vh;
  max-height: -webkit-fill-available;
}

#esriDiv,
arcgis-map,
arcgis-scene {
  position: absolute;
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
  display: block;
  background-color: rgb(229, 227, 223);
  z-index: 10;
}

.esri-ui-top-right {
  top: -5px !important;
  right: -5px !important;
}

.esri-ui-bottom-right {
  bottom: -5px !important;
  right: -5px !important;
}

.esri-view .esri-view-surface--touch-none:focus::after {
  outline: none !important;
}

.esri-popup__main-container,
.esri-popup {
  width: 110px !important;
}

.esri-popup {
  margin-bottom: 31px;
}

.wrapper--single {
  height: 37px !important;
}

#styleCombobox::part(input) {
  height: 48px;
  /* You can change this to any height */
  font-size: 18px;
  /* Optional: increase text size too */
}

/* Hide the zoom-to button in the popup */
.esri-popup__zoom,
calcite-action-bar {
  display: none !important;
}

#esriPortalItemIdInputDiv {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 247px;
  height: 32px;
  display: block;
  visibility: hidden;
}

#esriPortalItemIdInput {
  position: relative;
  left: 1px;
  width: 80%;
  height: 32px;
  padding: 2px;
  padding-left: 10px;
}

#esriPortalItemIdGo {
  width: 20%;
  height: 32px;
  border-radius: 0px;
  background-color: #7d8070;
}

#esriGButton {
  position: absolute;
  top: 82px;
  right: 2px;
  width: 32px;
  height: 32px;
  padding: 5px;
  background-image: url("/graphics/google-g-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-color: #fff;
  cursor: pointer;
  visibility: hidden;
}

/*
.root {
overflow-y: hidden !important;
}
*/

.textPurple {
  color: #ad34e3;
}

.errorP {
  font-size: 1rem !important;
}

.mapPageNoScroll {
  height: hidden !important;
  overflow-y: hidden !important;
}

.mapPageNoScrollBody {
  padding-right: 0px !important;
}

.mapPageNoScrollMapRoot {
  overflow-x: hidden !important;
}

#sidebarFrame {
  display: none !important;
}

#sidebarClosebtn {
  display: block;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

video,
video:focus,
video:active,
#video360,
#video360:focus,
#video360:active,
#addVideoVideo360,
#addVideoVideo360,
#addVideoVideo360:focus,
#addVideoVideo360:active {
  outline: none !important;
}

#input {
  position: relative;

}

input[type="file"] {
  display: none;
}

a.dropdown-item:hover {
  text-decoration: none;


}

.custom-file-upload-404 {
  border: 1px solid #ccc;
  font-size: 1.08rem;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.custom-file-upload-photo {
  width: 80px;
  height: 30px;
  background-color: #d9dad7;
  font-size: 13px;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}


.custom-file-upload {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 1rem;
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 0px;
  cursor: pointer;
}

/* Bug: remove annoying blue border around map */
.gm-style div {
  border: none !important;
}

/* Google maps bug with info window and cross close button */

.gm-style-iw-chr {
  margin-bottom: 5px !important;
}

.gm-ui-hover-effect {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  width: auto !important;
  height: auto !important;
}

.gm-ui-hover-effect span {
  margin: 0px !important;
}

/* End Google maps bug with info window and cross close button */

.whiteBG {
  background-color: #fff;
}

.active {
  background-color: #f50c23 !important;
  color: #fff !important;
}

.inputBackgroundGrey {
  background-color: #CCC !important;
}

input.inputBackgroundGrey:focus {
  outline-width: 0;
}

.centerTextVertically {
  display: flex;
  align-items: center;
  height: 100%;
}

.centerTextVertically p {
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}

#markerPhotoDeleteP,
#goToLatLngP {
  text-align: center;
  margin-bottom: 0px;
  font-size: 0.8rem;
  font-weight: bolder;
}


.pulsate {
  border: 2px solid grey;
  -webkit-animation: pulse 0.7s;
  -webkit-animation-iteration-count: 200;
  animation: pulse 0.7s;
  animation-iteration-count: 200;
  outline: 0;
}

.btn-primary {
  background-color: red !important;
  border-color: red !important;
}

@-webkit-keyframes pulse {
  from {
    border-color: grey;
  }

  50% {
    border-color: #f50c23;
  }

  to {
    border-color: grey;
  }
}

@keyframes pulse {
  from {
    border-color: grey;
  }

  50% {
    border-color: #f50c23;
  }

  to {
    border-color: grey;
  }
}


.pulsateRed {
  border: 2px solid grey;
  -webkit-animation: pulser 0.7s;
  -webkit-animation-iteration-count: 200;
  animation: pulser 0.7s;
  animation-iteration-count: 200;
  outline: 0;
}

@-webkit-keyframes pulser {
  from {
    border-color: grey;
  }

  50% {
    border-color: #fd7e14;
  }

  to {
    border-color: grey;
  }
}

@keyframes pulser {
  from {
    border-color: grey;
  }

  50% {
    border-color: #fd7e14;
  }

  to {
    border-color: grey;
  }
}


.pulsateRedFontColour {
  color: grey;
  -webkit-animation: pulser 1.5s;
  -webkit-animation-iteration-count: 200;
  animation: pulserfc 1.5s;
  animation-iteration-count: 200;
  outline: 0;
}

@-webkit-keyframes pulserfc {
  from {
    color: grey;
  }

  50% {
    color: red;
  }

  to {
    border-color: grey;
  }
}

@keyframes pulserfc {
  from {
    color: grey;
  }

  50% {
    color: red;
  }

  to {
    color: grey;
  }
}

.col-md-6 {
  float: left;
}

#mapRoot {
  background-color: rgb(229, 227, 223);
  /*
  overflow-x: hidden;
  */
}

#beneathMapCont {}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0em 0.3em 0em !important;
}

#spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
}

#spinnerTextCont {
  position: absolute;
  top: 50%;
  margin-top: 30px;
  margin-left: 0px;
  width: 100%;
  height: 30px;
  text-align: center;
}

#spinnerText {
  font-size: 1.8rem !important;
  font-weight: 400;
}

#deletePhotoButton,
#clearButton {
  margin: 5px;
}

#addAVideoRouteInstructions {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1rem !important;
}

#addAVideoRouteInstructionsCallToAction {
  font-size: 1.2rem !important;
  text-align: center;
}

#photoViewerCont {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
  overflow: hidden;
  z-index: 1000000;
}

#photoViewerClose {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 40px;
  cursor: pointer;
  z-index: 100;
}

#photoViewerPhoto {
  position: relative;
  width: 100%;
  height: 100%;
}

#photoViewerButtons,
#photoViewerLogoButtons {
  position: relative;
  display: inline-block;
  width: calc(100% - 30px);
}

#photoViewerLogoButtons {
  display: none
}

#photoViewerLogoTop,
#photoViewerLogoLeft {
  width: 80px;
  padding-left: 5px;
}

#photoLogoSettingsOpen {
  position: relative;
  top: 2px;
  left: 2px;
  width: 23px;
  height: 23px;
  font-size: 23px;
  cursor: pointer;
}

#photoViewerLogoCancel {
  position: absolute;
  top: -2px;
  right: 0px;
  font-size: 35px;
  cursor: pointer;
}

#photoViewerURL {
  position: relative;
  width: calc(100% - 200px);
  padding-left: 5px;
}

#photoViewerLogoURL {
  width: calc(100% - 178px);
  padding-left: 5px;
}

#photoViewerLogoSwitchCont {
  position: absolute;
  top: -1px;
  margin-left: 4px;
  display: inline-block;
}

#photoViewerLogoOffsetSwitch {
  width: 3em;
  height: 1.5em;
  cursor: pointer;
}

#photoSizeButton:focus,
#photoSizeButton:active {
  outline: none !important;
  box-shadow: none;
}

#photoSizeButton {
  position: absolute;
  width: 100px;
  height: 30px !important;
  padding: 3px 5px 3px 5x;
  font-size: 13px;

}

#photoSizeButton:active {
  outline: none !important;
}


#videoFigure {
  position: relative;
  left: 10px;
  width: 100%;
  max-width: calc(100% - 200px);
  margin: 0 !important;
  z-index: 25;

}

#viewMoreCont {
  position: absolute;
  bottom: 24px;
  right: 68px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  z-index: 20;
}

#noContentCont {
  position: absolute;
  bottom: 84px;
  right: 70px;
  padding: 4px;
  font-size: 0.9rem;
  display: none;
  background-color: #f7f7f7;
  border: 2px solid #ffb53e;
  z-index: 1000;
}

#noContentImg {
  margin-right: 2px;
}

#locationDetailsCont {
  position: absolute;
  bottom: 24px;
  right: 70px;
  min-width: 85px;
  height: 40px;
  padding-left: 5px;
  background-color: #fff;
  display: none !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  visibility: hidden;
  z-index: 1000;
}

#locationDetailsPin {
  position: relative;
  top: -3px;
  left: 0px;
  margin-right: 5px;

}

#copyLocationButton {
  position: relative;
  top: -2px;
  left: 0px;
  margin-right: 5px;
  cursor: pointer;
}

#copiedLocation {
  display: none;
  margin-left: -5px;
  margin-right: 5px;
}

#locationDetails {
  position: relative;
  top: -1px;
}

#locationDetailsMeters {
  position: absolute;
  bottom: 2px;
  left: 6px;
  margin-right: 5px;
  display: block;
}

#locationDetailsDistance {
  position: relative;
  bottom: 8px;
  left: 0px;
  margin-left: 20px;
  margin-right: 5px;

}

#panMapCont {
  position: relative;
  width: 40px;
  bottom: 50px;
  right: 63px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  z-index: 20;
  display: none !important;
}

#lineThicknessCont {
  position: relative;
  width: 60px;
  height: 40px;
  bottom: 90px;
  right: 141px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  z-index: 20;
}

.lineThicknessElement:focus {
  color: #fff !important;
  background-color: #e88c95 !important;
}

.lineThicknessActive {
  background-color: #f50c23 !important;
}

.lineThicknessActive #hr2 {
  border-top: 2px solid #fff !important;
}

.lineThicknessActive #hr4 {
  border-top: 6px solid #fff !important;
}

.lineThicknessActive #hr6 {
  border-top: 9px solid #fff !important;
}

.lineThicknessActive #hr8 {
  border-top: 11px solid #fff !important;
}

#projectFilterCont {
  position: relative;
  width: 84px;
  height: 40px;
  bottom: 129px;
  right: 242px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  z-index: 20;
}

.dropdown-menu,
.dropdown-item {
  min-width: 60px !important;
}

#projectFilterdropdown-menu {
  max-height: 500px;
  overflow-y: scroll;
}

.projectFilterElement:focus {
  color: #fff !important;
  background-color: #e88c95 !important;
}

#hr2 {
  border-top: 2px solid #f00 !important;
  width: 40px;

}

#hr4 {
  border-top: 6px solid #f00 !important;
  width: 40px;

}

#hr6 {
  border-top: 9px solid #f00 !important;
  width: 40px;

}

#hr8 {
  border-top: 11px solid #f00 !important;
  width: 40px;

}

#kMLButtonOuterCont {
  position: relative;
  top: -38px;
  right: 241px;
  height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  width: 223px;
  display: block;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

#kMLButtonCont {
  position: relative;
  top: 0px;
  left: 0px;
  height: 40px;
  padding-left: 0px;
  padding-right: 0px;
  width: 60px;
  display: block;
  cursor: pointer;
  color: #f50c23;
  background-color: #fff;

}

#kMLButtonSwitchCont {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-left: 0rem;
  display: inline;
}

#kMLButtonLabelRoute {
  cursor: pointer;
}

#kMLButtonSwitch {
  position: relative;
  top: 4px;
  right: 12px;
  margin-left: 0em;
  float: none;
  width: 3em;
  height: 1.5em;
  cursor: pointer;
}

#kMLButtonLabel {
  position: relative;
  right: 12px;
  line-height: 40px;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: red;
  border-color: red;
  outline: none;

}

.form-check-input:focus,
.form-check-input:active,
.form-check-input:visited {
  outline: none !important;
  box-shadow: none;
}

#dropPhotoMarkerCont {
  position: relative;
  top: -77px;
  right: 299px;
  height: 40px;
  padding-left: 0px;
  padding-right: 0px;
  width: 40px;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  z-index: 1000;
}

#dropPhotoMarkerImg {
  position: relative;
  top: 5px;
  left: 2.5px;
}

#dropPhotoMarkerSpinner {
  position: relative;
  top: 5px;
  left: 5px;
}

#calls-to-action-apps {
  position: relative;
  bottom: 218px;
  right: 445px;
}

#downloadWindowsAppButton {
  position: absolute;
  width: 124px;
  left: -141px;
  margin-right: 12px;
  visibility: hidden;
  display: none;
}

#downloadMacAppButton {
  position: relative;
  width: 124px;
  visibility: hidden;
  display: none;
}

/*
#videoFigure {
  
}
*/
.street {
  font-weight: bold !important;

}

#hyperlapse404H1 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 1.6rem !important;
  text-align: center !important;
}

#graphic404 {
  position: relative;
  width: 225px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.street404 {
  font-size: 16px;

  text-align: center;
}

#video404 {
  text-align: center;
  padding-bottom: 10px;
  z-index: 1000;
}

#streetInfo {
  position: relative;
  top: 0px;
  left: 0px;
  width: 60%;
  max-width: 1920px;
  min-height: 32px;
  display: block;
  background-color: white;
  z-index: 100;
}

#streetInfo h1 {
  margin: 0px;
  padding: 3px 10px 3px 10px;
  font-size: 14px;
  text-align: justify;
}

#extVideoBtn {
  position: relative;
  top: 0px;
  right: 2px;
  margin-left: 8px;
  margin-top: 0px;
  float: right;
  display: none;
  font-size: 36px;
  line-height: 1rem;
  cursor: pointer;
  color: black !important;

}

#loveHyperlapse {
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
}

.shareStreet {
  font-size: 0.8rem !important;
}

#whyUseHeading {}

#sharePermalink,
#sharePermalink2,
#mapLegendHeading,
#mapTipsHeading,
#mapShortcutsHeading,
#whyUseHeading,
#createYourOwnHeading {
  font-weight: normal;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1.5rem !important;
}

#mapLegendHeading {}

#video {
  position: relative;
  left: 0px;
  width: 100%;
  max-width: 1920px;
  background-color: #FFF;
  z-index: 100;
  overflow: hidden;
}

/* Don't make this visibility: hidden;! */
#myVid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;

  display: none;
  z-index: 100;

}

#videoSyncCont {
  position: absolute;
  bottom: 82px;
  right: 68px;
  min-width: 150px;
  padding: 5px;
  display: none;
  text-align: center;
  background-color: #FFF;
  z-index: 90;
}

#openYouTubeSync {
  position: relative;
  padding: 5px;
  margin-right: 3px;
}

#syncVideoChoose {
  position: relative;
  width: 178px;
  padding: 5px;
  margin-right: 3px;
}

#videoSyncContInner {
  position: relative;
  margin-top: 5px;
}

#syncVideoChooseSubmit {
  position: relative;
  padding: 5px;

}

.videoSync {
  position: relative !important;
  margin-top: 5px !important;

}

#syncVideoSet {
  padding: 5px;
  margin-top: 5px;

}

#mapButtonEarth,
#mapButtonESRI,
#mapButtonGeoLocation,
#mapButtonGeoLocation2,
#buttonViewMore,
.gm-fullscreen-control {
  border: 2px solid rgb(255, 255, 255) !important;
}

gmp-internal-camera-control {
  border: 0px solid rgb(255, 255, 255) !important;
}

@media (max-width: 500px) {

  #videoSyncCont {
    bottom: 23px;
  }

  #openYouTubeSync,
  #syncVideoChoose,
  #syncVideoChooseSubmit,
  #syncVideoSet {

    padding: 2px;
  }

  #syncVideoSet {
    padding-left: 3px;
    padding-right: 3px;
  }

  #openYouTubeSync,
  #syncVideoChoose,
  #syncVideoSet {
    margin-bottom: 0px;
  }

  #input {
    width: 120px;
  }

}

@media (max-width: 510px) {

  #videoSyncCont {
    right: 10px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;

  }


}

@media (max-width: 1100px) {

  #videoSyncContInner {}

  #syncVideoChooseSubmit {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  #graphic404 {
    width: 120px;
    height: 120px;
  }

}

#helpTextCont {
  padding: 10px 10px 0px 10px;
  text-align: justify;

}

#helpTextCont p {
  font-size: 1rem;
  padding-bottom: 0px;
  text-align: center;
}

#helpText {
  margin-bottom: 1rem;
}

#addVideoError {
  text-align: center;
  color: #fd7e14;
  margin-bottom: 10px;
}

#helpShrink {
  position: absolute;
  bottom: -3px;
  right: -2px;
  z-index: 100;
  display: none;
}

#helpShrinkA {
  font-size: 2rem;
  color: orange;
}

#drop_zone_cont {
  position: relative;
  top: 20px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 100;
}

#drop_zone,
#drop_zone_gopro_batch,
#drop_zone_gpx {
  position: relative;
  width: 290px;
  height: 185px;
  top: 0px;
  display: none;
  color: #fff;
  background-color: #ff0000;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  margin-right: 6px;
  margin-bottom: 10px;
}

#drop_zone:hover,
#drop_zone_gopro_batch:hover,
#drop_zone_gpx:hover {
  background-color: #8B0000;
}

#drop_zone {}

#drop_zone_gopro_batch {
  padding: 0px !important;
}

#drop_zone_gopro_batch_inner {
  padding: 10px;
}

#dropBatchProjectFilterCont {
  position: absolute;

  left: 2px;
  height: 38px;
  width: 286px;

}

#dropBatchProjectFilter {
  text-align: center;
  width: 100%;
  padding: 5px;
}

#drop_zone_gpx {}

.dropBatchText,
.dropBatchTextGPX {
  position: absolute;
  top: 74px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}

#dropBatchText {
  top: 110px;
}

#dropBatchTextBatch {
  position: absolute;
  top: 74px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}

.drop_bottom_info {
  position: absolute;
  bottom: 3px;
  left: 0px;
  width: 100%;
  font-size: 0.8rem;
}

#controls {
  position: relative;
  top: 9px;
  left: 10px;
  z-index: 100;
  height: 50px;
  max-width: 1920px;
  background-color: white;

}

#main {
  position: relative;
  height: 100%;
}

section {
  position: relative;
  top: 0px;
}

.row {}


#menu {
  position: absolute;
  top: 10px;
  left: 10px;
  float: left;
}

#descButton {
  position: absolute;
  top: 11px;
  left: 50px;
  float: left;
  display: block;
}

#descButtonPrivate {
  display: none;
}

#descButtonImgPrivate {
  position: relative;
  top: -2px;
  left: 5px;
}

#controlsInner {
  position: relative;
  width: 160px;
  height: 40px;
  margin: auto;
  padding: 5px;
}

#controlsInner ul {
  padding: 0;
  margin: 0;

}

#controlsInner ul li {
  list-style-type: none;
  display: inline;
  padding: 3px;

}

#skippingControls {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  z-index: 100;
}

#nextPreviousUL {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 40px;
  padding: 0;
  margin: 0;
  display: block;

}

#nextPreviousUL li {
  list-style-type: none;
  display: inline;
  padding: 3px;
  cursor: pointer;
}

#buttonPrevious {
  cursor: auto;
}

#buttonNext {
  cursor: pointer;
}

#skipDistance {
  position: relative;
  width: 170px;
  height: 28px;
  padding: 5px;
  display: inline;
}

#skipChoose {
  position: relative;
  height: 28px;
  padding: 5px;
  display: inline;
  cursor: pointer;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;

}

#skipInterval {
  position: relative;
  width: 100px;
}

#skippingOpen {
  position: absolute;
  top: 10px;
  right: 70px;
  cursor: pointer;
  display: none;
}

#skippingClose {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

#share {
  position: absolute;
  top: 10px;
  right: 40px;
  float: right;
}

#shareInner {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

#shareClose,
#takePartPopupClose {
  position: absolute;
  right: 0px;
}

#shareCont {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 60%;
  display: none;
  background-color: #FFF;
  z-index: 200;

}

.ellipsis {}

#ellipsisStreetInfo {
  position: relative;
  top: 0px;
  right: 2px;
  margin-left: 8px;
  margin-top: 0px;
  float: right;
  display: none;
  font-size: 36px;
  line-height: 1rem;
  cursor: pointer;
  color: black !important;
}

#ellipsisControls {
  position: absolute;
  top: 10px;
  right: 10px;
  float: right;
  display: none;
}

#takePartPopupCont {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60%;
  display: none;
  text-align: center;
  background-color: #FFF;
  z-index: 300;

}

#takePartPopupInner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 5px;
}

#beneathMapSellCont {
  position: relative;
  left: 0px;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  transition: left .5s;
}

.col-md-6,
.col-md-12 {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#featuredThumbUL {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0rem;
  text-align: center;
}

ul#featuredThumbUL>li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
}

@media (max-width: 400px) {

  ul#featuredThumbUL>li {
    margin-left: 0px;
    margin-right: 0px;
  }

}

.featuredThumbCont {
  position: relative;
  width: 320px;
  height: 180px;
  text-align: center;
  font-size: 0.9rem;
}

.featuredThumbImg {
  position: relative;
  top: 0px;
  width: 320px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: 320px;
  background-color: #eee;
  display: inline-block;
}

@media (max-width:360px) {

  .featuredThumbCont {
    width: 250px;
    height: 141px;
  }

  .featuredThumbImg {
    width: 250px;
    height: 141px;
    background-size: 250px;
  }

}

.featuredThumbSpan {
  position: relative;
  top: -4px;
}

.map-sell-p-call-to-action {
  font-size: 1.6rem;
}

#beneathMapCont {
  position: relative;
  top: -21px;
  left: 0px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: left .5s;
}

#rowsLegendTips {
  position: relative;
  top: 0px;
}

#legendUL {
  list-style-type: none;
  padding-left: 0px;
}

#legendUL li,
#mapTipsUL li,
#mapShortcutsUL li {
  margin-bottom: 5px;
}

.legendPin {
  margin-top: 10px;
}

#legendPinPink {
  position: relative;
  left: 5px;
}

.legendLine {
  Position: relative;
  display: inline-block;
  width: 360px;
  height: 4px;
}

.legendLinePink {
  Position: relative;
  display: inline-block;
  left: -13px;
  width: 110px;
  height: 4px;
}

#timeCheckRing1 {
  position: relative;
  background-color: #ff0000;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 40px;
  border-radius: 5px;
  display: inline-block;
}

#timeCheckRing2 {
  position: relative;
  background-color: #ff0000;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 70px;
  border-radius: 5px;
  display: inline-block;
}

#legendRedLine {
  background-color: #FF0000;
}

#legendPinkLine {
  background-color: #fe646f;
}

#legendBlueLine {
  background-color: #3E27FF;
}

#legendGreenLine {
  background-color: #008000;
}

.legendH4 {
  display: inline;

}

#legendH4Pink {
  position: relative;
  left: -10px;
}

#mapTipsUL,
#mapShortcutsUL {
  list-style-position: inside;
  text-align: left;
  padding-left: 0px;
}

#whyUseCont {
  position: relative;
}

#whyUseCont h3 {
  font-size: 2.3rem !important;
  line-height: 3rem;
  font-weight: normal;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

#whyUseH3 {
  font-size: 1.4rem !important;
  text-align: center;
  line-height: 3rem;
  padding-left: 10px;
  padding-right: 10px;
}

#whyUseUL {

  text-align: left;

}

li#whyUseUL span {
  position: relative;
  left: -5px;
  font-size: 1em;
}

ul#createYourOwnUL,
ul#desktopProUL,
ul#whyUseUL {
  list-style-type: none;

}

ul#createYourOwnUL li::before,
ul#desktopProUL li::before,
ul#whyUseUL li::before {
  font-family: "FontAwesome";
  content: "\2713";
  color: green;
  margin-right: 0.3rem;
}

ul#createYourOwnUL li,
ul#desktopProUL li,
ul#whyUseUL li {

  position: relative;
  top: 5px;
  margin-top: 10px;
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */

}





#descriptionCont {
  position: relative;

  left: 0px;
  width: 100%;
  min-height: 50px;
  margin-top: 0px;
  transition: left .5s;
  background-color: #FFF;
  z-index: 290;
}

#eDesc {
  position: relative;
  top: 0px;
  left: 5px;

}

#descriptionInner {
  position: relative;
  top: 0px;
  width: 100%;

  min-height: 50px;
  margin: auto;
  padding: 5px;

}

#descriptionInnerPre {
  width: 100%;
  padding: 5px;
  border: 0;
  background-color: #FFF;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

#descriptionEditCont {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: none;
  background-color: #FFF;
  z-index: 290;
}

#descriptionEditInner {
  position: relative;
  top: 35px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 5px;
  text-align: center;
}

#editDescription {
  position: relative;
  width: 95%;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px;
}

#submitEditDescription {
  height: 38px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.myButton {
  box-shadow: inset 0px 39px 0px -24px #e67a73;
  background: linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
  background-color: #e4685d;
  border-radius: 4px;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #ffffff !important;
  font-family: Arial;
  font-size: 50px;
  padding: 6px 15px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #b23e35;
}

.myButton:hover {
  background: linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
  background-color: #eb675e;
  text-decoration: none;
}

.myButton:active {
  position: relative;
  top: 1px;
}

.myButton:focus {
  text-decoration: none;
}

#popupRemindLater {
  position: relative;
  top: 5px;
  display: block;
  color: blue !important;
  font-size: 11px;
}

a#popupRemindLater:link {
  color: blue;
  text-decoration: none;
}

a#popupRemindLater:focus {
  color: blue;
  text-decoration: none;
}

a#popupRemindLater:visited {
  color: blue;
  text-decoration: none;
}

a#popupRemindLater:hover {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 1280px) {

  #streetInfo,
  #video,
  #myVid,
  #shareCont,
  #takePartPopupCont,
  #controls {}
}

.closebtn {
  position: absolute;
  top: -5px;
  right: 10px;
  font-size: 36px;
  color: black !important;
  z-index: 50;
}

.closebtn:link {
  color: black !important;
}

.closebtn:hover {
  color: black !important;
  cursor: pointer;
  text-decoration: none;
}

#closeBtnShare {
  top: -8px;
}

#streetH1 {}

#shareLinkPrivate {
  margin-left: 10px;
  display: none;
}

#shareLinkPrivateButton {
  padding-bottom: 3px;
  display: none;
}

h3.street {
  font-size: 14px;
  font-weight: bolder !important;
  text-align: center;
  padding: 0px 10px 0px 10px;

}

/* #avatar was inline-block */
#avatar {
  float: right;
  display: none !important;
  margin-left: 5px;
}

.shareCont2 {
  text-align: center;
}

.shareLink {
  display: inline-block;
}

#shareLink {
  font-size: 18px;
  font-weight: normal;
}

#shareLink2 {
  font-weight: normal;
}

#shareLinkfriendsButton,
#shareLinkFriendsCopied {
  left: -5px;
}

.copyButton {
  position: relative;
  top: 0px;
  left: 0px;
  display: inline;
  cursor: pointer;
}

.copied,
.copiedPrivate {
  position: relative;
  left: 0px;
  display: none;
  font-weight: bold;
}

#sharePermalinkImgShowCont {
  display: none;
}

.sharePermalinkImgCont {
  position: relative;
  width: 239px;
  height: 66px;
  margin-left: auto;
  margin-right: auto;
}

.sharePermalinkImgCont2 {
  position: absolute;
  width: 120px;
}

.sharePermalinkImg {
  position: relative;
  top: 0px;
  width: 120px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: 0px -12px;
  display: inline-block;
}

.sharePermalinkImgText {
  position: absolute;
  top: 0px;
  left: 119px;
  width: 120px;
  height: 66px;
  display: inline-block;
  box-sizing: border-box;
}

.addthis_inline_share_toolbox,
.addthis_toolbox {
  position: relative;
  text-align: center;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.sponsorMessageCont {
  position: relative;
  width: 100%;
  font-size: 0.8rem;
  font-weight: bolder;
  background-color: #fff;
}

.adSurround {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  z-index: 100;
}

#adSurroundMain {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: 100;
}

.hideAd {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff;
  z-index: 90;
}

a.hideAdA {
  font-size: 0.8rem !important;
}

/* used to have max-width: 725px; */
#batchResultsCont {
  position: relative;
  display: inline-block;
  top: 20px;
  left: 10px;

  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff;
  border: 2px solid #FFBB00;
  text-align: center;
  overflow-y: scroll;
  z-index: 20;

}

#batchResultsHeaderCont {
  position: relative;
  max-width: 725px;
}

#addVideoBatchError {
  position: relative;
  margin-top: 10px;
}

#batchResultsContInner {
  position: relative;
  margin-top: 10px;
  text-align: left;
}


#advert {
  position: relative;
  width: 320px;
  top: 20px;
  z-index: 100;
  font-size: 1.1rem;
  text-align: center;

  display: block;
}

.advertAbsolute {
  position: absolute !important;
  display: block !important;
  left: 10px !important;
  top: 50px !important;
}

#adSurroundMain,
.advertMainIns {
  width: 320px;
  height: 50px !important;
  max-height: 50px;
}


/* ususlly width 200px for adsense */
#advertRightCont {
  position: absolute;
  top: 115px;
  right: 10px;
  width: 200px;
  height: 200px;

  text-align: center;
  font-size: 1.2rem;
  z-index: 2000;
  background-color: #fff;

}

.advertRightContIns {
  width: 200px;
  height: 200px;
}

.advertRightTakePart {
  position: relative;
  background-color: #FFF;
  display: block;
}



.advertRightTakePartLink {
  color: #FF0000 !important;

}

.advertRightTakePartLink:link {
  color: #FF0000 !important;
  background-color: #fff;
}

.advertRightTakePartLink:focus {

  text-decoration: underline;
}

.advertRightTakePartLink:visited {

  text-decoration: none;
}

.advertRightTakePartLink:hover {

  text-decoration: underline;
  cursor: pointer;
}

#trackerAppCont {
  position: absolute;
  bottom: 87px;
  left: 130px;
  height: 47px;
  padding: 4px 6px 3px 5px;
  font-size: 1.4rem;
  color: #f50c23;
  display: none;
  z-index: 400;
  background-color: #FFF;

}

#trackerAppChoose {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 5px;
  border: 2px solid #555;
  margin: 0px;
  vertical-align: middle;
}

#trackerAppChoose:checked {
  background: #f50c23;
}

#lRVDetails {
  position: absolute;
  bottom: 25px;
  left: 10px;
  width: 320px;
  height: 200px;
  background-color: #FFF;
  display: none;
  font-size: 1rem;
  text-align: center;
  padding-top: 10px;
  overflow: hidden;
  z-index: 400;
}

#lRVDetailsProgress {
  position: relative;
  top: 10px;
  left: 10px;
  width: 0px;
  height: 15px;
  background-color: #FFBB00;

}

#lRVDetailsCounts {
  position: absolute;
  bottom: 30px;
  width: 100%;
  font-size: 4rem;
  color: #000;
  text-align: center;
}

#lRVDetailsInfo {
  position: absolute;
  bottom: 3px;
  width: 100%;
  font-size: 0.8rem;
  color: #000;
  text-align: center;
}

#map {

  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#mapTopLeftSmallCont {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 2px;
  z-index: 19;
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

#mapTopLeftCont {
  position: absolute;
  display: block;
  top: 0px;
  left: 10px;
  height: 40px;
  padding-right: 2px;
  z-index: 20;
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

#mapTopLeftInnerCont {
  position: relative;
}

.mapTopLeftContNav {
  position: relative;
  top: 2px;
  display: inline;
}

#menuTopLeft {
  cursor: pointer;
  margin-left: 2px;
}

#logoMap {
  position: relative;
  top: 5px;
  left: 5px;
  height: 40px;
  display: inline-block;

}

#logoMapImg {
  vertical-align: unset;
}

#avatarTopLeftSmall {
  position: relative;
  top: -3px;
  width: 22px;
  height: 22px;
  margin-left: 7px;
  margin-right: 4px;
}

#avatarTopLeft {
  position: relative;
  top: 0px;
  left: 0px;
  width: 22px;
  height: 22px;
  margin-left: 7px;
  margin-right: 0px;
  vertical-align: unset;
  display: inline;

}

#mapTopLeftLinks {
  position: relative;
  top: 0px;
  left: 0px;
  display: inline;
}

#searchTextFieldTopLeftLarge {
  position: relative;
  top: -4px;
  left: 0px;
  height: 37px;
  padding-left: 10px;
  display: inline;
  border: 1px solid black;

}

/* Drawing */

#drawButtonCont {
  position: absolute;
  left: 10px;
  bottom: 20px;
  z-index: 1000;
  background-color: #FFF;
}

#endDrawingCont {
  position: absolute;
  left: 10px;
  bottom: 100px;
  z-index: 1000;
  background-color: #FFF;
}

#cancelDrawingCont {
  position: absolute;
  left: 10px;
  bottom: 60px;
  z-index: 1000;
  background-color: #FFF;
}

#dragMapWhenDrawingCont {
  position: absolute;
  left: 50px;
  bottom: 20px;
  z-index: 1000;
  background-color: #FFF;
}

#helpWhenDrawingCont {
  position: absolute;
  left: 90px;
  bottom: 20px;
  z-index: 1000;
  background-color: #FFF;
}

#undoWhenDrawingCont {
  position: absolute;
  left: 130px;
  bottom: 20px;
  z-index: 1000;
  background-color: #FFF;
}

#chooseAddVideoType {
  padding: 0px 0px 0px 0px;
}

#chooseAddVideoTypeUL,
#chooseTryOrBuyUL,
#addVideoChooseTryOrBuyUL,
#batchChooseTryOrBuyU,
#batchChooseAddVideoTypeUL {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0rem;
}

#addVideoChooseTryOrBuyUL {
  margin-top: 1rem;
}

#batchChooseTryOrBuyUL {
  margin-bottom: 0rem;
}

#chooseAddVideoTypeUL li,
#chooseTryOrBuyUL li,
#addVideoChooseTryOrBuyUL li,
#batchChooseTryOrBuyUL li,
#batchChooseAddVideoTypeUL li {
  display: inline-block;
  margin-bottom: 0.7rem;
}

#chooseAddVideoTypeUL {
  margin-top: 0.5rem;
  margin-bottom: 0px;
}

#chooseAddVideoTypeUL li {
  margin-bottom: 0.7rem;
}

#getVideoGPXLabel {
  position: relative;
  top: -1px;
  height: 38px;
  margin-bottom: 5px;
  font-size: 16px;
  display: none;
}

#addVideoCont,
#addLocalVideoCont,
#addVideoAddDetailsBatch {
  position: relative;
  padding: 0px 10px 5px 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bestForCont {
  position: relative;
  width: fit-content;
  margin-top: 1.0rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding-top: 1rem;
  border: 1px solid rgb(255, 187, 0);
}

.bestForH2Cont {
  position: absolute;
  width: 100%;
}

#addLocalVideoSellHeading,
#batchAddLocalVideoSellHeading {
  position: relative;
  top: -1.5rem;
  width: fit-content;
  margin-top: -0.4rem !important;
  margin-bottom: 1rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  background-color: #fff;
}

#batchAddLocalVideoSellHeading {
  margin-top: 1.4rem !important;
  font-weight: bold;
}

.addLocalVideoSellULCont {}

.addLocalVideoSellUL {
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  list-style-position: inside;
  list-style: none;
}

.addLocalVideoSellUL li {
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.addLocalVideoSellUL li::before {
  font-family: "FontAwesome";
  content: "\2713";
  color: green;
  margin-right: 0.3rem;
}

.addLocalVideoSellUL li span {
  position: relative;
  margin-left: 0px;
}

#instructionsFilename2 {
  display: none;
}

#addVideoCont,
.topUpLink {
  display: none;
}

#addLocalVideoCont {
  display: block;
}

.checkoutButton,
#chooseAmount {
  padding: 15px;
  margin-bottom: 5px;
}

.notice360 {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f2d680;
  border: 2px solid rgb(255, 187, 0);
}

.notice360 p {
  margin-bottom: 0rem;
}

#notice360 {
  display: none;
}

#notice360Batch,
#noticeGPSErrorBatch,
.noticeGPSError {
  display: none;
}

.noticeGPSError {
  width: fit-content;
  padding: 10px;
  margin-bottom: 10px;
  border: 2px solid #fd7e14;
}

.noticeGPSError p {
  margin-bottom: 0px;
}

#noticeGPSErrorBatchCont {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

#noticeGPSErrorBatch {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: fit-content;
  padding: 10px;
  border: 2px solid #fd7e14;
}

#noticeGPSErrorBatch p {
  margin-bottom: 0px;
}

.addRouteInfoP {
  margin-bottom: 0rem;
  line-height: 0.3rem;
}

#addVideoHR {
  width: 90%;
  border-top: 2px dashed #F00 !important
}

#addVideoAddDetails {
  height: 38px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#chooseAddVideoType {
  text-align: center;
}

#openYouTube {
  height: 38px;
  margin-left: 0px;
  margin-bottom: 5px;

}

.addLocalVideoInfo {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

#addVideo,
#addLocalVideo,
#addProjectFilter,
#addLocalProjectFilter,
.addBatchVideo,
.inputBatchProjectFilter {
  position: relative;
  top: 0px;
  height: 38px;
  margin-left: 0px;
  padding: 5px;
  width: 225px;
  margin-bottom: 5px;
}

.addBatchVideo,
.inputBatchProjectFilter {
  top: 1px;
  width: 150px;
  margin-right: 5px;
}

#addLocalVideo,
#addProjectFilter,
#addLocalProjectFilter {
  width: 280px !important;
}

#addLocalProjectFilter {
  margin-bottom: 15px;
}

#addVideoHyperlapseMultiple,
#addLocalVideoHyperlapseMultiple {
  position: relative;
  top: 0px;
  height: 38px;
  padding: 5px;
  width: 155px;
  margin-bottom: 15px;
  display: none;
}

#chooseTryOrBuyBuyCont,
#addVideoChooseTryOrBuyBuyCont,
#batchChooseTryOrBuyBuyCont,
#chooseTryOrBuyBuyFullyPrivateP,
#batchChooseTryOrBuyBuyFullyPrivateP,
.buttonBatchSubmit {
  display: none;
}

.batchTopUpLinks {
  display: inline;
}

#addVideoDescription,
#addLocalVideoDescription {
  display: block;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  padding: 5px;
}

#commercialSection {
  position: relative;
  display: none;
}

#commercialBalance,
#commercialPrice {}

.significantDiscounts {
  margin-bottom: 1rem;
}

#privateVideoReturnSymbol {
  position: relative;
  vertical-align: top;
}

#privateVideoCheckbox {
  position: relative;
  top: 2px;
  left: 3px;
  width: 20px;
  height: 20px;
  margin-bottom: 1rem;
  vertical-align: top;
}

#chooseAddVideoTypeYoutube,
#chooseAddVideoTypeLocal,
#batchChooseAddVideoTypeLocal,
#free,
#commercial,
#chooseYoutubePaid,
#chooseYoutubeFree,
#chooseTryOrBuyTry,
#chooseTryOrBuyBuy,
#chooseTryOrBuyBuyFullyPrivate,
#chooseYoutubeFree,
#addVideoChooseTryOrBuyTry,
#addVideoChooseTryOrBuyBuy,
#addVideoChooseTryOrBuyBuyFullyPrivate,
#batchChooseTryOrBuyTry,
#batchChooseTryOrBuyBuy,
#batchChooseTryOrBuyBuyFullyPrivate {
  position: relative;
  top: 2px;
  left: 0px;
  width: 20px;
  height: 20px;
}

#submitVideo,
#submitLocalVideo,
.submitVideoButton,
.buttonBatch,
#addVideoHideDetails,
#buttonBatchFinish {
  height: 38px;
  margin-bottom: 5px;
}

.buttonBatch,
.buttonBatchIgnore {
  background-color: #6c757d !important;
  box-shadow: none !important;
}

.batchVideoCont {
  margin-left: 11px;
  margin-right: 11px;
  padding-left: 5px;
  padding-right: 5px;
}

.batchDetailsHideorShow {
  display: none;
}

#buttonBatchFinish {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  display: block;

}

.buttonBatch,
.buttonBatchIgnore {
  margin-top: 5px;
  margin-right: 5px;
}

.buttonBatchIgnore {
  height: 38px;
}

.buttonBatchSubmit,
.buttonBatchTry {
  height: 38px;
  margin-top: 5px;
  margin-left: 0px;
  float: right;
  box-shadow: none !important;
}

#shareTip {
  position: absolute;
  bottom: 31px;
  right: 66px;
  height: 20px;
  padding: 12px 3px 10px 10px;
  z-index: 100000;
  font-size: 1rem;
  color: #f50c23;
  display: none;

}

#shareTipTriangle {
  position: absolute;
  bottom: -30px;
  right: -10px;
  padding: 10px;
  z-index: 100000;
}

#searchTextField {
  position: absolute;
  left: -2px;
  bottom: -55px;
  height: 44px;
  padding: 10px;
  border: 2px solid orange;
}

input#searchTextField:focus {
  outline: none;

}

#cookieNoticeCont {
  left: 170px;
}

.fixedBottom {
  margin-bottom: 10px;
}

/* End Drawing */

/* Modals */

#modalInfo {
  z-index: 100000;
}

#modalDialogInfo {
  max-width: 95% !important;
  max-height: 95% !important;

}

#modalDialogInfoContent {
  overflow-y: auto;
}

#modalBodyInfo {
  max-height: 500px;
  overflow-y: scroll;
}

#moveWindowGraphic {
  position: relative;
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}


/* End Modals */

/* KML layer */

#latLngInput {
  position: relative;
  top: -4px;
  height: 37px;
  padding-left: 13px;
  border: 1px solid black;
}


#KMLAddInput {
  position: relative;
  top: -4px;
  width: 215px;
  height: 37px;
  padding-left: 13px;
  border: 1px solid black;
}

#KMLAddSubmit {}

#KMLAddSubmit,
#latLngInput,
#latLngGo,
#demoVideosDialog,
#demoVideosDialogHero,
#demoVideosDialogMax {
  position: relative;
  top: -4px;
  height: 37px;
}

#latLngGo,
#KMLAddSubmit {
  background-color: #7d8070;
}

.demoVideosSmallDialog {
  position: relative;
  top: -3px;
  height: 35px;
}

#KMLLayerCont {
  position: absolute;
  top: 50px;
  left: 10px;
  width: fit-content;
  max-width: 50%;
  float: left;
  background-color: #FFF;
  border: thin solid #333;
  display: none;
  z-index: 15;
}

#KMLLayerClose {
  position: absolute;
  bottom: 0px;
  right: 1px;
  cursor: pointer;
}

#KMLLayerInner {
  padding: 10px;
  overflow: scroll;
}

#demoVideosDialog {
  display: none;
}

/* End KML layer */


/* Start Valiant Video Player */

a.fa {
  color: #fff !important;
}

.loading {
  visibility: hidden;
}

#pano {
  width: 800px;
  height: 400px;
}

#vidCont {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 110;
}

#video360 {
  background-color: #000;
}

.valiantContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.addVideoValiantContainer {
  position: absolute !important;
  bottom: 82px;
  right: 70px;
  width: 310px;
  height: 175px;
  background-color: #000;
  z-index: 10;
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
}

#addVideoVideo360 {
  display: none;
}

#addVideoVideo360 video {
  height: 100% !important;
}

#addVideoVideo360 .controlsWrapper {
  display: block !important;
}

#twod-360,
#twod-360-2 {
  font-size: 1rem;
}

#twod-360,
#twod-360-2 {
  width: 60px;
  height: fit-content;
  color: #fff;
  background-color: red;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  border-radius: 3px;
  padding-left: 14px;
  padding-right: 14px;
  margin-right: 10px;
}

#v404 {
  padding: 10px;
}

#v404,
#p404Cont {
  position: absolute;
  top: 30px;
  width: 100%;
  display: block;
  z-index: 1000;
}

#p404Cont {
  visibility: hidden;
}

#v404Inner,
#p404Inner {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  text-align: center;
  background-color: #fff;
}

#v404Inner {
  background-color: #000;
  border: 1px solid #fff;
}

#p404Inner {
  padding: 0px;
}

.p404Demo {
  margin-bottom: 0.5rem;
}

#p404Videos {
  margin-bottom: 1rem;
}

#p404,
#p404-2,
#pp404 {
  margin-top: 0px;
  font-size: 1.3rem;
  font-weight: bold;
}

#p404 {
  color: #fff;
}

#pP404 {
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
}

.p404 {
  font-size: 1rem;
  color: #fff;
}

#p404p {
  font-size: 1rem;
  margin-top: 1rem;
}

.p404Extra {
  display: block;
}

#redCar {
  font-size: 1.25rem;
  display: none;
}

#photoViewerPhoto404 {
  width: 217px;
  height: 184px;
}

#editFilename-fa-pen-to-square {
  position: relative;
  top: 2px;
  font-size: 20px;
  cursor: pointer;
}

#p404Filename {
  color: #fff;
}

#p404FilenameEditCont {
  display: none;
}

#p404FilenameInput {
  position: relative;
  width: 80%;
  min-width: 200px;
  max-width: 200px;
  padding-left: 10px;
  margin-bottom: 0.5rem;
  display: inline;
}

#p404FilenameSubmit {
  position: relative;
  top: 7px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
  display: inline;
}

#p404FilenameCancel {
  position: relative;
  top: 7px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
  display: inline;
}

#browse404 {
  color: #fff;
  margin-bottom: 1.2rem;
}

#browse404-2 {
  font-size: 1rem;
  padding: 3px 6px;
}

#v404InnerDemoInstructions {
  border-left: 1px solid #fff;
}

.smallerText {
  font-size: 0.8rem;
  margin-bottom: 0.1rem;
}

#timeFull {
  position: relative;
  color: #000;
  font-size: 2rem;
}

.but360 {
  position: relative;
  top: 60px;
  z-index: 300;
}

/* End Valiant Video Player */

.footer-p {
  margin-bottom: 0px !important;
}

@media (max-width: 600px) {

  #advert {
    top: 10px;
    margin-left: 0px
  }

  #videoFigure {
    top: 0px;
    left: 0px;
    max-width: none;
  }

  #controls {
    top: -1px;
    left: 0px;
  }

  #streetInfo {
    margin-top: 0px;
    left: 0px;

  }

  #streetInfo h1 {
    font-size: 13px;
  }

  h3.street {
    font-size: 12px;
  }

  #shareLink,
  #shareLink2 {
    font-size: 15px;
  }

  #cookieNoticeCont {
    left: 10px;
  }

  #shareCont,
  #takePartPopupCont,
  #descriptionEditCont {

    top: 0px;
    left: 0px;

  }

  .legendLine,
  .legendLinePink {
    width: 100px;
  }

  #timeCheckRing1 {
    left: 20px;
  }

  #timeCheckRing2 {
    left: 30px;
  }

  #whyUseCont {
    text-align: left;
  }

  #addVideoCont *,
  #addLocalVideoCont *,
  #helpText {
    font-size: 0.9rem !important;
  }

  #privateVideoReturnSymbol,
  #privateVideoCheckbox {
    top: -4px;
  }

  #noContentCont {
    font-size: 0.7rem;
  }

  #esriPortalItemIdInputDiv {
    display: none;
  }

  #esriGButton {
    top: unset;
  }

}

@media (max-width: 1040px) {

  #advertRightCont,
  #advertMapRight {
    display: none !important;
  }

  #videoSyncCont {
    visibility: hidden;
  }

  #p404Cont {
    top: 0px;
  }

  #browse404 {
    margin-bottom: 0.5rem;
  }

  .p404Demo,
  .p404Extra {
    margin-bottom: 0rem !important;
  }

  #v404InnerBrowse {
    width: 100%;
  }

  #v404InnerDemoInstructions {
    display: none;
  }

  /*
  #mapTopLeftSmallCont {
  display: block !important;
}
*/
}

@media (max-width: 1210px) {

  #addVideoVideo360 {
    display: none !important;
  }

}

@media (max-height: 700px) {

  #addVideoVideo360 {
    display: none !important;
  }

}

@media (max-width: 1380px) {

  #photoViewerPhoto404 {
    width: 80px;
    height: 68px;
  }

  #v404 {
    top: 20px;
  }

  #v404Inner {
    padding: 10px;
  }

  #p404,
  #p404-2 {
    font-size: 1rem;
  }

  .p404 {
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
  }

  #browse404-2 {
    font-size: 0.7rem;
  }

  #p404Videos {
    margin-bottom: 0.5rem;
  }

  #redCar {
    font-size: 0.7rem;
  }

  #editFilename-fa-pen-to-square {
    top: 1px;
  }

  .custom-file-upload-404 {
    font-size: 0.8rem;
  }

}

@media (max-width: 790px) {

  #v404 {
    top: 5px;
  }

  .p404Extra {
    display: none;
  }
}


/* 1000 also in css and home, search "1000 also in css and search" was 999 */
@media (max-width: 1025px) {

  #mapTopLeftCont {
    visibility: hidden;
  }

  #mapTopLeftSmallCont {
    display: block;
  }

  .advertAbsolute {
    top: 60px !important;
  }

}

/* was 1000 */
@media (min-width: 1026px) {

  #mapTopLeftSmallCont {
    visibility: hidden;
  }

}

@media (max-width: 520px) {

  /* was 392 */
  .advertAbsolute {
    top: 112px !important;
  }

  .mapTopLeftName {
    display: none;
  }

}

.ytp-large-play-button {
  top: 30% !important;
}

@media (max-width: 700px) {

  #addAVideoRouteInstructions {
    font-size: 1.2rem;
  }

  #addAVideoRouteInstructionsCallToAction {
    font-size: 0.9rem !important;
  }

}

@media (max-width: 927px) {
  #kMLButtonOuterCont {
    display: none;
  }
}

@media (min-width: 850px) {

  #kMLButtonCont {
    display: inline-block;

  }
}

@media (max-width: 985px) {

  #dropPhotoMarkerCont {
    display: none;

  }
}


@media (min-width: 1075px) {

  #downloadMacAppButton {
    display: inline-block;

  }
}

@media (min-width: 1060px) {

  #downloadWindowsAppButton {
    display: inline-block;

  }
}

@media (max-height: 610px) {

  #photoViewerPhoto404 {
    width: 80px;
    height: 68px;
  }

  #advertRightCont,
  #advertMapRight {
    display: none !important;

  }

  #v404 {
    top: 20px;
  }

  #v404Inner {
    padding: 10px;
  }


  #p404 {
    font-size: 1rem;
  }

  .p404 {
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
  }

  .custom-file-upload-404 {
    font-size: 0.8rem;
  }

}

@media (max-height: 520px) {

  #v404 {
    top: 5px;
  }

  .p404Extra {
    display: none;
  }
}


@media (min-width: 1400px) and (min-height: 750px) {

  #advertRightCont,
  .advertRightContIns {
    width: 336px !important;
    height: 280px !important;
  }

}

@media (min-width: 900px) and (min-height: 1020px) {

  #advertRightCont,
  .advertRightContIns {
    width: 160px !important;
    height: 600px !important;
  }



}

@media (min-width: 1300px) and (min-height: 1020px) {

  #advertRightCont,
  .advertRightContIns {
    width: 300px !important;
    height: 600px !important;
  }

}

@media (min-width: 1200px) and (min-height: 1000px) {

  #advert,
  #adSurroundMain,
  .advertMainIns {
    width: 728px;
    height: 90px !important;
    max-height: 90px;
  }

}

@media (max-width: 850px) or (max-height: 540px) {

  #p404FilenameInput {
    width: 180px;
    min-width: auto;
  }

}

@media (max-width: 450px) {

  #shareTip {
    font-size: 1.2rem;
    padding: 16px 3px 10px 10px;
  }

  #helpTextCont p {
    font-size: 0.9rem;
  }

}

@media (max-width: 930px) {

  #sharePermalinkImgShowCont {
    display: block;
  }

  #sharePermalinkImgHide {
    display: none;
  }

  .addthis_inline_share_toolbox,
  .addthis_toolbox {
    margin-top: 25px;
  }

  #drop_zone,
  #drop_zone_gopro_batch,
  #drop_zone_gpx {
    width: 175px;
    height: 80px;
  }

  #drop_zone p,
  #drop_zone_gopro_batch p,
  #drop_zone_gpx p {
    font-size: 0.7rem;
  }

  #dropBatchProjectFilter {
    display: none;
  }

  #BatchText {
    top: 35px;
    font-size: 0.8rem;
  }

  #dropBatchText {
    top: 35px;
  }

  .dropBatchText {
    font-size: 0.8rem;
    top: 35px;
  }

  .dropBatchText,
  .dropBatchTextGPX {
    top: 35px;
    font-size: 0.8rem;
  }

  .dropBatchTextBatch {

    font-size: 0.8rem;
  }

  .drop_bottom_info {
    font-size: 0.6rem;
  }

}

@media (max-width: 350px) {

  #shareTip {
    font-size: 1.0rem;
    padding: 16px 3px 10px 10px;
  }



}

@media(min-width: 685px) {

  #locationDetailsCont,
  #panMapCont {
    display: block !important;
  }

  .jq-toast-wrap {
    bottom: 70px !important;
  }

  #extVideoBtn {
    display: block !important;
  }


}

@media(max-width: 600px) {

  .jq-toast-wrap {
    bottom: 70px !important;
  }

}

@media(max-height: 420px) {}

@media(max-height: 800px) and (max-width: 610px) {

  .hideAd {}
}

@media (max-height: 620px) {

  #drop_zone,
  #drop_zone_gopro_batch,
  #drop_zone_gpx {
    width: 175px;
    height: 80px;
  }

  #drop_zone p,
  #drop_zone_gopro_batch p,
  #drop_zone_gpx p {
    font-size: 0.7rem;
  }

  #dropBatchProjectFilter {
    display: none;
  }


  #BatchText {
    top: 35px;
    font-size: 0.8rem;
  }

  #dropBatchText {
    top: 35px;
  }

  .dropBatchText {
    font-size: 0.8rem;
    top: 35px;
  }

  .dropBatchText,
  .dropBatchTextGPX {
    top: 35px;
    font-size: 0.8rem;
  }

  .dropBatchTextBatch {

    font-size: 0.8rem;
  }

  .drop_bottom_info {
    font-size: 0.6rem;
  }

}

@media(max-height: 600px) and (max-width: 600px) {

  #advert {
    display: none !important;
  }
}