#tnTitle {
	text-align: center;
}
#tnSequence {
  text-align: center;
}
.fullscreen:-moz-full-screen {
  height: 100%;
}
.fullscreen:-webkit-full-screen {
  height: 100%;
}
.fullscreen:-ms-fullscreen {
  height: 100%;
}
.fullscreen:fullscreen {
  height: 100%;
}

.dispRow {
  margin: 10px 0 15px 0;
}
#dispImage {
  position: relative;
  background-color: #000;
}
#dispImage img {
  position: absolute;
  max-width: 100%;
  height: 100%;
}
#dispStatus {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 4px;
  background-color: #00ffff;
  border-color: black;
  border-width: 1px;
  border-style: solid;
  visibility: hidden;
}
#dispStatusBar {
  width: 0%;
  height: 100%;
  background-color: #ff00ff;
}
.ui-draggable {
  z-index: 100;
}
.leftfloater {
  float:left;
  margin-right:1em;
}
.rightfloater {
  float:right;
  margin-left:1em;
}
.rightfloater > input {
  margin-left: 15px;
}
.rightfloater > label {
  padding-left: 5px;
}
.clear {
  clear:both;
}
#tnGroupContainer {
  position: relative;
}
.tnGroup {
  position: absolute;
  top: 0px;
  left: 0px;
}
#slider {
  box-shadow: 0px 1px 1px rgba(0,0,0,0.35) inset;
  border-radius: 6px !important;
  margin: 15px 0;
  width: 100%;
  background: #cecece;
}
#sliderLabel {
	position: relative;
	float: left;
	width: 730px;
	clear: both;
	text-align:center;
	display:none;
}
.tick {
	position:relative;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
	border-top: 0px none;
	border-right: 1px solid #bcbcbc;
	border-bottom: 0px none;
	border-left: 0px none;
	height: 100%;
  border-color: #9d9d9d;
}
.ttick {
	position:absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
	border-top: 0px none;
	border-right: 1px solid #bcbcbc;
	border-bottom: 0px none;
	border-left: 0px none;
        width: 0px;
	height: 100%;
  border-color: #9d9d9d;
}
.ol-scale-line {
  left: unset;
  right: 8px;
}
.temporal-descriptions {
  display: none;
  max-width: 80%;
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: white;
  z-index: 1;
  font-size: 12px;
  line-height: initial;
  padding: 5px;
  color: #ffffff;
  background-color: rgba(0,60,136,.5);
  border-width: 3px;
  border-color: rgba(250,250,250,.5);
  border-style: solid;
  border-collapse: unset;
  border-radius: 4px;
}
.hassImages {
  display: none;
  max-width: 16%;
  width: fit-content;
  position: absolute;
  top: 7%;
  bottom: 7%;
  right: 8px;
  z-index: 1;
  font-size: 12px;
  line-height: initial;
  padding: 0px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  overflow: hidden;
}
.hassImage {
  max-width: 100%;
  width: fit-content;
  height: 32%;
  border: none;
  margin: 5px;
  position: static;
  visibility: none;
  background: black;
}
.hassImage img {
  position: static !important;
  margin: 0px;
  border: none;
}
.fsvButton {
  background: transparent;
  box-sizing: border-box;
  width: 24px;
  height: 24px;

  border-color: transparent transparent transparent #202020;
  transition: 100ms all ease;
  cursor: pointer;
}
.fsvButton::hover {
    border-color: transparent transparent transparent #404040;
  }
.fsvPlay {
  border-style: solid;
  border-width: 12px 0 12px 20px;
}

.fsvPause {
  border-left-style: double;
  border-width: 0px 0 0px 20px;
}
.cat_image {
	width: 100px;
	height: 100px;
	margin: 2px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #BBBBBB;
}
#localSolarTime {
	border: 0px;
	width: 75px;
}
#overlays {
  margin-bottom:0px;
}
.thumbnail {
	float:left;
	width:255px;
	height:255px;
	text-align: center;
}
.thumbnail img {
	margin-bottom: 10px;
}
.rightJustify {
	text-align: right;
	padding-right: 12px;
}
.ui-slider-horizontal .ui-slider-handle {
  overflow:visible; 
  border-radius: 16px;
  border: none;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.25) !important;
  height: 30px;
  width: 30px;
  margin-left: -17px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.7em;
}
.ui-slider-horizontal .ui-slider-handle:hover {
  background: #0088ff !important;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
  border: 1px solid !important;
  background: #006dcc !important;
  border-right-color: #006dcc !important;
  border-left-color: #006dcc !important;
  border-bottom-color: #00549e !important;
  border-top-color: #0088ff !important;
}
.overlayButtonLabels {
  display: inline;
}
.ui-button-text {
  margin-right: 60px;
}
.fs-list {
  list-style-type: none; 
  margin-left: 0; 
  padding-left: 0;
}
.fs-list li {
  margin-bottom: 24px; 
}
.site {
  display: block;
}
.site h3 {
  margin-top: 0;
  margin-bottom: 12px;
}
li {
  list-style-type: none;
}
#tabs {
  float: right;
}
#imgInfo td {
  padding-right: 6px
}
ul.Text {
  margin-left: 0;
  padding-left: 0;
}
.site.img-thumbnail {
  width: 700px;
  height: 500px;
  margin: 0 0 35px 0;
}
.featured-sites-homepage {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.fs-data {
  text-align: center;
  position: relative;
  top: 250px;
  color: white;
}
.siteTitle {
  margin: 0 auto;
  padding-top: 48px;
  text-align: center;
  color: white;
  font-size: 60px;
}
#slideContainer {
  display: block;
  width: 100%;
  padding: 20px 25px 0 25px;
}
#slideContainer .cell {
  margin: 0;
  display: inline-block;
}
#localTimeContainer {
  margin-left: 4px;
}
#apEvaButtons.cell {
  margin-left: 8px;
}
input#localSolarTime {
  height: auto;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.shadow-overlay {
  background-color: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  transition: background 0.15s linear;
  -moz-transition: background .15s linear;
  -webkit-transition: background .15s linear;
  -o-transition: background 0.15s linear;
}
.shadow-overlay:hover {
  background-color: rgba(0,0,0,0.0);
}
.shadow-overlay .fs-data {
  opacity: 0;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
.shadow-overlay:hover .fs-data {
  opacity: 1;
}
.slct {
  border: none !important;
  background: #fff;
  width: 100%;
  text-align: left;
  font-weight: 400;
}
.slct:hover {
  background:#efefef;
}
.tgle {
  border: none !important;
  background: #fff;
  width: 100%;
  text-align: left;
  padding-left: 6px;
}
.tgle:hover {
  background:#efefef;
}
.tgle input {
  margin: 0 5px;
}

@media only screen and (max-width: 1200px) {
  .shadow-overlay { background-color: rgba(0, 0, 0, 0.4); }
  .shadow-overlay .fs-data { opacity: 1; }
  .siteTitle {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .fs-data  {
    line-height: 32px;
    position: static;
  }
  .site {
    display:block;
  }
  .site.img-thumbnail {
    width: 100%;
    height: 350px;
  }
  .featured-sites-homepage {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .pull-left-img {
    margin:auto;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  .btn-group > .btn .btn-default {
    /* Responsive fix */
    float: left;
  }
  .site.img-thumbnail {
    height: 270px;
  }
  .featured-sites-homepage {
    height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #tnTitle figure.img-thumbnail {
    display: block;
  }
  .tabs-left > .nav-tabs .active > a, 
  .tabs-left > .nav-tabs .active > a:hover, 
  .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd #ddd !important;
  }
  /* fix in-page nav */ 
  li {
    line-height: 35px !important;
  }
  .site {
    margin: auto;
  }
  .siteTitle {
    padding-top: 32px;
  }
  #slideContainer {
    padding: 20px 15px 0 15px;
  }
}
