@import "fonts.css";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
a,a:visited{
  color:#0000EE;
}
.header {
  width: 100%;
  height: 40px;
  background-color: rgba(142,142,142,1); 
  color: #ffffff;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.header__title {
  position: absolute;
  left: 0px;
  font-size: 20px;
  padding-left: 110px;
  display: flex;
  align-items: center;
  height: 100%;
  color: #ffffff;
}
.logo {
  max-width: 100%;
  width: 100%;
  height: 100%;
  content: url('../assets/images/logo.svg');
	background: url('../assets/images/logo.svg') no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.logoItem {
  position: absolute;
  left: 21px;
  width: 68px;
  height: 36px;
  float: left;
}

.helpScreenButton,
.copyrightButton,
.homeButton {
  width: 44px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #aaaaaa;
  cursor: pointer;
}

.helpScreenButton.hover,
.copyrightButton.hover,
.helpScreenButton.selected,
.copyrightButton.selected {
  background: #e5e5e5;
  color: #666;
}

.headerButton .menuHolder {
  position: absolute;
  top: 100%;
  color: #666;
  background: #e5e5e5;
  right: 0px;
  width: 192px;
  padding-top: 1em;
  display: none;
}

.headerButton .menuHolder.show {
  display: block;
}

.headerButton .menuHolder .menuItem {
  line-height: 48px;
}

.headerButton .menuHolder .menuItem::before {
  content: " ";
  border: 1px solid #666;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0px 10px 0px 18px;
}

.headerButton .menuHolder .menuItem:not(:first-child) {
  border-top: 1px solid #ccc;
}

.helpScreenButton, .homeButton {
  margin-right: 1px;
}

.closeButton,
.closeButtonHelpScreen {
  width: 50px;
  height: 45px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}


.helpIcon::before,
.verticalDotsIcon::before,
.closeIcon::before {
  font-family: "KlettSymbolDigital-300";
  font-size: 35px;
}

.helpIcon::before {
  content: "\F074";
}

.verticalDotsIcon::before {
  content: "\F071";
}

.closeIcon::before {
  content: "\F087";
}


body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  line-height: 1;
  font-family: Polo22Klett-Regular;
  overflow: hidden;
  touch-action: none;
  /* background:#000000; */
}

.preloadDiv {
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url('../assets/images/preload.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
}

.mStage {
  position: absolute;
  left: 0px;
  top: 0px;
  user-select: none;
  /* Likely future */
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
}

.mStagebgCanvas {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.mStagemouseCanvas {
  touch-action: none;
  /* opacity: 0; */
}

.mStageDomeLayer {
  position: absolute;
  transform-origin: 0px 0px;
  /* pointer-events: none; */
}

.preloaderdiv {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../assets/images/preloader/preload.gif) no-repeat center;
}

.mDomLayer {
  transform-origin: top left;
}

.mDomLayer .infoPopup {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}

.mDomLayer .infoPopup .popupOverlay {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  cursor: default;
}

.mDomLayer .infoPopup.show {
  z-index: 99999;
  display: block;
}

.mDomLayer .infoPopup .popupHolder {
  position: absolute;
  background: #e6e6e6;
  color: white;
  font-size: 20px;
  width: 780px;
  height: 560px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.mDomLayer .infoPopup .popupTitle {
  background: #b3b3b3;
  padding: 15px 35px;
  display: flex;
  justify-content: space-between;
  cursor: default;
}

.mDomLayer .infoPopup .popupTitle div:nth-child(2){
  cursor: pointer;
}

.mDomLayer .infoPopup .popupContent {
  padding: 35px;
  color: #000;
  line-height: 24px;
  height: calc(100% - 120px);
  overflow: auto;
  cursor: default;
}