body {
  font-family: 'Montserrat', 'Helvetica', 'Roboto', 'Arial', sans-serif;
  background-image: url(../images/background2.png);
  background-attachment: fixed;
}

body .none {
  display: none;
}

hr {
  border-color: #0B61A4;
  border-width: 1px;
  width: 100%;
}

h1, h2, h3 {
  text-align: center;
}

h3 {
  margin: 10px 0;
}

h4, p {
  margin: 5px;
  color: rgba(0, 0, 0, 0.9);
}

select option {
  font-size: 24px;
}

a {
  color: #000000;
  text-decoration: none;
}

u {
  display: block;
  padding: 4px 5px;
  font-size: 16px;
  font-weight: normal;
}

.unborder {
  border: 2px solid #0B61A4;
  border-radius: 5px;
}

.hidden-radio {
  display: none;
}

.test_results {
  text-align: left;
  display: block;
  padding: 20px 20px 0px;
}

.color {
  display: inline-block;
  width: 40px;
  height: 12px;
  border-radius: 3px;
}

.dfg {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 320px;
}

.timer_window {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  width: 138px;
  height: 50px;
  border: 3px solid #0B61A4;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  padding: 6px;
  border-radius: 3px;
}

.timer1, .timer2 {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 3px;
  padding: 2px;
  font-size: 18px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.answer {
  border: 2px solid #0B61A4;
  text-align: left;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  margin-top: 14px;
  font-size: 20px;
  outline: none;
}

.answer:focus {
  -webkit-box-shadow: 0 0 8px rgba(11, 97, 164, 0.5);
          box-shadow: 0 0 8px rgba(11, 97, 164, 0.5);
  border: 2px solid #0B61A4;
}

body .active {
  border: 2px solid #008000;
  background-color: rgba(0, 128, 0, 0.1);
}

.get_text {
  border: 2px solid #0B61A4;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  font-size: 20px;
  outline: none;
  resize: none;
}

.get_text:focus {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.choose_caterogy {
  display: block;
  font-size: 22px;
  line-height: 5px;
  width: 100%;
  text-align: center;
  outline: none;
  border: 2px solid #0B61A4;
  border-radius: 3px;
  border-left: none;
  border-right: none;
}

.choose_caterogy:focus {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.msg_red {
  margin: 10px 0;
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  border-radius: 3px;
  color: #ff4332;
  border-left: 2px solid #ff4332;
  border-right: 2px solid #ff4332;
  border-bottom: 3px solid #ff4332;
}

.msg_green {
  margin: 10px 0;
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  border-radius: 3px;
  color: #008000;
  border-left: 2px solid #008000;
  border-right: 2px solid #008000;
  border-bottom: 3px solid #008000;
}

body .content .error {
  border: 2px solid #ff4332;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

body .content .error .error:active {
  border: none;
}

.button {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  background: #0B61A4;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  border: unset;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #0B61A4;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button:hover {
  background: #FFFFFF;
  color: #0B61A4;
  border: 2px solid #0B61A4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  padding: 10px;
  transition: 0.2s;
}

.button:active {
  background: #FFFFFF;
  color: #0B61A4;
  border: 2px solid #0B61A4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0 10px rgba(11, 97, 164, 0.5) inset;
          box-shadow: 0 0 10px rgba(11, 97, 164, 0.5) inset;
  padding: 10px;
  transition: 0.2s;
}

.menu_button {
  margin-top: 15px;
  padding: 10px;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: unset;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #0B61A4;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu_button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.menu_button:active {
  background: #FFFFFF;
  border: 2px solid #0B61A4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0 10px rgba(11, 97, 164, 0.5) inset;
          box-shadow: 0 0 10px rgba(11, 97, 164, 0.5) inset;
  padding: 10px;
  transition: 0.2s;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
}

.header {
  width: 100%;
  height: 50px;
  background-color: #0B61A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_nav {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.arrow {
  display: block;
  margin-top: 12px;
  margin-left: 15px;
  height: 38px;
  cursor: pointer;
}

.arrow_left {
  border: solid #FFFFFF;
  border-width: 0 5px 5px 0;
  display: block;
  width: 4px;
  height: 4px;
  padding: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.arrow_left:active {
  border: solid #87CEFA;
  border-width: 0 5px 5px 0;
}

.logout {
  display: block;
  border: none;
  width: 100px;
  height: 40px;
  padding-top: 12px;
  background-color: #0B61A4;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  outline: none;
}

.logout:hover {
  padding-bottom: 0;
  border-bottom: 2px solid #FFFFFF;
  border-radius: 5px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.content {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 320px;
  min-height: 400px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.info {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding: 5px;
  border: 2px solid #0B61A4;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

.profile_window {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding: 10px;
  border: 2px solid #0B61A4;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

.profile_window a {
  text-decoration: none;
}

.heading {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  margin-top: 10px;
  padding: 0 5px;
  text-align: center;
  color: #0B61A4;
  border: 5px double #0B61A4;
  border-top: 2px solid #0B61A4;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.form_window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding: 5px 0;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

.form_window label {
  margin: 5px 0 0 10px;
}

.form_window .input {
  background: none;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  border: unset;
  border-bottom: 2px solid #0B61A4;
  border-radius: 3px;
  outline: none;
  font-size: 20px;
}

.form_window .input:focus {
  -webkit-box-shadow: 0 0 8px rgba(11, 97, 164, 0.5);
          box-shadow: 0 0 8px rgba(11, 97, 164, 0.5);
  border-bottom: 3px solid #0B61A4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-left: none;
  border-right: none;
}

.question_window {
  margin: 15xp;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #0B61A4;
  border-radius: 3px;
  padding: 7px;
  text-align: left;
  font-size: 18px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.main_logo {
  margin: 15px auto;
  width: 200px;
  height: 220px;
  background-image: url(../images/CREO-DATUM-logo.png);
  background-size: 200px;
}

footer {
  height: 100px;
  margin-top: 20px;
  background-color: rgba(11, 97, 164, 0.5);
}

.border_green {
  border: 2px solid #008000;
  background-color: rgba(0, 128, 0, 0.1);
  border-radius: 3px;
}

.border_red {
  border: 2px solid #8B0000;
  border-radius: 3px;
  background-color: rgba(255, 0, 0, 0.5);
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup_content {
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
  opacity: 1;
}

body.lock {
  overflow: hidden;
}

.popup_body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
}

.popup_content {
  max-width: 320px;
  background-color: #FFFFFF;
  border: 2px solid #0B61A4;
  padding: 15px 20px;
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
}

.popup_close {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 2px 6px;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}

.popup_close:active {
  background-color: #0B61A4;
  color: #FFFFFF;
  border: 2px solid #0B61A4;
  border-radius: 50%;
}

.popup_form {
  padding-top: 20px;
}
/*# sourceMappingURL=style.css.map */