/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Stargazer/css/style.css ***!
  \**********************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Muli:400,700);
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Stargazer/css/style.css (1) ***!
  \**************************************************************************************************************************/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Stargazer/css/style.css (2) ***!
  \**************************************************************************************************************************/
/* eslint-disable */
* {
  outline: 0;
  margin: 0;
  font-family: "Muli", sans-serif;
  padding: 0;
}

.title {
  margin-bottom: 10px;
}

html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

button {
  cursor: pointer;
  width: 7%;
  height: 14%;
  font-size: 1vw;
}

#container {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
}

#inner-container {
  text-align: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

#full {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  float: right;
  top: 5%;
  right: 1%;
  height: 10%;
  width: 8%;
}

#bgholder {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 400px;
  width: 100%;
}

#bg {
  width: 100%;
  height: 100%;
}

.content {
  max-width: 940px;
  margin: auto;
  position: relative;
  padding: 2em;
  background-color: #fff;
  margin-top: 100px;
}

#forkme_banner {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  display: block;
  font-weight: 700;
  padding: 10px 50px 10px 10px;
  position: absolute;
  right: 0px;
  top: -100px;
  z-index: 10;
  text-decoration: none;
}

ol {
  margin: 0px;
  padding: 0px;
  counter-reset: li; /* Initiate a counter */
  list-style: none; /* Remove default numbering */
}

ol li.example:before {
  content: "Example " counter(li) ": ";
  counter-increment: li;
  font-size: 1.5em;
  line-height: 2em;
  text-align: left;
  font-weight: bold;
  display: block;
}

li.example {
  margin-bottom: 4em;
}

.planetarium {
  max-width: 100%;
  height: 0;
}

#starmap {
  width: 100%;
  height: 82%;
}

#starmap canvas {
  height: 100% !important;
  width: 100% !important;
}

#toolbar {
  height: 18%;
  width: 100%;
  position: relative;
  background: url("https://res.cloudinary.com/dodge7ws8/image/upload/v1518631203/core-interactives/grade-5/stargazer/G5_4_Stargazer_Assets-02.svg");
}

#toolbar #toolbar-bg {
  position: absolute;
  top: 0;
  left: 0;
}

#toolbar #dateTimeDiv {
  height: 100%;
  width: 47%;
  position: relative;
  display: inline-block;
  float: left;
  text-align: center;
}

#toolbar #constellationDiv {
  height: 100%;
  width: 53%;
  position: relative;
  display: inline-block;
}

#toolbar #subConstellationDiv1 {
  position: relative;
  height: 100%;
  width: 40%;
  text-align: center;
  float: left;
}

#toolbar #subConstellationDiv2 {
  float: right;
  height: 39%;
  width: 60%;
  position: relative;
  font-size: 1.5vw;
  top: 35%;
  left: -8%;
  text-align: left;
  line-height: 0;
}

#dateTimeDiv #title, #constellationDiv #title {
  position: relative;
  top: 12%;
  left: 15%;
  height: 23%;
  font-size: 1.5vw;
  display: inline-block;
  color: #fff;
  width: 100%;
  text-align: left;
}

#dateTimeDiv #dateTime {
  position: relative;
  top: 50%;
  height: 30%;
}

input[type=radio][name=constCount] {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 5%;
  height: 40%;
  outline: none;
  background: url("https://res.cloudinary.com/dodge7ws8/image/upload/v1518631198/core-interactives/grade-5/stargazer/G5_4_Stargazer_Assets-14.svg");
  background-repeat: no-repeat !important;
}

input[type=radio][name=constCount]:checked {
  background: url("https://res.cloudinary.com/dodge7ws8/image/upload/v1518631198/core-interactives/grade-5/stargazer/G5_4_Stargazer_Assets-13.svg");
}

#subConstellationDiv2 label {
  /* width: 34%; */
  display: inline-block;
  text-align: left;
  position: relative;
  left: 0%;
  color: #fff;
  font-size: 1.2vw;
  bottom: 10%;
}

select#constType {
  background: url("https://res.cloudinary.com/dodge7ws8/image/upload/v1518631198/core-interactives/grade-5/stargazer/G5_4_Stargazer_Assets-07.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  height: 82%;
  width: 40%;
  color: #1e2364;
  font-size: 1.3vw;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  bottom: 25%;
  text-align-last: center;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

#directionButtonLeft, #directionButtonRight {
  position: absolute;
  bottom: 30%;
  z-index: 999;
  left: 0;
  width: 100px;
  height: 10%;
}

#directionButtonRight {
  left: auto;
  right: 0;
}

#rotate-right {
  float: right;
  cursor: pointer;
}

#rotate-left {
  float: left;
  cursor: pointer;
}

.fa:before {
  font-family: unset;
}

#dateContainer {
  height: 50%;
  width: 85%;
  position: relative;
  top: 22%;
  display: inline-block;
}

.spinner {
  display: inline-block;
  width: 25%;
  height: 60%;
  position: relative;
  cursor: pointer;
  border: 1px solid #808080;
  background: linear-gradient(to bottom, #dadada 0%, #969696 100%);
}

.spinner a:hover {
  opacity: 1 !important;
}

.spinner input {
  width: 100%;
  height: 100%;
  font-size: 1.8vw;
  text-align: center;
  cursor: pointer;
  border: none;
  background: transparent;
  font-style: italic;
}

.spinner a[data-spin=down] {
  font-size: 1.5vw;
  position: absolute;
  top: -65%;
  left: 0%;
  height: 100%;
  width: 100%;
  display: inline-block;
  opacity: 0.5;
  color: #000;
}

.spinner a[data-spin=up] {
  font-size: 1.5vw;
  position: absolute;
  bottom: -40%;
  left: 0%;
  height: 80%;
  width: 100%;
  display: inline-block;
  opacity: 0.5;
  color: #000;
}

.spinner a[data-spin=down] i {
  top: 0;
  position: relative;
}

.spinner a[data-spin=up] i {
  position: relative;
  bottom: -30%;
  left: 0;
}

.spinner[data-trigger=year-spinner] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}

.spinner[data-trigger=month-spinner], .spinner[data-trigger=day-spinner] {
  border-left: none;
  border-right: none;
  width: 15%;
}

.spinner[data-trigger=hour-spinner] {
  border-right: none;
  width: 15%;
}

.spinner[data-trigger=minute-spinner]:before {
  content: ":";
  position: absolute;
  top: 7%;
  left: -15%;
  font-size: 2vw;
  color: #808080;
  font-style: italic;
}

.spinner[data-trigger=minute-spinner] {
  border-left: none;
  width: 10%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.subContainer {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #fff;
  z-index: 30;
}

.subContainer.disabled {
  display: none;
}

.fly-panel.intro {
  z-index: 40;
  height: 100%;
  width: 100%;
  left: 0%;
  top: 0%;
  position: absolute;
  text-align: left;
  color: #fff;
  text-shadow: 0 3px 15px #1f1f1f;
  background: #fff url("https://res.cloudinary.com/dodge7ws8/image/upload/v1518631201/core-interactives/grade-5/stargazer/G5_4_Stargazer_Assets-01.svg");
}

.fly-panel.intro > div {
  position: relative;
  top: 0%;
  display: inline-block;
  left: 8%;
  width: 50%;
  line-height: 1.5;
}

.fly-panel.intro #intro-title {
  font-size: 3vw;
  height: 20%;
  left: 8%;
  top: 12%;
  position: relative;
}

.fly-panel.intro #intro-sub-title {
  font-size: 1.7vw;
}

.fly-panel.intro button.close {
  position: relative;
  width: 20%;
  height: 13%;
  background: transparent;
  left: 6.5%;
  border: 0;
}

.fly-panel.intro button img {
  position: absolute;
  top: 0;
  left: 0;
}

.fly-panel.intro button span {
  font-size: 1.8vw;
  position: relative;
  color: #fff;
}

.fly-panel .btn.close {
  position: relative;
  left: 0;
  top: 1%;
  cursor: pointer;
  font-size: 2vw;
  height: 10%;
  width: 15%;
}

.fly-panel li {
  text-align: left;
  list-style: none;
  font-size: 1.5em;
}

.virtualsky_infobox.virtualsky_infobox {
  height: auto;
  width: auto;
  background: linear-gradient(#402478, #65318F);
  box-shadow: none;
  border-radius: 0;
  margin-top: -6em;
}

.virtualsky_infocredit.virtualsky_infocredit {
  position: static;
  width: auto;
  height: auto;
  white-space: nowrap;
  padding: 0.4em 0.6em;
  min-width: 10em;
  color: #fff;
}

.virtualsky_infocredit h1 {
  margin-top: -0.2em;
  margin-bottom: 0.4em;
}

.virtualsky_infocredit:after {
  width: 0;
  height: 0;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-top: 2em solid #65318F;
  content: " ";
  bottom: -2em;
  position: absolute;
  left: 50%;
  margin-left: -1em;
}
/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Stargazer/css/radios-to-slider.css ***!
  \*********************************************************************************************************************************/
#toggles, #toggles *:before, #toggles *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  outline: none;
}

[for=constCheckBox]:before {
  background-color: #663b90 !important;
}

#toggles {
  width: 28%;
  height: 29%;
  text-align: center;
  display: inline-block;
  position: relative;
  top: 16%;
  left: -20%;
}

.ios-toggle, .ios-toggle:active {
  position: absolute;
  top: -5000px;
  height: 0;
  width: 0;
  opacity: 0;
  border: none;
  outline: none;
}

.checkbox-label {
  display: block;
  position: relative;
  font-size: 12px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 25px;
  background: #f8f8f8;
  cursor: pointer;
  border: 1.5px solid #663b8f;
}

.checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  line-height: 34px;
  text-indent: 40px;
  height: 87%;
  width: 48%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 7.5%;
  left: 3%;
  background: #fff;
}

.checkbox-label:after {
  content: attr(data-translation);
  display: block;
  color: #fff;
  position: absolute;
  z-index: 0;
  top: 15%;
  right: -55%;
  height: 100%;
  width: 44%;
  text-align: center;
  white-space: nowrap;
  font-size: 1.3vw;
  background-color: transparent;
}

.ios-toggle:checked + .checkbox-label:before {
  left: 49%;
  -webkit-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
}

.ios-toggle:checked + .checkbox-label:after {
  content: attr(data-translation);
}

#checkbox3 + .checkbox-label {
  -webkit-box-shadow: inset 0 0 0 0px #1fc1c8, 0 0 0 2px #dddddd;
  -moz-box-shadow: inset 0 0 0 0px #1fc1c8, 0 0 0 2px #dddddd;
  box-shadow: inset 0 0 0 0px #1fc1c8, 0 0 0 2px #dddddd;
}

/* RED CHECKBOX */
#checkbox2 + .checkbox-label {
  -webkit-box-shadow: inset 0 0 0 0px #f35f42, 0 0 0 2px #dddddd;
  -moz-box-shadow: inset 0 0 0 0px #f35f42, 0 0 0 2px #dddddd;
  box-shadow: inset 0 0 0 0px #f35f42, 0 0 0 2px #dddddd;
}

#checkbox2:checked + .checkbox-label {
  -webkit-box-shadow: inset 0 0 0 20px #f35f42, 0 0 0 2px #f35f42;
  -moz-box-shadow: inset 0 0 0 20px #f35f42, 0 0 0 2px #f35f42;
  box-shadow: inset 0 0 0 20px #f35f42, 0 0 0 2px #f35f42;
}

#checkbox2:checked + .checkbox-label:after {
  color: #f35f42;
}

/* BLUE CHECKBOX */
#checkbox3:checked + .checkbox-label {
  -webkit-box-shadow: inset 0 0 0 20px #1fc1c8, 0 0 0 2px #1fc1c8;
  -moz-box-shadow: inset 0 0 0 20px #1fc1c8, 0 0 0 2px #1fc1c8;
  box-shadow: inset 0 0 0 20px #1fc1c8, 0 0 0 2px #1fc1c8;
}

#checkbox3:checked + .checkbox-label:after {
  color: #1fc1c8;
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/jquery.spinner/dist/css/bootstrap-spinner.css ***!
  \*****************************************************************************************************************************************************/
.spinner.input-group .input-group-addon .spin-up,
.spinner.input-group .input-group-addon .spin-down {
  height: 10px;
  width: 10px;
  overflow: hidden;
  display: block;
  text-align: center;
  color: #999;
}

.spinner.input-group .input-group-addon .spin-up:hover,
.spinner.input-group .input-group-addon .spin-down:hover {
  color: #555;
}

.spinner.input-group .input-group-addon .spin-up .fa,
.spinner.input-group .input-group-addon .spin-down .fa {
  margin-top: -8px;
  vertical-align: middle;
}

.spinner.input-group .input-group-addon .spin-up .glyphicon,
.spinner.input-group .input-group-addon .spin-down .glyphicon {
  font-size: 10px;
  top: -2px;
}

.spinner.input-group .input-group-addon a.spin-up,
.spinner.input-group .input-group-addon a.spin-down {
  text-decoration: none;
}

.spinner.input-group .input-group-addon button.spin-up,
.spinner.input-group .input-group-addon button.spin-down {
  background: none;
  border: none;
  padding: 0;
}

.spinner.input-group.input-group-sm .input-group-addon .spin-up,
.spinner.input-group.input-group-sm .input-group-addon .spin-down {
  height: 8px;
}

.spinner.input-group.input-group-sm .input-group-addon .spin-up .fa,
.spinner.input-group.input-group-sm .input-group-addon .spin-down .fa {
  margin-top: -12px;
}

.spinner.input-group.input-group-sm .input-group-addon .spin-up .glyphicon,
.spinner.input-group.input-group-sm .input-group-addon .spin-down .glyphicon {
  font-size: 8px;
  top: -5px;
}

.spinner.input-group.input-group-lg .input-group-addon .spin-up,
.spinner.input-group.input-group-lg .input-group-addon .spin-down {
  height: 12px;
  width: 12px;
}

.spinner.input-group.input-group-lg .input-group-addon .spin-up .fa,
.spinner.input-group.input-group-lg .input-group-addon .spin-down .fa {
  margin-top: -16px;
}

.spinner.input-group.input-group-lg .input-group-addon .spin-up .glyphicon,
.spinner.input-group.input-group-lg .input-group-addon .spin-down .glyphicon {
  font-size: 12px;
  top: -6px;
}


/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Stargazer/VirtualSky/extra/prettify.css ***!
  \**************************************************************************************************************************************/
/* eslint-disable no-duplicate-selectors block-no-empty */
/* Pretty printing styles. Used with prettify.js. */
.str {
  color: #080;
}

.kwd {
  color: #008;
}

.com {
  color: #800;
}

.typ {
  color: #606;
}

.lit {
  color: #066;
}

.pun {
  color: #660;
}

.pln {
  color: #000;
}

.tag {
  color: #008;
}

.atn {
  color: #606;
}

.atv {
  color: #080;
}

.dec {
  color: #606;
}

pre.prettyprint {
  padding: 2px;
  overflow: auto;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
} /* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}

@media print {
  .str {
    color: #060;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #044;
  }
  .pun {
    color: #440;
  }
  .pln {
    color: #000;
  }
  .tag {
    color: #006;
    font-weight: bold;
  }
  .atn {
    color: #404;
  }
  .atv {
    color: #060;
  }
}
/* Pretty printing styles. Used with prettify.js. */
/* Vim sunburst theme by David Leibovic */
pre .str, code .str {
  color: #65B042;
} /* string  - green */
pre .kwd, code .kwd {
  color: #E28964;
} /* keyword - dark pink */
pre .com, code .com {
  color: #AEAEAE;
  font-style: italic;
} /* comment - gray */
pre .typ, code .typ {
  color: #89bdff;
} /* type - light blue */
pre .lit, code .lit {
  color: #3387CC;
} /* literal - blue */
pre .pun, code .pun {
  color: #fff;
} /* punctuation - white */
pre .pln, code .pln {
  color: #fff;
} /* plaintext - white */
pre .tag, code .tag {
  color: #89bdff;
} /* html/xml tag    - light blue */
pre .atn, code .atn {
  color: #bdb76b;
} /* html/xml attribute name  - khaki */
pre .atv, code .atv {
  color: #65B042;
} /* html/xml attribute value - green */
pre .dec, code .dec {
  color: #3387CC;
} /* decimal - blue */
pre.prettyprint, code.prettyprint {
  background-color: #111111;
}

@media print {
  pre .str, code .str {
    color: #060;
  }
  pre .kwd, code .kwd {
    color: #006;
    font-weight: bold;
  }
  pre .com, code .com {
    color: #600;
    font-style: italic;
  }
  pre .typ, code .typ {
    color: #404;
    font-weight: bold;
  }
  pre .lit, code .lit {
    color: #044;
  }
  pre .pun, code .pun {
    color: #440;
  }
  pre .pln, code .pln {
    color: #000;
  }
  pre .tag, code .tag {
    color: #006;
    font-weight: bold;
  }
  pre .atn, code .atn {
    color: #404;
  }
  pre .atv, code .atv {
    color: #060;
  }
}

/*# sourceMappingURL=stargazer.bundle.css.map*/