@charset "UTF-8";
body, html {
  height: 100%;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.wrapper {
  position: relative;
  min-height: 100%;
  width: 100%; }

.small_text {
  font-size: 12px; }

.cr {
  text-align: right; }

.small_block {
  padding: 10px;
  text-align: center; }
  .small_block label {
    display: block;
    font-size: 12px;
    text-align: left;
    color: green; }
    .small_block label input, .small_block label textarea {
      font-size: 16px; }
  .small_block input, .small_block textarea {
    width: 100%;
    margin: 5px 0;
    padding: 5px; }
  .small_block input[type='submit'] {
    display: inline-block;
    width: auto;
    min-width: 150px; }

section {
  padding-top: 120px;
  padding-bottom: 200px; }

.pageTitle {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px; }

.tableTitle {
  background-color: blue;
  color: #fff; }

.alert {
  margin-top: 59px;
  position: fixed;
  width: 100%;
  z-index: 1;
  color: #fff;
  border: none;
  font-style: italic; }

.alert-success {
  background: green; }

.alert-danger {
  background: red; }

.pt_120 {
  padding-top: 120px; }

.pt_50 {
  padding-top: 50px; }

.pb_200 {
  padding-bottom: 200px; }

.mb_0 {
  margin-bottom: 0; }

.mb_10 {
  margin-bottom: 10px; }

.table {
  text-align: center; }
  .table tr td, .table tr th {
    vertical-align: middle; }

.bg_block {
  background-color: #d9d9d9;
  border: 1px solid #000;
  padding: 10px;
  margin: 10px 0; }

.border_img {
  border: 1px solid #000;
  padding: 1px;
  max-width: 100%; }

.max_with_50 {
  max-width: 50%; }

.max_with_30 {
  max-width: 30%; }

.smallSquare {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #cbd1d8;
  border: none;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  line-height: 35px; }

.inputSquare {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 2px solid #cbd1d8;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  line-height: 35px; }

.home .pageTitle {
  color: #f24e5e;
  font-size: 30px;
  font-weight: bold;
  border-bottom: none;
  margin-top: 20px; }
.home .answer {
  padding-left: 40px; }
.home .question {
  padding-top: 15px; }

.textInstruction {
  text-align: center;
  color: #a00000; }
  .textInstruction p {
    margin-bottom: 9px; }
  .textInstruction span {
    padding-left: 50px; }

.personLogin {
  display: block;
  margin: 17px 0 8px; }

.formRegister {
  text-align: left;
  margin: 40px auto;
  -webkit-box-shadow: 0 3px 5px #6d6ee2;
          box-shadow: 0 3px 5px #6d6ee2;
  overflow: hidden;
  padding: 40px 30px 20px;
  border-radius: 10px;
  background: #6d6e71;
  max-width: 500px; }
  .formRegister .item {
    margin-bottom: 20px; }
    .formRegister .item span {
      display: block;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px; }
  .formRegister input, .formRegister select, .formRegister textarea {
    width: 100%;
    height: 35px;
    border-radius: 3px;
    margin: 5px 0 10px;
    display: block;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 0 3px #ccc, 0 10px 15px #eee inset;
            box-shadow: 0 0 3px #ccc, 0 10px 15px #eee inset;
    -webkit-transition: width .25s;
    transition: width .25s;
    padding-left: 5px; }
  .formRegister textarea {
    min-height: 55px; }
  .formRegister .btnStartTest {
    background-color: #f24e5e;
    border-color: #f24e5e;
    text-transform: uppercase; }
    .formRegister .btnStartTest:hover {
      background-color: #dc1b15; }

#countdown {
  position: fixed;
  right: 15px;
  top: 55px;
  z-index: 9999;
  border: 2px solid #f24e5e;
  border-radius: 100px;
  padding: 12px 10px 10px 70px;
  background: #fff; }
  #countdown:before {
    content: '';
    position: absolute;
    background: url('/test.instructor/public/img/timer.png') no-repeat left center;
    display: block;
    width: 50px;
    height: 50px;
    left: 10px;
    top: 3px; }

.timeTo {
  height: 60px; }
  .timeTo ul li {
    color: #6d6e71; }

.timeTo.timeTo-white div {
  background: none;
  border: none; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  background: #fff; }
  header .redline_section {
    width: 100%;
    height: 12px;
    background-color: #f24e5e;
    margin: 17px 0 8px; }
  header .greyline_section {
    width: 100%;
    height: 48px;
    background-color: #6d6e71; }
  header .main_logo {
    width: 267px;
    height: 90px;
    position: absolute;
    background-color: #fff;
    left: 20%;
    top: 14px;
    z-index: 0;
    padding: 1px 7px 0 5px; }

footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1000; }
  footer .contact_section {
    background-color: #d3d3d3; }
    footer .contact_section span {
      display: block;
      color: #000;
      margin: 25px auto; }
  footer .phone {
    font-size: 39px;
    color: #6d6e71;
    font-weight: bold;
    padding: 10px 0;
    line-height: 70px;
    -webkit-transition: color .5s ease-out 0s;
    transition: color .5s ease-out 0s; }
  footer .copyright_section {
    background-color: #fff; }
    footer .copyright_section span {
      display: block;
      color: #6d6e71;
      margin: 25px auto; }

.loader {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #f24e5e;
  letter-spacing: 0.2em;
  margin-top: -30px;
  margin-bottom: 20px;
  position: fixed;
  width: 100%;
  top: 150px;
  left: 0;
  background: #fff;
  border: 2px solid red;
  border-radius: 5px;
  z-index: 9999; }
  .loader::before, .loader::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #f24e5e;
    position: absolute;
    -webkit-animation: load .7s infinite alternate ease-in-out;
            animation: load .7s infinite alternate ease-in-out; }
  .loader::before {
    top: 0; }
  .loader::after {
    bottom: 0; }

@-webkit-keyframes load {
  0% {
    left: 25%;
    height: 30px;
    width: 15px; }
  50% {
    height: 8px;
    width: 40px; }
  100% {
    left: 75%;
    height: 30px;
    width: 15px; } }

@keyframes load {
  0% {
    left: 25%;
    height: 30px;
    width: 15px; }
  50% {
    height: 8px;
    width: 40px; }
  100% {
    left: 75%;
    height: 30px;
    width: 15px; } }
#qList {
  max-width: 805px;
  margin: 0 auto 40px;
  text-align: center; }

.question {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  padding: 50px 15px 25px;
  position: relative; }
  .question .qNumber {
    position: absolute;
    right: 15px;
    top: -19px;
    padding: 5px 10px;
    border: 1px solid #ffaaaa;
    border-radius: 50px;
    background: #eee; }
  .question .qTheme {
    left: 15px;
    right: auto;
    max-width: 70%;
    font-size: 14px;
    text-align: left !important;
    padding: 5px 20px;
    font-style: italic; }
  .question .qTask {
    margin-bottom: 10px;
    font-style: normal; }
  .question .marker {
    font-weight: bold;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
    background: #eee;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 27px; }
  .question .ansVariantText {
    font-style: normal; }
  .question .checkAnswer {
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 10px; }
  .question .tableRadio th {
    padding-left: 10px; }

.question.current {
  display: block !important; }

.qListItem {
  border: solid 1px #ffaaaa;
  display: inline-block;
  height: 27px;
  width: 27px;
  position: relative;
  line-height: 25px;
  margin: 1px 9px 10px 0;
  text-align: center;
  font-size: 14px; }
  .qListItem:hover {
    cursor: pointer;
    background: blue !important;
    border-color: blue;
    font-weight: bold;
    border-radius: 50%;
    color: #fff; }

.qListItem.current {
  background: blue !important;
  border-color: blue;
  font-weight: bold;
  border-radius: 50%;
  color: #fff; }

.qListItem.notSelected {
  background-color: #f24e5e;
  color: #fff; }

.qListItem.views {
  background-color: #2dbb4d;
  border-color: #4dd56b;
  color: #fff; }

.qListItem.borderItem {
  border: 1px solid #28a745; }

@-webkit-keyframes click-wave {
  0% {
    height: 27px;
    width: 27px;
    opacity: 0.35;
    position: relative; }
  100% {
    height: 50px;
    width: 50px;
    margin-left: -12px;
    margin-top: -12px;
    opacity: 0; } }

@keyframes click-wave {
  0% {
    height: 27px;
    width: 27px;
    opacity: 0.35;
    position: relative; }
  100% {
    height: 50px;
    width: 50px;
    margin-left: -12px;
    margin-top: -12px;
    opacity: 0; } }
.qRadio {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 27px;
  width: 27px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  border: 1px solid #ffaaaa;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  z-index: 1000; }

.qRadio:hover {
  background: #eee; }

.qRadio:checked {
  background: #40e0d0;
  border-color: #40e0d0; }

.qRadio:checked::before {
  height: 27px;
  width: 27px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 27px; }

.qRadio:checked::after {
  -webkit-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100; }

.qRadio.radio {
  border-radius: 50%; }

.qRadio.radio::after {
  border-radius: 50%; }

.qButton {
  margin-top: 10px; }

.answers.horizontally {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .answers.horizontally .answer {
    text-align: center; }
  .answers.horizontally .ansVariantText {
    padding: 0 10px; }

.answers.fixed {
  position: fixed;
  top: 130px;
  z-index: 9999; }

.resultPage .pageTitle {
  margin-bottom: 30px; }
.resultPage .question {
  margin-bottom: 40px; }
  .resultPage .question .noAnswer {
    background: indianred;
    color: #fff; }

/*# sourceMappingURL=style.css.map */