﻿@import url(https://fonts.googleapis.com/css?family=Arizonia);
/* Height of input element */
/* Font-size of error message */
/* Error messages */
.error-message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: auto;
  height: auto;
  color: #dd4b39;
}
.input-error-message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: auto;
  height: auto;
  color: #dd4b39;
  margin-top: 10px;
  min-height: 29px;
  font-size: 1em;
  line-height: 2em;
}
input.error {
  border: 1px solid #ff4800;
}
.form-error-message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: auto;
  height: auto;
  color: #dd4b39;
  margin-top: 10px;
  padding: 8px 10px;
  min-height: 29px;
  font-size: 1em;
  line-height: 1em;
}
/* Common */
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*Start Page*/
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.audiojs {
  width: 100%;
}
.audiojs .scrubber {
  width: 200px;
}
/***************
 * Date Picker *
 ***************/
.cz-datepicker-mode {
  display: inline-block;
  width: 80px;
  margin-right: 20px;
}
.cz-datepicker-container {
  display: inline-block;
  float: right;
}
.cz-datepicker-container:after {
  clear: both;
}
.cz-datepicker-circa {
  font-size: 13px;
  text-align: right;
  margin-top: 5px;
}
.cz-datepicker-circa input {
  vertical-align: bottom;
  margin-bottom: 1px;
  margin-right: 0px;
}
.cz-datepicker-regime {
  height: 30px;
  margin-left: 10px;
}
.cz-datepicker-year-year {
  height: 30px;
  width: 80px;
}
.cz-datepicker-year-date {
  height: 30px;
  width: 50px;
}
.cz-datepicker-day-selector {
  height: 30px;
  max-height: 200px;
  margin-left: 10px;
  margin-right: 10px;
}
.cz-datepicker-month-selector {
  height: 30px;
}
.cz-datepicker-errormsg {
  color: #dd4b39;
}
/***********************************************************
                        Media List
      
***********************************************************/
.cz-medialist {
  padding: 5px;
  border: solid 1px #d5d5d5;
  background-color: #e9e9e9;
}
.cz-medialist-item {
  display: inline-block;
  margin: 5px;
}
.cz-medialist-item-icon {
  display: block;
}
/***********************************************************
                    Custom Media Pickers
      
***********************************************************/
/* Bing Media Picker */
.cz-form-bing-mediapicker {
  width: 75%;
  bottom: 25px;
  left: 0;
}
.cz-form-bing-mediapicker > .cz-form-content {
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
.cz-bing-search-input {
  display: inline-block;
  width: 400px;
  margin: 0 25px 10px 0;
}
.cz-bing-search-button {
  display: inline-block;
  margin: 0 0 10px 0 !important;
  padding: 5px !important;
  border: 1px solid #0464a2 !important;
}
/*
Fix for Firefox (same height for search input and button).
NOTE: http://christophzillgens.com/en/articles/equal-height-input-and-button-elements-in-firefox-and-safari
*/
.cz-bing-search-button::-moz-focus-inner {
  border: 0;
}
.cz-bing-search-results {
  color: #232323;
}
.cz-bing-result-container {
  display: inline-block;
  overflow: hidden;
  margin: 15px 5px;
}
.cz-bing-result-title {
  color: #232323;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cz-bing-result-description,
a.cz-bing-result-description:visited,
a.cz-bing-result-description:link {
  display: block;
  color: #aeaeae;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
a.cz-bing-result-description:hover {
  color: #0464a2;
}
.cz-bing-result-doc-description {
  color: #aeaeae;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.cz-bing-result-thumbnail {
  display: block;
  margin: auto;
}
/* SkyDrive Media Picker */
iframe[sutra=picker] {
  z-index: 100000003 !important;
}
iframe[sutra=picker] + div {
  z-index: 100000002 !important;
}
/* Source: CSS from SkyDrive */
.cz-skydrive-logout-button {
  opacity: 0;
  z-index: 100000003;
  position: fixed;
  height: 2.142em;
  min-width: 6em;
  font-family: "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "HelveticaNeue-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  background-color: rgba(182, 182, 182, 0.7);
  color: #212121;
  padding: 3px 12px 5px;
  border: 0;
  margin-left: 20px;
  margin-top: 15px;
  outline: none;
  line-height: 142%;
}
/* Label for warning */
.cz-skydrive-help-text {
  opacity: 0;
  z-index: 100000004;
  position: fixed;
  min-width: 6em;
  font-family: "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "HelveticaNeue-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #666666;
  padding: 3px 12px 5px;
  border: 0;
  margin-left: 10px;
  margin-top: 15px;
  outline: none;
  line-height: 142%;
}
/* Source: CSS from SkyDrive */
.cz-skydrive-logout-button:hover {
  background-color: rgba(205, 205, 205, 0.82);
}
/* Source: CSS from SkyDrive */
.cz-skydrive-logout-button:active {
  background-color: #212121;
  color: #fff;
}
/* level 1 */
#miniMenu {
  color: #eee;
  display: inline;
  float: right;
  position: relative;
  margin: 3px 0 3px 0;
  padding: 0;
  z-index: 2100;
}
#mnu {
  color: #eee;
  display: inline;
  float: right;
  position: relative;
  margin: 3px 0 3px 0;
  padding: 0;
  z-index: 2100;
}

#miniMenu > li {
  display: inline;
  float: left;
  list-style-type: none;
  padding: 2px 8px 2px 8px;
  border-radius: 4px;
  line-height: 26px;
}

#mnu > li {
  cursor: pointer;
  display: inline;
  float: left;
  list-style-type: none;
  padding: 2px 8px 2px 8px;
  border-radius: 4px;
  line-height: 26px;
}
#mnu > li img {
  margin: 0 -3px -6px -3px;
}
#mnu > li:first-child {
  margin-left: 10px;
}
#mnu > li:hover {
  background-color: #0464a2;
}
#mnu.disabled > li {
  background: transparent !important;
  cursor: not-allowed !important;
}
/* level 2 */
#miniMenu > li > ul {
  background-color: #232323;
  display: none;
  position: absolute;
  margin: 0 0 0 -8px;
  padding: 0;
  border: solid 2px #0464a2;
  border-radius: 0 8px 8px 8px;
  z-index: 2100;
}

#miniMenuText {
    overflow-y:auto;
    right:0;
    width: 475px; 
    height: 280px;
    max-width:95%;
    max-height:80%;
    float:right;
    bottom:25px;
}
#miniMenuCZhref {
    text-shadow: 0 0 1px #0464a2;
    color:deepskyblue;
    font-size:20px;
    display: table;
}

#miniMenuCZhref:hover {
    text-shadow: 0 0 1px #81f7ff;
}

#mnu > li > ul {
  background-color: #232323;
  display: none;
  position: absolute;
  margin: 0 0 0 -8px;
  padding: 0;
  border: solid 2px #0464a2;
  border-radius: 0 8px 8px 8px;
  z-index: 2100;
}
#mnu > li > ul > li {
  list-style-type: none;
  padding: 5px 8px 5px 8px;
}
#mnu > li > ul > li.hr {
  border-top: solid 2px #0464a2;
}
#mnu > li > ul > li:first-child {
  border-top-right-radius: 6px;
}
#mnu > li > ul > li:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#mnu > li > ul > li:hover {
  background-color: #555;
  color: #fff;
}
#mnu > li > ul > li span {
  display: inline-block;
  width: 18px;
  padding-left: 10px;
  position: relative;
  top: -2px;
}
/* level 3 */
#mnu > li > ul > li > ul {
  background-color: #333;
  display: none;
  margin: 0 0 5px 0;
  padding: 5px;
  border: solid 1px #666;
  border-radius: 8px;
}
#mnu > li > ul > li > ul > li {
  list-style-type: none;
  padding: 2px 8px 2px 8px;
  font-size: 0.9em;
}
#mnu > li > ul > li > ul > li:hover {
  background-color: #0464a2;
  color: #fff;
  border-radius: 8px;
}
/* file import element must have visible to work yet should be hidden */
#mnuFile {
  opacity: 0;
  z-index: -1;
}
#overlay {
  display: none;
  position: absolute;
  top: 35px;
  bottom: 25px;
  left: 0;
  right: 0;
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, 'Trebuchet MS', sans-serif;
  font-size: 16px;
  background-color: #04021e;
  color: #ddd;
  cursor: default;
  box-sizing: border-box;
  overflow: auto;
  z-index: 1000;
}
#overlay-content-padding {
  padding: 10px;
}
#overlay .glass {
  position: relative;
  /*
        use this here with the glass effect in themes if the theme has an image as a background:
        padding: 10px;
    */
}
#overlay .glass::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  content: "";
  /*
            use this here for a glass effect in themes if the theme has an image as a background:
            background: rgba(0, 0, 0, 0.5);
        */
  z-index: -1;
}
#overlay .glass p:first-child {
  margin-top: 0px;
}
.overlay-list {
  float: left;
  width: 33%;
  min-width: 160px;
  box-sizing: border-box;
  padding-right: 25px;
}
.overlay-list-title {
  font-size: 1.4em;
  color: #fff;
  padding-bottom: 0.3em;
  border-bottom: solid 2px #999;
  margin-bottom: 0.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 1em;
}
.overlay-list > .overlay-list-title:first-child {
  padding-top: 0;
}
.overlay-list-note {
  display: inline-block;
  width: 240px;
  color: #ccc;
}
.overlay-list-note.small {
  font-size: 12px;
  color: #999;
}
.overlay-list-note img {
  height: 1em;
  width: auto;
}
.overlay-list a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.8;
}
.overlay-list a:hover {
  opacity: 1;
}
#overlay .triangle-in-circle {
  display: inline-block;
  border: solid 2px #0be;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  line-height: 1em;
  margin: 0.15em 0.2em 0 0;
  padding: 0.2em;
  text-align: center;
  vertical-align: top;
  opacity: 0.8;
  -moz-transform: rotage(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
#overlay .triangle-in-circle::after {
  content: "\25bc";
}
#listWelcome p {
  font-size: 14px;
  text-align: justify;
  color: #ccc;
}
#listWelcome a {
  display: block;
  position: relative;
  height: 33px;
  line-height: 33px;
  vertical-align: top;
  font-size: 1.1em;
  color: #0be;
  text-decoration: none;
  text-shadow: 1px 1px 20px #1cf;
  margin-bottom: 1em;
}
#listWelcome a:hover,
#listWelcome a:visited {
  color: #0be;
}
#listWelcome a.hidden {
  display: none;
}
#listWelcome a > span {
  vertical-align: top;
}
.overlay-tile {
  float: left;
  box-sizing: border-box;
  height: 150px;
  width: 150px;
  margin: 5px 20px 15px 0;
  padding: 4px 6px 4px 6px;
  border: solid 1px #222;
  border-right-style: none;
  border-bottom-style: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 10px #444;
  -moz-box-shadow: 3px 3px 10px #444;
  box-shadow: 3px 3px 10px #444;
  background: #444455 url(/images/tile-default.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-shadow: 2px 2px #333;
  font-size: 0.9em;
  overflow: hidden;
  opacity: 0.8;
}
.overlay-tile:hover {
  cursor: pointer;
  opacity: 1;
}
.big-history {
  background: #444455 url(/images/tile-bighistory.jpg);
}
.overlay-tile-title {
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: 0.1em;
  font-weight: bold;
  color: #fff;
  /* max 3 lines: */
  max-height: 3.3em;
  overflow: hidden;
}
.overlay-tile-note {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1em;
  margin: 0.6em 0 0.1em 0;
  border-top: dashed 1px #666;
  padding-top: 0.6em;
  color: #fff;
  /* max 2 lines: */
  max-height: 2em;
  overflow: hidden;
}
#themePicker {
  position: fixed;
  bottom: 25px;
  left: 0;
  -webkit-border-top-right-radius: 12px;
  -moz-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  padding: 1em 1em 1em 10px;
  vertical-align: text-bottom;
  font-size: 0.8em;
  font-style: italic;
  background-color: #04021e;
  color: #bbb;
}
#themePicker select {
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, 'Trebuchet MS', sans-serif;
  font-style: normal;
  margin-left: 0.75em;
  padding: 2px 5px 3px 5px;
  border: 1px outset #444;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  background-color: #343152;
  color: #ccc;
}
/*
    Following uses custom select chevron instead of browser default,
    which can be a large and ugly grey button on some browsers. The
    one browser deliberately excluded is Firefox since the method
    used to hide the default chevron seems to change each release.
*/
#themePicker select {
  padding-right: 20px;
  background-image: url(/images/select.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  appearance: none;
  -webkit-appearance: none;
  /* Chrome and Safari */
}
#themePicker select::-ms-expand {
  display: none;
}
@-moz-document url-prefix()                     /* Firefox */ {
  #themePicker select {
    background-image: none;
  }
}
.cz-timescale {
  padding-bottom: 0px;
  font-size: large;
  font-weight: 500;
  background-color: #0388E5;
  overflow: hidden;
  cursor: default;
  width: 100%;
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .75em;
  color: white;
  position: relative;
  overflow: visible;
}
.cz-timescale > canvas {
  position: absolute;
  bottom: 0px;
}
.cz-timescale-panel {
  position: absolute;
  display: table;
  z-index: 100;
  top: 0px;
  height: 100%;
  width: 185px;
  background-color: #0388E5;
  font-size: large;
  text-align: center;
}
.cz-timescale-left {
  left: 0px;
  border-right: 5px solid #58B7F9;
}
.cz-timescale-left p {
  display: table-cell;
  font-family: sans-serif;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
}
.timescale_right_border_input {
  color: white;
  display: table-cell;
  background-color: #0388E5;
  width: 185px;
  font-family: sans-serif;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
}
.timescale_left_border_input {
  color: white;
  display: table-cell;
  background-color: #0388E5;
  width: 185px;
  font-family: sans-serif;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
}
.cz-timescale-right {
  right: 0px;
  border-left: 5px solid #58B7F9;
}
.cz-timescale-right p {
  display: table-cell;
  font-family: sans-serif;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
}
.cz-timescale-labels-container {
  position: absolute;
  bottom: 16px;
}
.cz-timescale-label {
  position: absolute;
  display: block;
  float: left;
  white-space: nowrap;
}
.cz-timescale-marker {
  z-index: 150;
  display: table;
  position: absolute;
  height: 100%;
  width: auto;
  background-color: transparent;
  top: 0px;
}
.cz-timescale-marker div:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px;
  padding: 5px 15px;
  background-color: #00538D;
  line-height: 100%;
  font-size: 15px;
}
.cz-timescale-marker-triangle {
  position: absolute;
  bottom: 0;
  border-top: 14px solid   #00538D;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -14px;
}
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* The main background color for the page */
/* The height of the page header */
/* The width of the logo area */
/* The width of the tour player area */
/* The width of the regimes area */
/* The height of the breadcrumbs area */
/* The top margin of the bref.adcrumbs area */
/* The breadcrumbs scroller area */
/* The height of the page footer */
/* The width of the footers links area */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  overflow: hidden;
  min-width: 250px;
  min-height: 250px;
  background-color: #232323;
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, 'Trebuchet MS', sans-serif;
  -ms-touch-action: none;
}
#splash {
  position: absolute;
  top: 35px;
  bottom: 25px;
  left: 0;
  right: 0;
  padding-top: 200px;
  background: #232323;
  color: #91895c;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 2em;
  font-style: italic;
  text-align: center;
  z-index: 2000;
}
.small {
  color: #666;
  font-size: 0.7em;
}
fieldset {
  border: 2px #c7c7c7 solid;
}
fieldset legend {
  color: #666;
}
.field-block {
  display: block;
  width: 100%;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
a:active {
  color: #fff;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
/* Loading Hourglass */
#wait {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 100px;
  z-index: 2001;
}
a.help-link {
  color: #25a1ea !important;
  float: right;
  font-size: 0.7em;
  margin-left: 10px;
  margin-top: 5px;
}
a.help-link:hover {
  color: #0464a2 !important;
}
div.preview {
  padding: 0px 10px 0px 10px;
  opacity: 0.7;
}
/***********************************************************
                            Header            
      
***********************************************************/
.navigation {
  position: relative;
  margin: 0;
  padding: 0;
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
.navigation ul li {
  height: 100%;
}
.navigation ul li:after {
  clear: both;
}

.cz-logo {
  height: 36px;
  line-height: 36px;
  width: 170px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/images/chronozoom.png');
  margin-left: 3px;
  z-index:1;
  cursor:pointer;
}

.miniMenu-logo {
    cursor:default;
    box-shadow: inset 2px 2px 0 #0388E5;
    background-color:black; 
    border-color:#0388E5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.header-regimes {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  height: 36px;
  width: 420px;
  display: none;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .header-regimes {
    height: 36px;
    width: 0px;
    display: none;
  }
}
.regime-link {
  margin-right: 15px;
  margin-left: 15px;
  height: 100%;
  font-size: medium 14px;
  line-height: 36px;
}
.regime-link:hover {
  cursor: pointer;
  text-shadow: 0px 0px 15px #ccc;
}
#regime-link-cosmos {
  color: #FF5BEE;
}
#regime-link-earth {
  color: #C874F4;
}
#regime-link-life {
  color: #A8B3FE;
}
#regime-link-prehistory {
  color: #83BAFF;
}
#regime-link-humanity {
  color: #66D5BF;
}
.header-breadcrumbs {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  height: 25px;
  width: 100%;
  margin-top: -8px;
}
/***********************************************************
                            Content
***********************************************************/
#content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  /* Fallback for older browsers */
  height: calc(100% - 36px - 25px - 25px + 8px);
  height: -moz-calc(100% - 36px - 25px - 25px + 8px);
  height: -webkit-calc(100% - 36px - 25px - 25px + 8px);
  height: -o-calc(100% - 36px - 25px - 25px + 8px);
}

#embedContent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  height: calc(100% - 25px);
  height: -moz-calc(100% - 25px);
  height: -webkit-calc(100% - 25px);
  height: -o-calc(100% - 25px);
}
#vc-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -38px;
  padding-top: 38px;
  height: 100%;
  min-height: 100%;
}
#vc {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#timeSeriesContainer {
  height: 0%;
  background-color: gray;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#timeSeriesContainer::selection {
  cursor: pointer;
}
.virtualCanvas {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.virtualCanvasLayerDiv {
  position: absolute;
  z-index: 0;
  overflow: hidden;
}
.virtualCanvasLayerCanvas {
  position: absolute;
  left: 0;
  z-index: 0;
}
.contentItemDescription {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  color: #e8e8e8;
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.contentItemDescription .text {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: inherit;
}
.tri-button-block button {
  min-width: 110px;
  margin-right: 10px;
}
.tri-button-block button:last-child {
  margin-right: 0px;
}
/***********************************************************
                        Bibliography
                   
***********************************************************/
.biblBack {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.biblOuterWindow {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 25%;
  right: 25%;
  min-width: 300px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: default;
}
.biblWindow {
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #434343;
  color: #fff;
  vertical-align: middle;
  font-size: 18.5px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: default;
}
.biblWindow .closeButton {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5005;
  width: 30px;
  height: 30px;
}
.biblWindow .title {
  overflow: hidden;
  margin-right: 60px;
  margin-left: 32px;
  padding-top: 22px;
  padding-bottom: 7px;
  border-bottom: 1px solid #DBDBDB;
  color: #fff;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: default;
}
.biblWindow .sources {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 55px 20px 13px 32px;
  padding-right: 23px;
  height: auto;
}
.biblWindow .sources .source {
  margin: 0;
  padding: 0 5px 0 5px;
  border-bottom: 1px solid #DBDBDB;
}
.biblWindow .sources .sectionTitle {
  overflow: hidden;
  margin: 0;
  padding-top: 20px;
  border-bottom: 1px solid #DBDBDB;
  color: #fff;
  text-align: left;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  cursor: default;
}
.biblWindow .sources .source .sourceName {
  overflow: hidden;
  margin-right: 50px;
  padding-top: 20px;
  padding-bottom: 12px;
  color: #DBDBDB;
  text-align: left;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  cursor: pointer;
}
.biblWindow .sources .source .sourceDescr {
  margin: 0 50px 25px 12px;
  padding: 12px;
  border-radius: 8px;
  background-color: #DBDBDB;
  color: #424242;
  text-align: left;
  font-size: 15px;
  cursor: auto;
}
/***********************************************************
                        Tooltip
***********************************************************/
.bubbleInfo {
  position: absolute;
  float: left;
  clear: both;
  display: block;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-position: center;
  white-space: nowrap;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
#defaultBox {
  background-image: url('../images/defaultGradientBox.jpg');
}
#cosmosRegimeBox {
  background-image: url('../images/cosmosRegimeBox.jpg');
}
#earthRegimeBox {
  background-image: url('../images/earthRegimeBox.jpg');
}
#humanityRegimeBox {
  background-image: url('../images/humanityRegimeBox.jpg');
}
#lifeRegimeBox {
  background-image: url('../images/lifeRegimeBox.jpg');
}
#prehistoryRegimeBox {
  background-image: url('../images/prehistoryRegimeBox.jpg');
  background-position: center;
}
.bubbleInfo span {
  color: #fff;
  font-size: 14px;
  font-family: Verdana, Geneva, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.block {
  position: relative;
  display: block;
  background-color: #abc;
  white-space: nowrap;
}
/***********************************************************
                        Welcome Screen
       
***********************************************************/
.welcomeScreenBack {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.welcomeScreenOuterWindow {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 900px;
  height: 443px;
  min-height: 443px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: default;
  top: 50%;
  margin-top: -220px;
}
.welcomeScreen {
  position: relative;
  top: 16px;
  right: 0;
  bottom: 16px;
  left: 0;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  width: 864px;
  height: auto;
  min-height: 411px;
  border-radius: 8px;
  background-color: #3C5F96;
  color: #fff;
  vertical-align: middle;
  font-size: 18.5px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: default;
}
.welcomeScreen .titleArea {
  margin-right: 22px;
  margin-left: 32px;
  border-bottom: 1px solid #DBDBDB;
}
.welcomeScreen .titleArea .closeButton {
  position: absolute;
  top: 12px;
  right: 22px;
  z-index: 5005;
  width: 30px;
  height: 30px;
}
.welcomeScreen .titleArea .title {
  overflow: hidden;
  margin-right: 60px;
  padding-top: 22px;
  padding-bottom: 7px;
  color: #fff;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: default;
}
.welcomeScreen .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  margin: 75px 32px 13px 32px;
  width: 810px;
  height: auto;
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.welcomeScreen .content .description {
  position: absolute;
  display: inline-block;
  margin-right: 20px;
  width: 220px;
  height: 315px;
}
.welcomeScreen .content .description .button {
  margin-bottom: 10px;
  width: 220px;
  height: 36px;
  border: 1px solid #EF4136;
  background: #EA7134;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.welcomeScreen .content .media {
  position: absolute;
  right: 0px;
  display: inline-block;
  width: 560px;
  height: 315px;
}
.welcomeScreen .content .media .player {
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
}
/***********************************************************
                        Fallbackpage
***********************************************************/
img.fallbackBackground {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  /* Set up positioning */
  min-width: 1024px;
  /* Set up proportionate scaling */
  /* Set rules to fill background */
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  img.fallbackBackground {
    left: 50%;
    margin-left: -512px;
  }
}
.fallbackOuterContent {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -241px;
  margin-left: -450px;
  width: 900px;
  height: 482px;
  background-image: url('../images/fallbackOuterBackground.jpg');
  background-position: top center;
  cursor: default;
}
.fallbackContent {
  position: relative;
  overflow: hidden;
  margin: 25px auto 0 auto;
  width: 864px;
  height: 432px;
  background-color: #3C5F96;
  color: White;
  vertical-align: middle;
  font-size: 18.5px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: default;
}
.fallbackContent .titleArea {
  margin-right: 22px;
  margin-left: 32px;
  border-bottom: 1px solid #DBDBDB;
}
.fallbackContent .titleArea .title {
  overflow: hidden;
  margin-right: 60px;
  padding-top: 22px;
  padding-bottom: 7px;
  color: #fff;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: default;
}
.fallbackContent .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  margin: 75px 32px 13px 32px;
  width: 810px;
  height: auto;
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.fallbackContent .content .description {
  position: absolute;
  display: inline-block;
  margin-right: 20px;
  width: 220px;
  height: 315px;
}
.fallbackContent .content .description a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.fallbackContent .content .description .button {
  width: 220px;
  height: 36px;
  border: 1px solid #EF4136;
  background: #EA7134;
  color: White;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.fallbackContent .content .media {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 560px;
  height: 315px;
}
.fallbackContent .content .media .player {
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
}
/***********************************************************
                            Footer
***********************************************************/
footer {
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: 0px;
  background-color: #2a283a;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #131432;
  border-bottom: solid 1px #131432;
}
#footer ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul li {
  height: 100%;
}
.footer-link {
  margin-right: 10px;
  margin-left: 10px;
  height: 100%;
  color: #ddd;
  white-space: nowrap;
  line-height: 25px;
}
.footer-link:hover {
  cursor: pointer;
  text-shadow: 1px 1px 20px #fff;
}
.footer-links {
  height: 25px;
  width: 350px;
  color: #aaa;
  bottom: 1px;
}
.footer-credits {
  height: 25px;
  width: calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: -webkit-calc(100% - 350px);
  width: -o-calc(100% - 350px);
  color: #aaa;
  bottom: 1px;
}
.footer-credits ul {
  margin-top: 4px;
}
.footer-link-credits,
.footer-link-credits:visited,
.footer-link-credits:link {
  margin-right: 6px;
  margin-left: 6px;
}
.footer-link-credits img {
  margin-bottom: 3px;
  opacity: 0.8;
}
.footer-link-credits img:hover {
  opacity: 1;
}
.footer-text {
  margin-left: 6px;
  color: #aaa;
}
/***********************************************************
                        Breadcrumbs
***********************************************************/
.breadcrumbs-nav {
  width: 25px;
  height: 25px;
  color: #555;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
}
.breadcrumbs-nav:hover {
  color: #999;
}
#breadcrumbs-nav-left {
  cursor: pointer;
}
#breadcrumbs-nav-right {
  cursor: pointer;
}
.breadcrumbs-container {
  overflow: hidden;
  width: calc(100% -  50px);
  width: -moz-calc(100% -  50px);
  width: -webkit-calc(100% -  50px);
  width: -o-calc(100% -  50px);
  height: 100%;
  line-height: 100%;
}
#breadcrumbs-table {
  position: relative;
  margin: 0;
  padding: 0;
  width: auto;
  height: 100%;
  border-collapse: collapse;
  cellspacing: 0;
  border-spacing: 0;
}
#breadcrumbs-table tr {
  position: absolute;
  height: 100%;
  white-space: nowrap;
}
#breadcrumbs-table tr td {
  margin: 0;
  padding: 0;
  height: 25px;
  white-space: nowrap;
  line-height: 100%;
}
.breadcrumb-separator {
  margin-right: 3px;
  margin-left: 3px;
  height: 100%;
  color: #bfbfbf;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 100%;
  cursor: default;
}
.breadcrumb-link {
  position: relative;
  display: inline-block;
  height: 25px;
  font-size: 13px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 25px;
  cursor: pointer;
  color: #eea;
}
.breadcrumb-hover {
  color: #ee6;
}
/***********************************************************
                            Auxiliary
***********************************************************/
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-button-block {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.table-blue {
  table-layout: fixed;
  border-spacing: 0px;
  border: solid 1px #6ae;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table-blue caption {
  padding: 3px 5px 6px 5px;
  background-color: #6ae;
  color: #fff;
  text-shadow: 0px 1px 1px #888;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.table-blue thead,
.table-blue tfoot {
  background-color: #efefef;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table-blue tbody {
  background-color: #efefef;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 0.9em;
  display: block;
  overflow-y: auto;
}
.table-blue tbody tr:hover {
  background-color: #ddd;
}
.table-blue td {
  padding: 3px 5px 4px 5px;
  vertical-align: top;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.table-blue tr {
  display: block;
}
/* part of webkit fix for tbody overflow auto */
.table-blue tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.table-blue tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.table-blue input[type="search"],
.table-blue button {
  background-color: #fff;
  display: block;
  width: 100%;
  border-radius: 4px;
  margin-left: -2px;
}
.table-blue td.delete {
  width: 15px;
  padding-top: 0px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
}
.table-blue td.delete:after {
  content: '\00D7';
}
/* &times; */
.table-blue td.delete:hover {
  text-shadow: 0px 1px 1px #333;
}
.table-blue thead td.select {
  padding-top: 5px;
}
.table-blue td.select {
  width: 15px;
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center !important;
}
.centerblock {
  display: inline-block;
  margin: 0px auto;
}
.justify {
  text-align: justify;
}
.max {
  width: 100%;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clearer {
  clear: both;
}
.hidden {
  display: none;
}
.btn-icon {
  color: #444;
  font-weight: bold;
  padding-left: 5px;
  position: relative;
  top: -1px;
}
.unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.text-selectable {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/***********************************************************
                        Form Base
***********************************************************/
.cz-form {
  position: absolute;
  z-index: 2000;
  display: none;
  cursor: default;
}
.cz-form-right {
  top: 53px;
}
.cz-form-left {
  top: 53px;
}
.cz-form-header {
  position: relative;
  width: 100%;
  height: 36px;
  background-color: #0464A2;
}
.cz-form-header > ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none;
}
.cz-form-nav {
  float: left;
  margin-left: 15px;
  height: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  cursor: pointer;
}
.cz-form-title {
  float: left;
  margin-left: 15px;
  height: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
.cz-form-close-btn {
  float: right;
  margin-right: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
}
.cz-form-min-btn {
  float: right;
  margin-right: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
}
.cz-form-btn {
  cursor: pointer;
  border: none;
  color: #fff;
}
.cz-form-content {
  position: absolute;
  padding: 15px;
  background-color: #fff;
  text-align: justify;
}
.cz-input-wrapper input.error {
  border: 1px solid #ff4800;
}
.cz-input-wrapper div.error {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: auto;
  height: auto;
  color: #dd4b39;
  margin-top: 10px;
  min-height: 29px;
  font-size: 1em;
  line-height: 2em;
}
.cz-input {
  color: #232323;
  background-color: #E9E9E9;
  border: 1px solid #D5D5D5;
  padding: 5px;
  font-size: 12px;
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, 'Trebuchet MS', sans-serif;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cz-form-required-field-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.cz-button {
  margin: 5px 0;
  cursor: pointer;
  border: none;
  color: #fff;
  min-width: 150px;
  font-size: 12px;
  padding: 10px 5px;
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, 'Trebuchet MS', sans-serif;
  /* IE9 */
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#1B6AAB', EndColorStr='#0E4073', GradientType=0);
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(bottom, #0e4073 0%, #1b6aab 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(bottom, #0e4073 0%, #1b6aab 100%);
  /* Opera */
  background-image: -o-linear-gradient(bottom, #0e4073 0%, #1b6aab 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e4073), color-stop(1, #1b6aab));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(bottom, #0e4073 0%, #1b6aab 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to top, #0e4073 0%, #1b6aab 100%);
}
.cz-button:hover,
.cz-medialist-item:hover {
  opacity: 0.9;
}
.cz-button-inline {
  color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dddddd), color-stop(1, #bbbbbb));
  background-image: -o-linear-gradient(bottom, #dddddd 0%, #bbbbbb 100%);
  background-image: -moz-linear-gradient(bottom, #dddddd 0%, #bbbbbb 100%);
  background-image: -webkit-linear-gradient(bottom, #dddddd 0%, #bbbbbb 100%);
  background-image: -ms-linear-gradient(bottom, #dddddd 0%, #bbbbbb 100%);
  background-image: linear-gradient(to bottom, #dddddd 0%, #bbbbbb 100%);
  border: solid 1px #aaa;
  -xborder: outset 1px #bbb;
  border-top-color: #bbb;
  text-shadow: 0px 1px 1px #fff;
  padding: 4px 6px 5px 6px;
}
.cz-radiobutton + label {
  margin-right: 25px;
}
.blocking-layer {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
}
.truncateText {
  text-overflow: ellipsis;
  overflow: hidden;
}
.cz-form-errormsg {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: auto;
  height: auto;
  color: #dd4b39;
  margin-top: 10px;
  padding: 8px 10px;
  min-height: 29px;
  font-size: 1em;
  line-height: 1em;
  display: block;
}
.cz-lightgray {
  color: #aeaeae;
}
.cz-gray {
  color: #e9e9e9;
}
.cz-darkgray {
  color: #232323;
}
.cz-darkblue {
  color: #0464a2;
}
.cz-lightblue {
  color: #038ae6;
}
.cz-red {
  color: #dd4b39;
}
.cz-form-label {
  margin: 5px 0;
  display: block;
}

.cz-form-percent-tooltip{
    color:dodgerblue
}

a {
  color: #0464a2;
}
.cz-form-label input[type="checkbox"] {
  margin-left: 0px;
}
/***********************************************************
                        Custom Forms
***********************************************************/
.cz-form-color,
.cz-form-range,
.cz-medialist-item {
  cursor: pointer;
}
/* Header Edit Form */
.cz-header-edit-form {
  right: 0px;
  width: 330px;
}
/* Message Window */
.cz-message-window {
  width: 330px;
  height: auto;
  left: 0;
}
.cz-message-window .cz-form-content {
  position: relative;
  top: 0;
  height: auto !important;
  padding: 1px 15px 10px 10px;
  background-color: #fff;
}
.cz-message-window .cz-form-content textarea {
  display: none;
  width: 100%;
  margin-top: 12px;
  overflow: auto;
  resize: none;
  background-color: #eee;
  border-color: #ccc;
  outline: none;
}
/* Edit Tour Form */
.cz-form-tour-edit {
  width: 415px;
  bottom: 25px;
  left: 0;
}
.cz-form-tour-edit > .cz-form-content {
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
.cz-form-tour-contentitem-listitem-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.cz-form-tour-contentitem-listitem-icon > img {
  width: 50px;
  height: 50px;
}
.cz-contentitem-listitem-tourstop {
  width: 185px;
  display: inline-block;
  margin: 0px 5px;
  vertical-align: top;
}
.cz-tourstop-lapseblock label {
  cursor: help;
  display: inline-block;
}
.cz-tourstop-lapse {
  text-align: right;
  width: 55px;
}
.cz-tourstop-description {
  display: block;
  height: 80px;
  width: 100%;
  resize: none;
  font-family: Consolas, "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace;
}
.cz-tourlist-cleardiv {
  clear: both;
  width: 100%;
  height: 14px;
}
/* Tours List Form */
.cz-tourlist-form {
  min-width: 380px;
  max-width: 450px;
  width: 30.2734375%;
  /* 310 / 1024 */
  right: 0px;
  bottom: 25px;
}
.cz-tourlist-form > .cz-form-content {
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
.cz-tourlist-form > .cz-form-content > #tours {
  display: block;
}
#tours .cz-contentitem-listitem-descr {
  margin-bottom: 10px;
}
#tours .cz-contentitem-listitem-button {
  padding-right: 10px;
  border-right: solid 1px #ccc;
  margin-right: 10px;
}
#tours .cz-contentitem-listitem-button:last-child {
  border-right-style: none;
}
#tours .cz-contentitem-listitem-button img.cz-share {
  height: 1em;
  width: auto;
  text-decoration: none;
  position: relative;
  bottom: -1px;
}
#tour-cosmos .cz-contentitem-listitem-button {
  font-size: 15px;
}
#tour-cosmos .cz-contentitem-listitem-button:hover {
  color: #5ad2f3;
}
/* Edit Timeline Form */
.cz-form-timeline {
  min-width: 380px;
  max-width: 450px;
  width: 30.2734375%;
  /* 310 / 1024 */
  bottom: 25px;
  left: 0;
}
.cz-form-timeline > .cz-form-content {
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
/* Time Series Form */
.cz-form-preloadedrecord {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 2px;
  padding-left: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 150px;
  white-space: nowrap;
}
a.cz-form-preloadedrecord {
  color: #0464a2;
  font-size: 16px;
  cursor: pointer;
}
a.cz-form-preloadedrecord:hover {
  color: #0464a2;
}
span.cz-form-preloadedrecord {
  font-size: 9pt;
  width: auto;
  color: #000000;
  padding-bottom: 1px;
}
a.cz-form-preloadedrecord.time-series-link {
  font-size: 9pt;
  width: auto;
  padding-bottom: 1px;
}
#existingTimeSeries a.cz-form-btn {
  height: 22px;
  padding-top: 1px;
}
/* Edit Exhibit Form */
.cz-form-exhibit {
  width: 420px;
  bottom: 25px;
  left: 0;
}
.cz-form-exhibit > .cz-form-content {
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
.cz-form-item-descr {
  font-family: Consolas, "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace;
}

.cz-form-item-offset {
    display: block;
}

/* Edit Content Item Form */
.cz-form-contentitem {
  width: 420px;
  bottom: 25px;
  left: 0;
}
.cz-form-contentitem > .cz-form-content {
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
/* Profile Form */
#profile-form {
  right: 0;
  width: 304px;
  background-color: #f5f5f5;
  font-size: 14px;
}
#profile-form div.czform_cb_div label {
  margin-left: 2em;
}
#profile-form a:link {
  color: #25a1ea;
}
#profile-form a:visited {
  color: #25a1ea;
}
#profile-form div.czform_text {
  color: black;
}
#profile-form label {
  display: block;
  margin-left: 2px;
}
#profile-form input[type=text] {
  min-width: 270px;
}
#profile-form input[type=checkbox] {
  float: left;
  margin-left: 0px;
  padding: 6px;
  color: #fff;
}
#profile-form div.cz-form-content div {
  clear: both;
  margin-bottom: 14px;
  margin-left: 0px;
}
#profile-form button.cz-form-save {
  width: 134px;
  color: #fff;
}
/* Edit Collection Form */
.cz-collection-form {
  width: 420px;
  bottom: 25px;
  left: 0;
}
.cz-collection-form > .cz-form-content {
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
.auth-panel-login {
  display: inline-block;
  margin-top: 8px;
  margin-left: 10px;
  color: #E9E9E9;
  vertical-align: top;
}
/* Login Form */
#login-form {
  right: 0px;
  width: 304px;
  font-size: 14px;
}
#login-form div.cz-form-content div {
  clear: both;
  margin-bottom: 14px;
  margin-left: 0;
}
#login-form div.cz-form-content {
  width: 304px;
}
#cz-form-logout,
#cz-form-save {
  width: 134px;
}
/* TimSeries Data Form */
#timeSeriesDataForm {
  right: 0px;
  width: 500px;
}
#existingTimeSeries {
  padding: 0;
}
.cz-preloaded-timeseries {
  margin: 2px;
  padding: 0px;
  text-align: left;
  width: 200px;
  color: #0388E5;
}
.cz-preloaded-timeseries :hover {
  color: #58B7F9;
}
/* Session expired */
.cz-session-expired {
  height: 140px;
  width: 330px;
}
.cz-session-expired > .cz-form-content {
  width: 300px;
}
.cz-session-expired a:link {
  color: #465c71;
  text-decoration: none;
}
.cz-session-expired a:visited {
  color: #465c71;
  text-decoration: none;
}
/* Search Form */
.cz-header-search-form {
  min-width: 380px;
  max-width: 450px;
  width: 30.2734375%;
  bottom: 25px;
  left: 0;
}
.cz-header-search-form .cz-form-content {
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
}
.cz-header-search-form .cz-input {
  display: block;
  width: 100%;
}
.cz-form-progress-bar {
  display: block;
  width: 100%;
  height: 15px;
  vertical-align: top;
  margin-top: 8px;
  margin-bottom: 8px;
}
.cz-form-content-box {
  font-size: 14px;
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, 'Trebuchet MS', sans-serif;
  vertical-align: top;
  height: 100%;
}
.cz-form-search-results {
  margin-top: 24px;
  position: relative;
  overflow-y: auto;
  height: 100%;
}
.cz-form-search-section {
  margin-top: 0px;
  margin-bottom: 24px;
}
.cz-form-search-section-title {
  margin-top: 0px;
  color: #232323;
  border-bottom: 1px solid #232323;
}
.cz-form-search-result {
  margin: 8px 0;
  width: auto;
  color: #038ae6;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cz-form-search-results-count {
  color: #232323;
}
/* Tour Caption Form */
.cz-tour-caption-form {
  width: 300px;
  height: 450px;
  top: 91px;
  left: 0;
  z-index: 100000000;
}
.cz-tour-caption-form > .cz-form-content {
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
}
.cz-form-tour-caption {
  padding-right: 10px;
  width: 100%;
  height: 285px;
  overflow-y: auto;
  text-align: left;
}
.cz-form-tour-bookmarks-count {
  margin-top: 10px;
  text-align: center;
}
.cz-form-tour-player {
  padding: 5px;
  background-color: #e9e9e9;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 36px;
  width: 70%;
}
.cz-form-tour-player-icon {
  width: 36px;
  height: 36px;
}
.cz-tour-form-title {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 80px;
  margin-right: 80px;
  margin-left: 15px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
.cz-tour-form-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
}
.cz-tour-form-min-btn {
  position: absolute;
  right: 25px;
  top: 0;
  margin-right: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
}
/* Tour Player Icons. */
.cz-form-prev-icon {
  background-image: url(../images/tour-prev.png);
}
.cz-form-play-pause-icon[state=play] {
  margin-left: 15px;
  background-image: url(../images/tour-play.png);
}
.cz-form-play-pause-icon[state=pause] {
  margin-left: 15px;
  background-image: url(../images/tour-pause.png);
}
.cz-form-next-icon {
  margin-left: 15px;
  background-image: url(../images/tour-next.png);
}
.cz-form-vol-icon[state=on] {
  margin-left: 15px;
  background-image: url(../images/narration-on.png);
}
.cz-form-vol-icon[state=off] {
  margin-left: 15px;
  background-image: url(../images/narration-off.png);
}
.cz-form-color {
  display: inline-block;
  padding: 0px;
  width: 85px;
  height: 35px;
}
.cz-form-range {
  width: 75px;
  margin-left: 10px;
  margin-right: 10px;
}
/***********************************************************
                    ListBox Base
***********************************************************/
.cz-listbox {
  margin: 15px 0;
  padding: 10px;
  background-color: #e9e9e9;
  list-style-type: none;
  border: solid 2px #c7c7c7;
  height: 200px;
  overflow: auto;
}
.cz-listbox-nocontainer {
  margin: 15px 0;
  list-style-type: none;
  overflow: auto;
}
.cz-tour-listbox-wrapper {
  overflow-y: auto;
}
.cz-listbox-placeholder {
  margin: 5px 10px;
  padding: 10px;
  height: auto;
  border: solid 2px #0464a2;
  background-color: #e9e9e9;
}
.cz-listitem {
  clear: both;
  margin: 5px 10px;
  padding: 10px;
  height: auto;
  background-color: #fff;
  border: solid 2px #c7c7c7;
  background-image: -ms-linear-gradient(bottom, #e9e9e9 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(bottom, #e9e9e9 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #e9e9e9 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e9e9e9), color-stop(1, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #e9e9e9 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #e9e9e9 0%, #ffffff 100%);
}
.cz-listitem-close-btn {
  width: 10px;
  float: right;
  cursor: pointer;
  font-size: 14px;
}
/***********************************************************
                ContentItem ListBox
***********************************************************/
.cz-contentitem-listitem-icon {
  width: 15%;
  display: inline-block;
  cursor: pointer;
}
.cz-contentitem-listitem-icon > img {
  width: 100%;
  height: auto;
}
.cz-contentitem-listitem-content {
  display: inline-block;
  margin: 0px 5px;
  vertical-align: top;
  width: 75%;
}
.cz-contentitem-listitem-title {
  margin: 0 0 10px 0;
  color: #232323;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cz-contentitem-listitem-descr {
  margin: 0;
  color: #aeaeae;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cz-contentitem-listitem-highlighted {
  margin: 0;
  color: #3bb6f3;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cz-contentitem-listitem-button {
  margin: 0;
  color: #3bb6f3;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  width: auto;
  display: inline;
}
.root-cloak {
  position: absolute;
  display: none;
  z-index: 8;
  cursor: not-allowed;
  background: rgba(160, 160, 106, 0.5);
}
.root-cloak.visible {
  display: block;
}
.root-cloak-left {
  position: absolute;
  display: none;
  z-index: 8;
  cursor: not-allowed;
  background: rgba(160, 160, 106, 0.5);
  top: 91px;
  bottom: 25px;
  left: 0;
}
.root-cloak-left.visible {
  display: block;
}
.root-cloak-right {
  position: absolute;
  display: none;
  z-index: 8;
  cursor: not-allowed;
  background: rgba(160, 160, 106, 0.5);
  top: 91px;
  bottom: 25px;
  right: 0;
}
.root-cloak-right.visible {
  display: block;
}
.root-cloak-top {
  position: absolute;
  display: none;
  z-index: 8;
  cursor: not-allowed;
  background: rgba(160, 160, 106, 0.5);
  top: 91px;
  left: 0;
  right: 0;
}
.root-cloak-top.visible {
  display: block;
}
.root-cloak-bottom {
  position: absolute;
  display: none;
  z-index: 8;
  cursor: not-allowed;
  background: rgba(160, 160, 106, 0.5);
  bottom: 25px;
  left: 0;
  right: 0;
}
.root-cloak-bottom.visible {
  display: block;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.help {
  cursor: help;
}
.nocursor {
  cursor: default;
}
#editCollectionButton {
  position: absolute;
  margin: -40px 0px 0px 20px;
  z-index: 100;
}
#editCollectionButton .image {
  cursor: pointer;
  margin-right: 10px;
}
#editCollectionButton > img {
  height: 50px;
  width: 50px;
}
#editCollectionButton .title {
  color: #e9e9e9;
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
}
/* Prevent SkyDrive clicks */
#embedItemDiv {
  pointer-events: none;
  cursor: default;
}
/* this import must always be last line as themes are overrides */
/*
    The initial/default theme is Midnight Blue, (.theme-midnight,) which should not
    have any styling here, since the default styling, without applying any specific
    theme styles, is Midnight Blue.
    The only entries here should be for anything that differs from the default theme.
*/
.theme-library #overlay {
  background: #111111 url(/images/themes/peabody-library.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.theme-library #overlay .glass {
  padding: 8px 15px 1px 10px;
}
.theme-library #overlay .glass::after {
  /*background: rgba(26, 24, 17, 0.5);  - lighter alternative with touch of cream */
  background: rgba(0, 0, 0, 0.5);
}
.theme-library .overlay-list-title {
  color: #fff;
  text-shadow: 2px 2px #000;
}
.theme-library #listWelcome p,
.theme-library .overlay-list-note {
  color: #bbb;
  text-shadow: 2px 2px #000;
}
.theme-library .overlay-list-note.glass {
  margin-top: 5px;
}
.theme-library #overlay .triangle-in-circle,
.theme-library #listWelcome a,
.theme-library #listWelcome a:hover,
.theme-library #listWelcome a:visited {
  border-color: #e2d99c;
  color: #e2d99c;
  text-shadow: 1px 1px 20px #111;
}
.theme-library .overlay-tile {
  opacity: 1;
}
.theme-library .overlay-tile:hover {
  border-color: #b28f65;
  -webkit-box-shadow: 3px 3px 10px #dedea2;
  -moz-box-shadow: 3px 3px 10px #dedea2;
  box-shadow: 3px 3px 10px #dedea2;
}
.theme-library #themePicker {
  background: #b28f65;
  color: #000;
  opacity: 0.6;
}
.theme-library footer {
  background-color: #353023;
  border-color: #2a2519;
}
.theme-linen #overlay {
  background: #d1bfa7 url(/images/themes/linen.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.theme-linen .overlay-list-title {
  color: #684b45;
  text-shadow: 1px 1px 1px #907975;
  border-bottom-color: #907975;
}
.theme-linen .overlay-list-note,
.theme-linen .overlay-list-note.small {
  color: #543737;
}
.theme-linen #listWelcome p {
  font-size: 16px;
  line-height: 20px;
  color: #270d0f;
}
.theme-linen #listWelcome a {
  margin-bottom: 0.5em;
  letter-spacing: 1px;
}
.theme-linen #overlay .triangle-in-circle {
  position: relative;
  top: 0.15em;
  margin: 0 0.15em 0 0.15em;
  box-shadow: -1px 1px 1px #4f3831;
  background-color: #e8cd9e;
}
.theme-linen #overlay .triangle-in-circle:hover {
  background-color: #fce4ba;
}
.theme-linen #overlay .triangle-in-circle,
.theme-linen #listWelcome a,
.theme-linen #listWelcome a:hover,
.theme-linen #listWelcome a:visited {
  border-color: #a52600;
  color: #a52600;
  color: #ca360a;
  text-shadow: 1px 1px 1px #93373a;
}
.theme-linen #themePicker {
  background: #d1bfa7;
  color: #684b45;
  opacity: 0.8;
}
.theme-linen #themePicker select {
  background-color: #4f3135;
}
.theme-linen footer {
  background-color: #2d1d20;
  border-color: #1f1617;
}
.theme-parchment #overlay {
  background: #c7b283 url(/images/themes/parchment.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.theme-parchment .overlay-list-title {
  color: #684b45;
  border-bottom-color: #684b45;
}
.theme-parchment .overlay-list-note,
.theme-parchment .overlay-list-note.small {
  color: #543737;
}
.theme-parchment #listWelcome p {
  font-family: 'Arizonia', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, 'Trebuchet MS', sans-serif;
  font-size: 1.4em;
  line-height: 0.9em;
  margin-bottom: 0.5em;
  padding-top: 0.2em;
  color: #270d0f;
  text-align: left;
}
.theme-parchment #listWelcome p:first-letter {
  font-family: 'Edwardian Script ITC', 'Brush Script MT', 'Arizonia', cursive;
  font-size: 2em;
  font-weight: bold;
  margin: 0 0.15em 0 -0.15em;
}
.theme-parchment #listWelcome p:first-line {
  line-height: 100%;
}
.theme-parchment #listWelcome a {
  margin-bottom: 0.5em;
  letter-spacing: 1px;
}
.theme-parchment #overlay .triangle-in-circle {
  position: relative;
  top: 0.15em;
  margin: 0 0.15em 0 0.15em;
  box-shadow: -1px 1px 1px #4f3831;
  background-color: #cfb072;
}
.theme-parchment #overlay .triangle-in-circle:hover {
  background-color: ##efcb82;
}
.theme-parchment #overlay .triangle-in-circle,
.theme-parchment #listWelcome a,
.theme-parchment #listWelcome a:hover,
.theme-parchment #listWelcome a:visited {
  border-color: #a52600;
  color: #a52600;
  text-shadow: 1px 1px 1px #93373a;
}
.theme-parchment #themePicker {
  background: #c7b283;
  color: #684b45;
  opacity: 0.8;
}
.theme-parchment #themePicker select {
  background-color: #4f3135;
}
.theme-parchment footer {
  background-color: #2d1d20;
  border-color: #1f1617;
}
.theme-rosette #overlay {
  background: #120305 url(/images/themes/rosette-nebula.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.theme-rosette .overlay-list-note {
  color: #ddd;
  text-shadow: 2px 2px #000;
}
.theme-rosette .overlay-list-note.glass {
  margin-top: 5px;
  padding: 8px 15px 1px 10px;
  color: #bbb;
}
.theme-rosette .overlay-list-note.glass::after {
  background: rgba(32, 12, 15, 0.8);
}
.theme-rosette #overlay .triangle-in-circle,
.theme-rosette #listWelcome a,
.theme-rosette #listWelcome a:hover,
.theme-rosette #listWelcome a:visited {
  border-color: #f80;
  color: #f80;
  text-shadow: 1px 1px 20px #f90;
}
.theme-rosette #themePicker {
  background: #3a1218;
  opacity: 0.8;
}
.theme-rosette #themePicker select {
  background-color: #4f3135;
}
.theme-rosette footer {
  background-color: #200c0f;
  border-color: #170306;
}
/*# sourceMappingURL=cz.css.map */