/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/BodySystems/scss/style.scss ***!
  \**************************************************************************************************************************/
@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/BodySystems/scss/style.scss (1) ***!
  \******************************************************************************************************************************/
* {
  outline: 0;
  margin: 0;
  padding: 0;
  font-family: "Muli", sans-serif;
}

html body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container {
  position: absolute;
  background: #000;
  min-width: 600px;
  min-height: 334px;
  height: 100%;
  width: 100%;
}

.inner_container {
  position: absolute;
  background: #000;
  color: #fff;
}

.btn_start {
  background: #D3145A;
  border-radius: 10px;
  width: 11%;
  padding: 0.7%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: none;
  box-shadow: 0.1em 0.2em 0.2em 0 rgba(0, 0, 0, 0.2), 0 0.1em 0.2em 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.btn_start-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.btn_start:before {
  content: "";
  color: #fff;
  padding-right: 5px;
  padding-right: 0;
}

.welcome_screen {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.welcome_screen_bg {
  height: 100%;
  width: 100%;
}
.welcome_screen_container {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 22%;
  text-align: center;
}
.welcome_screen_header {
  font-size: 7.5em;
  font-weight: bold;
  text-shadow: 2px 2px 10px #222;
}
.welcome_screen_subheader {
  font-size: 3.4em;
  text-shadow: 1px 1px 10px #444;
}

.input_team_name {
  padding: 1.5%;
  border: solid;
  border-color: #24AA69;
  width: 25%;
  color: #2C310F;
  font-size: 2em;
}
.input_team_error_message {
  color: #FF0000;
  font-size: 1.5em;
  display: none;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
:-moz-placeholder {
  color: #2C310F;
}

::-moz-placeholder,
:-moz-placeholder {
  opacity: 1;
}

.fullscreen {
  z-index: 100;
  position: absolute;
  right: 0.3%;
  top: 1%;
  width: 4.7%;
  height: auto;
  cursor: pointer;
  display: none;
}

.bg_fullscreen {
  width: 100%;
  height: 100%;
}

.body_thumbnail_header {
  cursor: pointer;
  position: absolute;
  padding: 1.5% 4.5%;
  top: 0;
  font-size: 4.4em;
  font-weight: bold;
  text-shadow: 2px 2px 10px #222;
}
.body_thumbnail_container {
  position: absolute;
  height: 100%;
  width: 100%;
}
.body_thumbnail_container_bg {
  height: 100%;
  width: 100%;
}
.body_thumbnail_container_inner {
  position: absolute;
  width: 88%;
  padding: 6%;
  text-align: center;
  top: 0%;
}

.body_thumb {
  width: 27%;
  height: auto;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.img_body_thumb {
  width: 100%;
  height: 100%;
}
.img_body_thumb_text {
  position: absolute;
  font-size: 2.4em;
  color: #fff;
  bottom: 15%;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.dummy {
  display: none;
}

.body_systems_container {
  position: absolute;
}
.body_systems_container_left {
  height: 100%;
  width: 50%;
  background: #CCE8DA;
  float: left;
  position: relative;
}
.body_systems_container_right {
  height: 100%;
  width: 50%;
  display: inline-block;
  position: relative;
}

.fullsize {
  width: 100%;
  height: 100%;
  background: none;
}

.body_part {
  cursor: pointer;
}

.body_part_label {
  padding: 0.05em 1em 0.1em;
  background: #027DA7;
  font-size: 2.25em;
  font-weight: bold;
  border-radius: 5px;
  z-index: 99999;
  white-space: nowrap;
  text-transform: lowercase;
}

.body_header {
  position: absolute;
  top: 1%;
  left: 0;
  width: 70%;
  height: 10%;
}
.body_header_text {
  position: absolute;
  height: 100%;
  text-align: left;
  font-size: 2.3em;
  padding-left: 1em;
  top: 30%;
  white-space: nowrap;
}
.body_header_text_right {
  position: absolute;
  height: 100%;
  text-align: left;
  font-size: 2.3em;
  left: 50%;
  top: 20%;
}

.back_btn {
  position: absolute;
  width: 4.4%;
  left: 2%;
  top: 4%;
  z-index: 9999;
  cursor: pointer;
}

.download_btn {
  width: 20.25%;
  z-index: 9999;
  position: absolute;
  top: 84%;
  left: 66%;
  display: none;
  cursor: pointer;
  background: url("https://res.cloudinary.com/dodge7ws8/image/upload/v1551964210/core-interactives/grade-tk/body-systems/G1_1_Plant_Factory_V10_ASSETS-27.svg;");
}
.download_btn_text {
  top: 28%;
  left: 32%;
  font-size: 2.6em;
  position: absolute;
  font-weight: bold;
}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/BodySystems/scss/help.scss ***!
  \*************************************************************************************************************************/
.fly_panel.help {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 10000;
}
.fly_panel.help .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
}
.fly_panel.help .main {
  z-index: 50;
  height: 75%;
  width: 75%;
  top: 10%;
  border-radius: 5px;
  position: relative;
  background: #035976;
  text-align: left;
  display: inline-block;
  color: #fff;
  padding: 2%;
}
.fly_panel.help h1 {
  height: 15%;
  position: relative;
  left: 2%;
  font-size: 3vw;
  width: 50%;
}
.fly_panel.help .close {
  border: none;
  background: url("http://res.cloudinary.com/dodge7ws8/image/upload/v1522215894/core-interactives/shared/close-bg.svg");
  height: 4vw;
  width: 4vw;
  cursor: pointer;
  position: absolute;
  top: 3%;
  right: 3%;
}

.fly_panel li {
  text-align: left;
  line-height: 1.5;
  list-style: none;
  padding-left: 2%;
  padding-top: 1.5em;
  font-size: 1.5vw;
}

.help_body {
  width: 95%;
}

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