@charset "UTF-8";

body, html {
  margin: 0px auto;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

#player1_timelapse_canvas {
  background: black;
  z-index: 5;
}

.ui-dialog {
	border: 1px solid #656565;
	border-radius: 2px;
  font-size: 13px;
}

.ui-dialog .ui-dialog-titlebar {
	border-radius: 2px;
}

.ui-widget-content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.ui-dialog .ui-button {
	border-radius: 2px;
}

.snaplapsePlayingMask {
  position: absolute;
  opacity: 0.01;
  width: 100%;
  height: 100%;
  z-index: 19;
  top: 0px;
  background: white;
}

.playStopTimewarp {
  width: 65px;
}

.loadingOverlay {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.tiledContentHolder {
  position: relative;
  width: 816px;
  height: 288px;
  background: black;
  overflow: hidden;
  border-right: 1px solid #656565;
  border-left: 1px solid #656565;
  border-top: 1px solid #656565;
  border-bottom: 1px solid #656565;
}

.ui-button .ui-icon.ui-icon-custom-stop {
  background-image: url(../images/buttons/custom_stop.png);
  margin-top: -8px;
  margin-left: -8px;
  width: 18px;
  height: 24px;
  opacity: 0.7;
}

.ui-button.ui-state-hover .ui-icon.ui-icon-custom-stop {
  opacity: 1;
}

.playbackButton .ui-icon.ui-icon-custom-play {
  margin-left: -8px !important;
}

.playbackButton .ui-icon.ui-icon-custom-pause {
  margin-left: -12px !important;
}

.ui-button .ui-icon.ui-icon-custom-play {
  background-image: url(../images/buttons/custom_play.png);
  margin-top: -12px;
  margin-left: -7px;
  width: 18px;
  height: 24px;
  opacity: 0.7;
}

.ui-button.ui-state-hover .ui-icon.ui-icon-custom-play {
  opacity: 1;
}

.ui-button .ui-icon.ui-icon-custom-pause {
  background-image: url(../images/buttons/custom_pause.png);
  margin-top: -12px;
  margin-left: -11px;
  width: 24px;
  height: 24px;
  opacity: 0.7;
}

.ui-button.ui-state-hover .ui-icon.ui-icon-custom-pause {
  opacity: 1;
}

.tiledContentHolder:focus {
  outline: 0;
}

.instructions {
  height: 290px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  margin: auto;
  z-index: 999;
  display: none;
}

.instructions span {
  font-size: 12px;
  color: #fff;
  position: absolute;
  display: block;
  line-height: 18px;
}

.instructions p {
  font-size: 12px;
}

.instructions span.loophelp {
  width: 135px;
  background-color: #262626;
  border: 1px solid #444;
  height: 19px;
  overflow: visible;
  bottom: 0px;
  left: 40px;
  padding: 13px 15px 15px;
}

.instructions span.loophelp p {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url(../images/bubble_edge_horizontal.png);
  height: 46px;
}

.instructions span.movehelp {
  top: 30px;
  left: 110px;
  width: 140px;
  padding: 68px 0px 0px 0px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/drag_mouse.png);
}

.instructions span.zoomhelp {
  background-color: #262626;
  border: 1px solid #444;
  top: 150px;
  left: 70px;
  overflow: visible;
}

.instructions span.zoomallhelp {
  background-color: #262626;
  border: 1px solid #444;
  top: 250px;
  left: 70px;
  overflow: visible;
}

.instructions span.zoomhelp p, .instructions span.zoomallhelp p {
  margin: 0px 0px 0px -11px;
  padding: 12px 16px 12px 28px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../images/bubble_edge_vertical.png);
  width: 190px;
}

.instructions span.speedhelp {
  width: 250px;
  background-color: #262626;
  border: 1px solid #444;
  height: 19px;
  overflow: visible;
  bottom: 0px;
  right: 0px;
  padding: 13px 15px 15px;
}

.instructions span.speedhelp p {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url(../images/bubble_edge_horizontal.png);
  height: 46px;
}

.videoTime {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 100px;
  bottom: 7px;
  font-size: 12px;
  color: #202020;
  font-family: Arial, Helvetica, sans-serif;
}

.captureTime {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 100px;
  bottom: 23px;
  font-size: 12px;
  color: #202020;
  font-family: Arial, Helvetica, sans-serif;
}

.repeatBtnContainer {
  position: absolute;
  top: 0px;
  left: 56px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
  height: 100%;
}

.repeatBtnContainer .ui-button.ui-state-active {
  background: #959595;
}

.repeatLabel.ui-state-default {
  background: white;
}

.repeatLabel {
  height: 100%;
  border-radius: 0;
  padding: 0;
}

.repeatLabel.ui-button {
  border-radius: 0px !important;
  vertical-align: middle;
  border: 0px solid white;
  border-right: 1px solid #656565;
  width: 26px;
}

.ui-button.ui-state-active .ui-icon.ui-icon-custom-repeat {
  background-image: url(../images/buttons/repeat-active.png);
  opacity: 1;
}

.ui-button .ui-icon.ui-icon-custom-repeat {
  background-image: url(../images/buttons/repeat-inactive.png);
  margin-top: -5px;
  margin-left: -5px;
  width: 12px;
  height: 12px;
  opacity: 0.6;
}

.ui-button.ui-state-hover .ui-icon-custom-repeat {
  background-image: url(../images/buttons/repeat-inactive.png);
  opacity: 1;
}

.timewarpMapLabel .ui-button-text {
  margin-top: 11px;
}

.playbackButton.ui-button {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 55px;
  height: 100%;
  border: 0px solid #656565;
  border-right: 1px solid #656565;
  background: white;
  border-radius: 0px;
}

.stopTimeWarp.ui-button {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 55px;
  height: 100%;
  border: 0px solid #656565;
  border-right: 1px solid #656565;
  background: white;
  border-radius: 0px;
}

.zoomall {
  margin-top: 5px !important;
}

.zoomSlider {
  width: 4px;
  height: 130px;
  background: #ffffff;
  border: 1px solid #656565;
  margin: 0 auto;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  cursor: pointer;
}

.zoomSlider .ui-slider-handle {
  width: 20px;
  height: 8px;
  overflow: hidden;
  left: -9px;
  z-index: 15;
  border: 1px solid #656565;
  border-radius: 2px !important;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  background-color: white;
}

.pan {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  background: white;
  border: 1px solid #656565;
  border-radius: 25px !important;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.pan .ui-button {
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 0px solid #656565;
  border-radius: 0px;
}

.sideToolBar {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 15;
}

.zoom .ui-button {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: white;
  border: 1px solid #656565;
  border-radius: 2px !important;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.zoom .ui-icon {
  margin-top: -9px;
}

.viewerModeBtn.ui-state-default {
  background: white;
}

.viewerModeBtn {
  height: 100%;
  border-radius: 0;
  padding: 0;
}

.fullscreenLabel.ui-state-default {
  background: white;
}

.fullscreenLabel {
  height: 100%;
  border-radius: 0;
  padding: 0;
}

.addAnnotationLabel .ui-button-text {
  margin-top: 11px;
}

.moveAnnotationLabel .ui-button-text {
  margin-top: 11px;
}

.playbackSpeedOptions {
  border-radius: 2px;
}

.playbackSpeedOptions .ui-corner-all {
  border-radius: 2px;
}

.playbackSpeedOptions.ui-menu {
  position: absolute;
  width: 160px;
  padding: 10px;
  border: 1px solid #656565;
  z-index: 27;
}

.playbackSpeedOptions.ui-state-focus {
  padding: 10px;
}

.viewerModeOptions {
  border-radius: 2px;
}

.viewerModeOptions .ui-corner-all {
  border-radius: 2px;
}

.viewerModeOptions.ui-menu {
  position: absolute;
  width: 100px;
  padding: 10px;
  border: 1px solid #656565;
}

.viewerModeOptions.ui-state-focus {
  padding: 10px;
}

.sizeOptions {
  border-radius: 2px;
}

.sizeOptions .ui-corner-all {
  border-radius: 2px;
}

.sizeOptions.ui-menu {
  position: absolute;
  width: 75px;
  padding: 10px;
  border: 1px solid #656565;
}

.sizeOptions.ui-state-focus {
  padding: 10px;
}

.tools .ui-button {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  margin-top: 5px;
  background: white;
  border: 1px solid #656565;
  border-radius: 2px !important;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.tools .ui-icon {
  margin-top: -9px;
}

.tools .ui-state-active {
  border: 1px solid #ffffff/*{borderColorActive}*/;
  background: #959595/*{bgColorActive}*/;
  color: white;
}

.tools .ui-state-active .ui-icon {
  background-image: url(../images/ui-icons_custom_256x240.png)/*{iconsActive}*/;
}

.toolbar {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  font-size: 11px;
  z-index: 30;
  margin: 0;
  padding: 0;
}

.toolbar .ui-button {
  min-width: 35px;
  margin-right: 0px;
  margin-left: 1px;
  border-radius: 0px !important;
  vertical-align: middle;
  border: 0px solid white;
  height: 100%;
}

.playerModeToolbar .ui-state-default {
  background: white;
}

.editorModeToolbar .ui-state-default {
  background: white;
}

.annotatorModeToolbar .ui-state-default {
  background: white;
}

.playerModeToolbar {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
  display: inline;
  float: right;
  height: 100%;
}

.editorModeToolbar {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
  float: right;
  display: none;
  height: 100%;
}

.annotatorModeToolbar {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
  float: right;
  display: none;
  height: 100%;
}

.fullScreenBtnContainer {
  float: right;
  display: inline;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
  height: 100%;
}

.viewerModeBtnContainer {
  float: right;
  display: inline;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
  height: 100%;
}

.toolbar .ui-state-active {
  border: 0px solid #959595;
  background: #959595/*{bgColorActive}*/;
  color: white;
}

.toolbar .ui-state-active .ui-icon {
  background-image: url(../images/ui-icons_custom_256x240.png)/*{iconsActive}*/;
}

.playbackSpeed {
  width: 200px;
}

.controls {
  display: block;
  width: 512px;
  height: 45px;
  background-color: rgb(220,220,220);
  position: relative;
  border-right: 1px solid #656565;
  border-left: 1px solid #656565;
  border-top: 0px solid #838383;
  border-bottom: 1px solid #656565;
  z-index: 20;
}

.controls_editor {
  top: 470px;
  border-bottom: 1px solid #656565;
  border-right: 1px solid #656565;
  border-top: 0px solid #838383;
}

.timeSliderColorBot_div_playerMode {
  opacity: 0.6;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: -1px;
  border-right: 1px solid #656565;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(#8f8f8f, #676767 60%, #1e1e1e);
  background-image: -moz-linear-gradient(#8f8f8f, #676767 60%, #1e1e1e);
  background-image: -o-linear-gradient(#8f8f8f, #676767 60%, #1e1e1e);
  background-image: -ms-linear-gradient(#8f8f8f, #676767 60%, #1e1e1e);
  height: 8px;
}

.timeSliderColorSelectorBot_canvas_editorMode {
  border-right: 1px solid #656565;
  border-bottom: 1px solid #656565;
  position: absolute;
  opacity: 0.6;
  top: 0px;
  left: 0px;
  z-index: 1;
  visibility: hidden;
  height: 7px;
}

.timelineSliderFiller {
  height: 8px;
  position: relative;
  border-left: 1px solid #656565;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
}

.timelineSlider {
  background-color: transparent !important;
  background: transparent !important;
  cursor: pointer;
  display: block;
  width: 513px;
  height: 7px;
  position: relative;
  bottom: 0px;
  border: 0px;
  margin: 0px 0px 0px 0px;
  z-index: 25;
}

.timelineSlider .ui-slider-handle {
  width: 9px;
  margin-left: -5px !important;
  height: 17px;
  overflow: hidden;
  top: -6px;
  border-style: none;
  border: none;
  margin: 0px;
  z-index: 5;
  border: 1px solid #656565;
  border-radius: 2px !important;
}

.ui-slider-range {
  background: #ffffff;
  opacity: 0.8;
}

.carousel {
  margin: 0 0 20px 10px;
  /*position: relative;*/
}

.layerSlider {
  margin-left: 560px;
}

.carousel a.prev, .carousel a.next {
  display: block;
  float: left;
  width: 30px;
  height: 40px;
  text-decoration: none;
  background: url("../images/prev.jpg") left 15px no-repeat;
}

.carousel a.next {
  height: 50px;
  position: absolute;
  margin: -78px 0px 0px 218px;
  background: url("../images/next.jpg") right 23px no-repeat;
}

.carousel a.next:hover {
  background-image: url("../images/next.jpg");
}

.carousel a.prev:hover {
  background-image: url("../images/prev.jpg");
}

.carousel a:hover, .carousel a:active {
  border: none;
  outline: none;
}

.carousel ul {
  margin: 0;
}

.carousel li img, .carousel li p {
  background-color: #fff;
  margin: 5px;
  width: 45px;
}

.jCarouselLite img {
  cursor: pointer;
}

.shareurl {
  width: 600px;
  height: 32px;
  resize: none;
}

.spinnerOverlay {
  background-image: url(../images/loading.gif);
  width: 32px;
  height: 32px;
  position: absolute;
  display: none;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}

.addressLookup {
  position: absolute;
  top: 609px;
  left: 18px;
  z-index: 99;
}