#UIContainer,
#loadingContainer {
  background-image: url(../assets/images/preTyping.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: Arial;
  box-sizing: border-box;
  line-height: normal;
  font: Arial normal;
}
#UIContainer div,
#UIContainer td {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansB';
  src: url("../fonts/NotoSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad';
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.gameBody {
  /*    font-size:100px;*/
  width: 10.4em;
  height: 6.7em;
  font-family: Roboto;
}
.gameBody .clear {
  clear: both;
}
.gameBody .select-placeholder {
  display: inline-block;
}
.gameBody .select-wrapper {
  display: block;
  float: left;
  border: solid 1px #cadef3;
  border-radius: 0.02em;
  margin-top: 0.07em;
}
.gameBody .select-wrapper select {
  width: 19em;
  line-height: 1.6em;
  height: 2em;
  font-size: 0.16em;
  color: #686868;
  border: none;
  background: transparent;
  padding: 5px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
}
.gameBody .select-wrapper select::-ms-expand {
  display: none;
}
.gameBody .select-wrapper:after {
  color: #57a8e8;
  font-size: 0.2em;
  content: "\f0d7";
  position: absolute;
  margin-left: -1.3em;
  margin-top: 0.35em;
  display: inline-block;
  font-family: FontAwesome;
}
.gameBody textarea,
.gameBody .typing {
  background: #aacaeb;
  font-family: Roboto;
  border: none;
  color: #fff;
  font-size: 0.21em;
  border-radius: 0.2em;
  padding: 0.7em 1em;
  width: 100%;
  resize: none;
  cursor: text;
}
.gameBody textarea i,
.gameBody .typing i {
  color: #999;
  font-style: normal;
}
.gameBody .body {
  background-color: #f2f2f2;
  clear: both;
  border-radius: 0.1em;
  padding: 0.85em 0.8em 0.8em 0.8em;
  position: relative;
  width: 10.3em;
  height: 6.6em;
  margin: 0.05em;
  box-sizing: border-box;
  box-shadow: 0.0em 0.0em 0.05em #666;
}
.gameBody .body .column span {
  display: block;
  padding-bottom: 0.2em;
}
.gameBody .body .column select {
  width: 24em;
}
.gameBody .body .L {
  float: left;
}
.gameBody .body .R {
  float: right;
}
.gameBody .body .radio_container {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  text-align: left;
}
.gameBody .body .radio_container li {
  font-size: 0.4em;
  color: #000;
  display: block;
  position: relative;
  float: left;
  height: 5em;
}
.gameBody .body .radio_container li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.gameBody .body .radio_container li input[type=radio]:checked ~ .check {
  border: 1px solid #c1cf3e;
}
.gameBody .body .radio_container li input[type=radio]:checked ~ .check::before {
  background: #c1cf3e;
}
.gameBody .body .radio_container li input[type=radio]:checked ~ label {
  color: #000;
}
.gameBody .body .radio_container li label {
  display: block;
  position: relative;
  font-size: 1.2em;
  padding: 0.8em 4em 1em 2.2em;
  margin: 0.5em auto;
  height: 2em;
  z-index: 9;
  cursor: pointer;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}
.gameBody .body .radio_container li .check {
  display: block;
  position: absolute;
  border: 1px solid #c1cf3e;
  border-radius: 10%;
  height: 1.4em;
  width: 1.4em;
  top: 1.6em;
  left: 0.6em;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
.gameBody .body .radio_container li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 1em;
  width: 1em;
  top: 0.22em;
  left: 0.175em;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.gameBody .body .radio_container li:hover label {
  color: #000;
}
.gameBody .body .radio_container li:hover .check {
  border: 1px solid #aac;
}
.gameBody .body .popup {
  font-size: 0.3em;
  font-family: NotoSans;
  border: solid 0.15em #60baef;
  border-radius: 1em;
  background: #fff;
  display: inline-block;
  width: 40%;
  text-align: left;
  padding: 0.6em 2em;
}
.gameBody .body .popup .title {
  font-family: NotoSansB;
  font-size: 0.6em;
}
.gameBody .body .popup .subtitle {
  font-family: NotoSansB;
  font-size: 0.5em;
}
.gameBody .body .popup input {
  margin: 0.6em 0em;
  width: 100%;
  border: solid 0.15em #acaaab;
  height: 1.8em;
  line-height: 1.8em;
  font-size: 0.5em;
}
.gameBody .body .popup .error {
  display: none;
  font-size: 0.6em;
  font-family: NotoSansB;
  color: #f00;
  border: solid 0.2em #f00;
  border-radius: 1em;
  line-height: 2em;
  padding: 0px 0.8em;
  position: relative;
}
.gameBody .body .popup .error::before {
  font: normal normal normal 1em FontAwesome;
  content: "\f0d8";
  position: absolute;
  left: 0.3em;
  top: -0.8em;
  font-size: 2em;
}
.gameBody .body .popup .error::after {
  font: normal normal normal 1em FontAwesome;
  content: "\f071";
  position: absolute;
  right: 0.5em;
  top: 0.4em;
}
.gameBody .body .popup .button_container {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 0.2em;
}
.gameBody .body .popup .button_container .startButton {
  display: inline-block;
  font-size: 0.6em;
  font-family: NotoSansB;
  border: solid 0.2em #c1cf3e;
  height: 2.0em;
  line-height: 2.0em;
  border-radius: 0.7em;
  padding: 0px 1.0em 0px 0.3em;
  cursor: pointer;
}
.gameBody .body .popup .button_container .startButton:hover {
  color: #c1cf3e;
}
.gameBody .body .popup .button_container .startButton::before {
  font: normal normal normal 1em FontAwesome;
  content: "\f04b";
  margin-right: 0.5em;
  color: #c1cf3e;
}
.gameBody .body .play_button {
  cursor: pointer;
  font-size: 0.8em;
  display: inline-block;
  font-family: FontAwesome;
  color: #57a8e8;
  background-color: #fff;
  width: 0.5em;
  height: 0.5em;
  margin: 0.2em;
  margin-left: 0.2em;
}
.gameBody .body .play_button:before {
  content: "\f144";
  position: absolute;
  margin-left: -0.4em;
  margin-top: -0.35em;
}
.gameBody .body .pause_button {
  cursor: pointer;
  font-size: 0.8em;
  display: inline-block;
  font-family: FontAwesome;
  color: #57a8e8;
  background-color: #fff;
  width: 0.5em;
  height: 0.5em;
  margin: 0.2em;
  margin-left: 0.2em;
}
.gameBody .body .pause_button:before {
  content: "\f28b";
  position: absolute;
  margin-left: -0.4em;
  margin-top: -0.35em;
}
.gameBody .body #progress {
  margin-bottom: 0.3em;
}
.gameBody .body #volumeIcon {
  height: 0.22em;
  width: auto;
  display: block;
  cursor: pointer;
  float: right;
  margin-right: 0.08em;
}
.gameBody .body #volumeProgress {
  margin-bottom: 0.25em;
  float: right;
}
.gameBody .body .bottom_25 {
  margin-bottom: 0.25em;
}
.gameBody .body .bottom_35 {
  margin-bottom: 0.35em;
}
.gameBody .body .resultMenu {
  position: absolute;
  display: block;
  right: 0em;
  top: 0.3em;
  background-color: #fff;
  border-top: solid 0.05em #aacaeb;
}
.gameBody .body .resultMenu span {
  color: #57a8e8;
  font-size: 0.24em;
}
.gameBody .body .resultMenu .resultItem.M {
  border-bottom: solid 0.05em #fff;
}
.gameBody .body .resultMenu .resultItem {
  clear: both;
  display: block;
  height: 1.0em;
  line-height: 0.5em;
  background-color: #ededed;
  padding-left: 0.3em;
}
.gameBody .body .resultMenu .resultItem i {
  color: #57a8e8;
  font-size: 0.24em;
  padding-right: 0.3em;
}
.gameBody .body .resultMenu .resultItem .R {
  width: 0.8em;
  text-align: center;
}
.gameBody .body .resultMenu .resultItem .R span {
  color: #404040;
}
.gameBody .body .bottomMenu {
  position: absolute;
  text-align: center;
  bottom: 0.4em;
  color: #57a8e8;
  font-size: 0.24em;
  width: 100%;
  right: 0em;
  text-align: right;
}
.gameBody .body .bottomMenu div {
  display: inline-block;
  cursor: pointer;
  padding: 0em 0.8em;
}
.gameBody .body .bottomMenu i {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.getName {
  text-align: center;
}
.getName .seal {
  display: inline-block;
  width: 5.5em;
  text-align: left;
  font-family: Myriad;
  padding: 0.03em 0em 0.06em 1.0em;
  margin: 0.2em 0.3em 0.48em 0em;
  background-image: url(../assets/images/seal.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.getName .seal .title {
  color: #60baef;
  font-size: 0.51em;
  border-bottom: solid 0.08em #c1cf3e;
}
.getName .seal .subtitle {
  font-size: 0.3em;
  padding-top: 0.12em;
}
.getTest .testContainer {
  display: block;
  width: 5.6em;
  margin: 0em 1em;
  text-align: center;
  position: relative;
}
.getTest .testContainer .test_top {
  position: absolute;
  font-family: Roboto;
  font-size: 0.15em;
  text-align: left;
  padding: 0em 3em;
  top: -3.8em;
}
.getTest .testContainer .test_area {
  padding: 0px 0.4em;
  height: 2.5em;
}
.getTest .testContainer .test_area .typing_area {
  font-family: Roboto;
  font-size: 0.28em;
  padding-top: 4em;
  white-space: nowrap;
}
.getTest .testContainer .test_area .typing_area #typingBox {
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  white-space: nowrap;
}
.getTest .testContainer .test_area .typing_area #typingBox i {
  color: #3fa9f5;
  text-decoration: underline;
  font-style: normal;
}
.getTest #progress {
  padding-top: 0.3em;
}
.getTest #volumeContainer {
  padding-right: 0.14em;
}
.getTest .goodLuck {
  position: absolute;
  left: 1.9em;
  top: 1.9em;
  width: 8.5em;
  height: 26.4em;
  padding: 0.8em 0.5em;
  background-image: url(../assets/images/dotted-blob.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-family: Roboto;
  font-size: 0.15em;
}
.getCertificate {
  background-image: url(../assets/images/uis/certificate.png);
  background-repeat: no-repeat;
  background-position: 0.1em 0.5em;
  background-size: 98% 80%;
  text-align: center;
}
.getCertificate .title {
  font-family: Roboto;
  font-size: 0.35em;
  padding-top: 0.9em;
}
.getCertificate .subtitle {
  font-family: Roboto;
  font-size: 0.18em;
  font-weight: bold;
  padding-top: 0.5em;
}
.getCertificate .name_container {
  font-family: Roboto;
  font-size: 0.4em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.getCertificate .name_container span {
  border-bottom: solid 0.04em #3d6e7f;
}
.getCertificate .text {
  font-family: Roboto;
  font-size: 0.17em;
  padding-top: 0.5em;
  color: #3b5a6c;
}
.getCertificate .leftText {
  float: left;
  text-align: center;
  width: 11em;
  padding-top: 0.7em;
  padding-left: 14.4em;
}
.getCertificate .rightText {
  float: right;
  text-align: center;
  width: 11em;
  padding-top: 0.7em;
  padding-right: 14.4em;
}
.getCertificate .certificate_test {
  font-family: Roboto;
  font-size: 0.25em;
  padding-top: 0.2em;
  color: #57a8e8;
}
.getCertificate .results {
  clear: both;
  padding-top: 0.11em;
}
.getCertificate .results div {
  display: inline-block;
  text-align: center;
  width: 3.6em;
  font-family: Roboto;
  font-size: 0.24em;
}
.getCertificate .results .WPM {
  margin: 0em 2.2em;
  vertical-align: text-top;
}
.getCertificate .results .ACC {
  margin: 0em 2em;
  vertical-align: text-top;
}
.getCertificate .date {
  color: #0057a1;
  position: absolute;
  font-family: Roboto;
  font-size: 0.2em;
  left: 8.8em;
  top: 22em;
  width: 8.4em;
  text-align: center;
}
.getCertificate .DATE {
  position: absolute;
  font-family: Roboto;
  font-size: 0.25em;
  left: 7em;
  top: 19.1em;
  width: 6.8em;
  text-align: center;
}
.showDummy {
  background-image: url(../assets/images/type-dummy.png);
  background-repeat: no-repeat;
  background-position: 0.1em 4.4em;
  background-size: 1.29em 2.0em;
}
.pieChart {
  position: relative;
  display: inline-block;
  height: 1.8em;
  width: 1.6em;
  background-image: url(../assets/images/watch-outline.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}
.pieChart .pieContainer {
  height: 1.4em;
  width: 1.4em;
  display: inline-block;
  position: relative;
  margin-top: 0.3em;
}
.pieChart .pieContainer .pieBackground {
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  border-radius: 0.7em;
  border: solid 0.04em #7cbfe3;
  box-sizing: border-box;
}
.pieChart .pieContainer .timer {
  position: absolute;
  font-family: Roboto;
  font-size: 0.4em;
  top: 1.1em;
  left: 0em;
  text-align: center;
  width: 100%;
}
.pieChart .pieContainer .hold {
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  border-radius: 0.7em;
  clip: rect(0px, 1.4em, 1.4em, 0.69em);
}
.pieChart .pieContainer .hold .pie {
  background-color: #7cbfe3;
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  border-radius: 0.7em;
  clip: rect(0px, 0.7em, 1.4em, 0px);
}
.pieChart .pieContainer .left {
  transform: rotate(180deg);
}
