/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #cccccc;
  font-weight: 300;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
  opacity: 1;
  font-weight: 300;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
  opacity: 1;
  font-weight: 300;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
  font-weight: 300;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccccc;
  font-weight: 300;
}
body {
  color: #8E9DAE;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  background-image: url('../images/body-bg.jpg');
  background-size: cover;
}
.header {
  color: white;
}
.header .sticky-wrapper .sticky-header {
  z-index: 100;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.header .sticky-wrapper.is-sticky .sticky-header {
  background-color: #f5fafd;
  -webkit-box-shadow: 0px 0px 20px 0px #969696;
  -moz-box-shadow: 0px 0px 20px 0px #969696;
  box-shadow: 0px 0px 20px 0px #969696;
}
.header .sticky-wrapper.is-sticky .sticky-header .navbar-nav > li > a {
  color: #8E9DAE;
}
.header .navbar.navbar-default {
  border: none;
  background: none;
  min-height: 40px !important;
}
.header .navbar-nav > li > a {
  padding-top: 25px !important;
  padding-bottom: 0 !important;
  height: 50px;
  color: #fff;
}
.header .navbar-brand {
  height: 40px;
}
.header .logo img {
  height: 40px;
}
.main-content > .container {
  background: #f5fafd;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f5fafd, #ffffff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f5fafd, #ffffff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.main-content > .container > .row {
  padding: 0 15px;
}
.text-white {
  color: #fff;
}
.button {
  border: 2px solid #03a9f4;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 20px;
  color: #8E9DAE;
  text-decoration: none!important;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.button:hover {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4;
}
.button.disabled {
  opacity: 0.4;
  color: #000;
  border-color: #000;
}
.button.disabled:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background: none;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #f5fafd;
}
.dropdown-menu {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.8);
}
footer .footer-content {
  color: #fff;
  padding: 10px 0;
}
footer .footer-content p {
  line-height: 34px;
}
footer .footer-content a {
  color: #fff;
}
footer .footer-content a i {
  font-size: 20px;
  padding: 5px;
}
footer .footer-content .footer-text {
  margin: 0;
}
form input {
  margin-bottom: 20px;
  border-radius: 0px;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
}
form button {
  padding: 10px 16px;
  border-radius: 0px!important;
}
.text-container {
  background: rgba(255, 255, 255, 0.8);
}
.padding-container {
  padding: 30px;
}
.izimodal {
  display: none;
}
.izimodal .icon-close {
  background: #FFF;
  margin-bottom: 10px;
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 0;
  color: #a9a9a9;
  cursor: pointer;
}
.izimodal .icon-close:before {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.izimodal .modal-message {
  text-align: center;
  display: block;
  padding-top: 20px;
  color: #ff0000;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#answers {
  margin: 50px 0 0;
}
#answers .answer-button {
  width: auto;
  height: 42px;
  display: inline-block;
  margin: 0;
}
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  line-height: 26px;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #c3c3c3;
  border-radius: 50%;
}
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 9px;
  left: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
  background-color: #03a9f4;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}
.answer-progress-bar {
  margin-top: 20px;
  width: 100%;
  height: 4px;
  background: #989898;
  position: relative;
  border-radius: 3px;
}
.answer-progress-bar .answer-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 0;
  background: #03a9f4;
  border-radius: 3px;
}
.answer-progress-text {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
.time-progress-bar {
  margin-bottom: 20px;
  width: 100%;
  height: 4px;
  background: #989898;
  position: relative;
  border-radius: 3px;
}
.time-progress-bar .time-progress {
  position: absolute;
  right: 0;
  top: 0;
  height: 4px;
  width: 0;
  background: #03a9f4;
  border-radius: 3px;
  transition: 0.3s;
}
.time-progress-text {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.test-history .test-item .row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.test-result-element {
  padding: 15px 0;
}
.circle-wrapper {
  position: relative;
  width: 400px;
  height: 200px;
  margin: auto;
}
.circle-wrapper .half-circle {
  border-bottom: 3px solid #c70808;
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 200px;
  border-radius: 200px 200px 0 0;
  background-color: transparent;
  z-index: 10;
  background-color: #e44545;
  transform-origin: bottom center;
  overflow: hidden;
}
.circle-wrapper .circle-arrow {
  height: 165px;
  width: 10px;
  background: #6d3e3e;
  left: 50%;
  position: absolute;
  transform-origin: bottom center;
  bottom: 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transform: rotate(0deg);
}
.circle-wrapper .circle-arrow:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 0;
  left: 50%;
  top: 0;
  border: 16px solid transparent;
  border-bottom: 20px solid #6d3e3e;
  transform: translate(-50%, -87%);
}
.stacked-bar-graph {
  width: 60%;
  margin: auto;
  height: 38px;
  background: #eee;
  color: #414042;
  position: relative;
}
.stacked-bar-graph span {
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: bold;
  font-family: arial, sans-serif;
}
.stacked-bar-graph span > span {
  padding: 10px;
}
.stacked-bar-graph .bar-1 {
  background: #F7B334;
}
.stacked-bar-graph .bar-2 {
  background: #A7A9AC;
}
.stacked-bar-graph .bar-3 {
  background: #D57E00;
}
.bar-1-legend {
  background: #F7B334;
  width: 14px;
  height: 14px;
  border-radius: 15px;
  display: inline-block;
  margin-right: 5px;
  line-height: 18px;
}
.bar-2-legend {
  background: #A7A9AC;
  width: 14px;
  height: 14px;
  border-radius: 15px;
  display: inline-block;
  margin-right: 5px;
  line-height: 18px;
}
.bar-3-legend {
  background: #D57E00;
  width: 14px;
  height: 14px;
  border-radius: 15px;
  display: inline-block;
  margin-right: 5px;
  line-height: 18px;
}
.loading-animation {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000000;
}
.loading-animation .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-animation .loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
