@font-face {
  font-family: 'Quicksand';
  src: url("../fonts/quicksand-regular-webfont.eot");
  src: url("../fonts/quicksand-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand-regular-webfont.woff2") format("woff2"), url("../fonts/quicksand-regular-webfont.woff") format("woff"), url("../fonts/quicksand-regular-webfont.ttf") format("truetype"), url("../fonts/quicksand-regular-webfont.svg#quicksandregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 13, ../sass/base.scss */
.draggable_template {
  display: none;
}

/* line 17, ../sass/base.scss */
.helper_window {
  display: inline-block;
  position: absolute;
  padding: 0.5em;
  background: #88a6dc;
  color: white;
  border: 1px solid #5078c2;
  border-radius: 0.35em;
  opacity: 0.85;
  font-family: 'Quicksand';
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999;
}

/* line 32, ../sass/base.scss */
.test_main_container {
  position: relative;
  background-color: #3a7ecd;
  background-image: url("../pictures/shattered.png");
  border-right: 5px solid #17547c;
  border-left: 4px solid rgba(255, 255, 255, 0.5);
  border-top: 4px solid rgba(255, 255, 255, 0.5);
  border-bottom: 5px solid #17547c;
  border-radius: 19px;
  max-width: 830px;
  width: 100%;
  margin: 32px auto;
  padding: 16px;
  font-family: 'Quicksand';
  box-sizing: border-box;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35) inset, 0 0 5px black;
  min-height: 600px;
}
/* line 50, ../sass/base.scss */
.test_main_container.circle ul li {
  list-style: circle;
}
/* line 56, ../sass/base.scss */
.test_main_container.disc ul li {
  list-style: disc;
}
/* line 62, ../sass/base.scss */
.test_main_container.square ul li {
  list-style: square;
}
/* line 68, ../sass/base.scss */
.test_main_container.numbers ol li {
  list-style: decimal;
}
/* line 74, ../sass/base.scss */
.test_main_container.upper_letters ol li {
  list-style: upper-alpha;
}
/* line 80, ../sass/base.scss */
.test_main_container.lower_letters ol li {
  list-style: lower-alpha;
}
/* line 86, ../sass/base.scss */
.test_main_container.upper_roman ol li {
  list-style: upper-roman;
}
/* line 92, ../sass/base.scss */
.test_main_container.lower_roman ol li {
  list-style: lower-roman;
}
/* line 97, ../sass/base.scss */
.test_main_container .teach_logo {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 23px;
  user-select: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
}
/* line 110, ../sass/base.scss */
.test_main_container .back {
  position: absolute;
  left: 19px;
  top: 8px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  transition: all .15s linear;
}
/* line 119, ../sass/base.scss */
.test_main_container .back:hover {
  color: #c5c5c5;
}
/* line 124, ../sass/base.scss */
.test_main_container .question_count {
  text-align: center;
  color: #fff;
  transition: all .15s linear;
}
/* line 130, ../sass/base.scss */
.test_main_container .question_container, .test_main_container .input_container, .test_main_container .answer_container {
  position: relative;
  flex: 1;
  background: white;
  border-radius: 16px;
  margin: 2px;
  padding: 16px;
  overflow: auto;
  box-shadow: 0 0 7px black inset;
  border-left: 2px solid #17547c;
  border-right: 2px solid #4388b5;
  border-bottom: 2px solid #4388b5;
  border-top: 2px solid #17547c;
  word-break: break-word;
}
/* line 145, ../sass/base.scss */
.test_main_container .question_container img, .test_main_container .question_container table, .test_main_container .input_container img, .test_main_container .input_container table, .test_main_container .answer_container img, .test_main_container .answer_container table {
  max-width: 100%;
}
/* line 150, ../sass/base.scss */
.test_main_container .input_container {
  background-color: #d6d6d6;
  outline: none;
  transition: all .15s linear;
}
/* line 155, ../sass/base.scss */
.test_main_container .input_container.active {
  background-color: #fff;
}
/* line 160, ../sass/base.scss */
.test_main_container .question_container {
  margin-top: 10px;
  min-height: 40px;
}
/* line 165, ../sass/base.scss */
.test_main_container .fa-pencil, .test_main_container .fa-question, .test_main_container .fa-exclamation {
  position: absolute;
  right: 16px;
  top: 12px;
  font-size: 26px;
  color: #98a8bb;
}
/* line 173, ../sass/base.scss */
.test_main_container .fa {
  user-select: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
}
/* line 182, ../sass/base.scss */
.test_main_container .hide {
  opacity: 0;
  pointer-events: none;
  cursor: initial;
}
/* line 188, ../sass/base.scss */
.test_main_container .question_inner_container {
  width: 95%;
}
/* line 192, ../sass/base.scss */
.test_main_container .input_inner_container, .test_main_container .answer_inner_container {
  height: 97%;
  max-width: 100%;
  padding-right: 35px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  resize: none;
  outline: none;
}
/* line 204, ../sass/base.scss */
.test_main_container .middle_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
  height: 395px;
}
/* line 214, ../sass/base.scss */
.test_main_container .ui_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  padding: 0px 276px;
  margin-top: 14px;
  height: 40px;
}
/* line 227, ../sass/base.scss */
.test_main_container .ui_container .fa {
  position: relative;
  top: 3px;
  left: 1px;
  font-size: 17px;
  pointer-events: none;
}
/* line 235, ../sass/base.scss */
.test_main_container .ui_container .fa-backward {
  left: -2px;
}
/* line 239, ../sass/base.scss */
.test_main_container .ui_container .fa-check {
  position: relative;
  left: -1px;
}
/* line 244, ../sass/base.scss */
.test_main_container .ui_container .info_container {
  position: relative;
  width: 165px;
}
/* line 248, ../sass/base.scss */
.test_main_container .ui_container .info_container .try_again {
  float: left;
   position: relative;
    left: -218px;

}
/* line 251, ../sass/base.scss */
.test_main_container .ui_container .info_container .try_again .fa {
  left: 0;
}
/* line 256, ../sass/base.scss */
.test_main_container .ui_container .info_container .next {
  float: right;
    position: relative;
    right: -186px;
}
/* line 260, ../sass/base.scss */
.test_main_container .ui_container .info_container .start_quiz {
  left: 60px;
}
/* line 264, ../sass/base.scss */
.test_main_container .ui_container .info_container .complete, .test_main_container .ui_container .info_container .counter {
  position: absolute;
  top: -30px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
/* line 274, ../sass/base.scss */
.test_main_container .ui_container .button_container {
  position: relative;
  top: -17px;
  right: 16px;
  z-index: 10;
  transition: opacity 0.2s linear;
}
/* line 281, ../sass/base.scss */
.test_main_container .ui_container .button_container .button_text {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
  background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
  color: #a7a7a7;
  width: 36px;
  height: 36px;
  font-size: 24px;
  text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3), inset 0px 4px 1px 1px white, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
  border: solid 1px transparent;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
/* line 301, ../sass/base.scss */
.test_main_container .ui_container .button_container .button_text:after {
  content: "";
  background: #fff;
  border: 3px solid rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -8px;
  left: -8px;
  bottom: -8px;
  right: -8px;
  z-index: -1;
  border-radius: 50%;
  box-shadow: inset 0px 8px 48px #ddd;
}
/* line 315, ../sass/base.scss */
.test_main_container .ui_container .button_container .button_text:hover {
  background-image: -webkit-linear-gradient(top, #fff, #f4f1ee);
  background-image: linear-gradient(top, #fff, #f4f1ee);
  color: #0088cc;
}
/* line 321, ../sass/base.scss */
.test_main_container .ui_container .button_container .button_text:active {
  box-shadow: 0px 3px 4px #aaa inset, 0px 2px 3px #fff;
  color: #22559a;
}
