@font-face {
  font-family: 'Font Awesome Solid';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/fa-solid-900.eot');
  src: url('../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-regular.woff') format('woff'), url('../fonts/open-sans-regular.ttf') format('truetype'), url('../fonts/open-sans-regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-light.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-light.woff') format('woff'), url('../fonts/open-sans-light.ttf') format('truetype'), url('../fonts/open-sans-light.svg#OpenSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
html {
  font-size: 16px;
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.32;
}
a,
a:visited {
  color: #336699;
  text-decoration: none;
}
.alert {
  border-radius: 3px;
  border: none;
  list-style: none;
  padding: 0 0 0 42px;
  margin: 1rem 0;
  position: relative;
}
.alert li {
  display: block;
  padding: 0.65rem 0.75rem;
  line-height: 1.32;
}
.alert:before {
  width: 38px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 24px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Font Awesome Solid";
  padding: 8px 4px;
  border-radius: 3px 0 0 3px;
  text-align: center;
}
.alert.alert-default {
  background-color: #e2e2e2;
  color: #626262;
}
.alert.alert-default:before {
  background-color: #929292;
  content: '\f0e9';
}
.alert.alert-error {
  background-color: #e74c3c;
  color: #ffffff;
}
.alert.alert-error:before {
  background-color: #ba2c1d;
  content: '\f06d';
}
.alert.alert-info {
  background-color: #3ea2ff;
  color: #ffffff;
}
.alert.alert-info:before {
  background-color: #067cea;
  content: '\f05a';
}
.alert.alert-success {
  background-color: #64ce83;
  color: #ffffff;
}
.alert.alert-success:before {
  background-color: #3da95c;
  content: '\f058';
}
.alert.alert-warning {
  background-color: #ff7f48;
  color: #ffffff;
}
.alert.alert-warning:before {
  background-color: #f44e06;
  content: '\f06a';
}
/* ---- Typography begin ---- */
.text-error {
  color: #ba2c1d;
}
.text-info {
  color: #067cea;
}
.text-success {
  color: #3da95c;
}
.text-warning {
  color: #f44e06;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-hint {
  color: #929292;
  font-size: .85rem;
}
.relative {
  position: relative;
}
/* ---- Typography end ---- */
/* ---- Layout begin ---- */
.layout-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
}
.layout-header-top {
  height: 36px;
  background: #ffffff url("../img/head-line.jpg") repeat-x center left;
  margin-bottom: 1rem;
}
.event-date {
  color: #cc6666;
  font-size: 32px;
  font-weight: 400;
}
.event-place {
  color: #000000;
  font-weight: 400;
}
.layout-main {
  padding: 2rem 0;
  flex: 1 1 auto;
}
.layout-footer {
  background-image: url("../img/footer-bg.jpg");
  background-position: bottom center;
  background-repeat: repeat-x;
  flex: 0 1 auto;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  padding-bottom: 20px;
}
.layout-footer a,
.layout-footer a:visited {
  text-decoration: none;
  color: #626262;
}
.layout-header img,
.layout-footer img {
  max-width: 100%;
}
.layout-footer-middle {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26ffffff', endColorstr='#26ffffff', GradientType=1);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.57) 5%, #ffffff 20%, #ffffff 80%, rgba(255, 255, 255, 0.57) 95%, rgba(255, 255, 255, 0.05) 100%) center;
  background-size: 100%;
  padding: 32px 0;
  box-sizing: border-box;
}
.footer-column img {
  height: 66px;
  margin: 16px 0;
}
.footer-column:not(:first-child) {
  border-left: 1px solid #dedede;
}
.footer-title {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  margin: 5px 0 20px;
}
.footer-logo {
  max-width: 70%;
}
.layout-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.layout-footer ul > li {
  margin: 15px 0;
}
/* ---- Layout end ---- */
/* ---- Table begin ---- */
table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  font-size: 13px;
}
table .fa {
  font-size: 16px;
}
table th,
table td {
  border-bottom: 1px solid #dedede;
  padding: 0.25rem .5rem;
}
/* ---- Table end ---- */
/* ---- Panel begin ---- */
.panel {
  text-align: left;
}
.panel-header {
  background: #3da95c url("../img/line-green.jpg") repeat-x center left;
  border-radius: 7px 7px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 42px;
  line-height: 41px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 0 1rem;
  color: #ffffff;
  text-align: left;
}
.panel-body {
  background-color: #f8f8f8;
  padding: 0.75rem 1.5rem;
  border: solid #90c26b;
  border-width: 0 1px 1px;
  border-radius: 0 0 7px 7px;
}
/* ---- Panel end ---- */
/* ---- Button begin ---- */
.btn::-moz-focus-inner {
  border: 0;
}
.btn {
  border: none;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 1rem;
  outline: none;
  cursor: pointer;
  transition: background-color 0.5s;
  text-decoration: none;
  vertical-align: middle;
}
.btn-sm {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
}
.btn > .fa {
  font-size: 16px;
  margin: -1px 0 -2px 0;
  vertical-align: top;
}
.btn.btn-default {
  background-color: #e2e2e2;
  color: #626262;
}
.btn.btn-default:hover {
  background-color: #d8d8d8;
}
.btn.btn-error {
  background-color: #e74c3c;
  color: #ffffff;
}
.btn.btn-error:hover {
  background-color: #ba2c1d;
}
.btn.btn-info {
  background-color: #3ea2ff;
  color: #ffffff;
}
.btn.btn-info:hover {
  background-color: #067cea;
}
.btn.btn-primary {
  background-color: #3ea2ff;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background-color: #067cea;
}
.btn.btn-success {
  background-color: #64ce83;
  color: #ffffff;
}
.btn.btn-success:hover {
  background-color: #3da95c;
}
.btn.btn-warning {
  background-color: #ff7f48;
  color: #ffffff;
}
.btn.btn-warning:hover {
  background-color: #f44e06;
}
/* ---- Button end ---- */
/* ---- Form begin ---- */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number] {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  background-color: #f8f8f8;
  border: none;
  box-shadow: inset 0 28px 0 0 #f8f8f8, inset 1px -1px 0 0 #dedede, inset -1px -1px 0 0 #dedede;
  padding: 9px;
  line-height: 1.2;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  transition: box-shadow 0.5s;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus {
  background-color: #f8f8f8;
  box-shadow: inset 0 24px 0 0 #f8f8f8, inset 1px -1px 0 0 #929292, inset -1px -1px 0 0 #929292;
}
input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
input[type=checkbox] + label:before {
  position: relative;
  box-sizing: border-box;
  content: '\0020';
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 3px 0;
  border: 1px solid #d2d2d2;
  height: 18px;
  width: 18px;
  cursor: pointer;
  border-radius: 2px;
  transition: background-color 0.5s, border-color 0.5s;
  z-index: 1;
}
input[type=checkbox]:checked + label:before {
  background: #3ea2ff url("../img/check.svg") no-repeat center;
  background-size: 12px;
  border-color: #3ea2ff;
}
input[type=checkbox] + label {
  margin: 1rem 0 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
input[type=checkbox]:checked + label:after {
  content: '\0020';
  position: absolute;
  background-color: #3ea2ff;
  opacity: 0.25;
  z-index: 2;
  border-radius: 50%;
  animation-name: checkbox-shadow;
  animation-duration: .25s;
  animation-direction: alternate;
}
.form-errors {
  list-style: none;
  padding: 0;
  margin: 6px;
  color: #ba2c1d;
  font-size: 12px;
}
@keyframes checkbox-shadow {
  0% {
    width: 16px;
    height: 16px;
    top: 1px;
    left: 1px;
  }
  100% {
    width: 48px;
    height: 48px;
    top: -15px;
    left: -15px;
  }
}
.form-row {
  margin: 1rem 0;
}
label {
  font-size: 13px;
  text-align: left;
  display: block;
  color: #626262;
  margin-bottom: 4px;
}
label:after {
  content: ':';
}
/* ---- Form end ---- */
.test-preview {
  background: #ffffff url("../img/footer-bg.jpg") no-repeat bottom center;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 220px;
  padding: 16px;
  text-decoration: none;
  color: #424242;
  box-sizing: border-box;
  margin: 24px 0;
  border: none;
  transition: box-shadow 0.5s;
  width: 100%;
}
.test-preview:hover {
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.25);
}
.test-preview-name {
  text-align: center;
  text-transform: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.32;
  margin-top: 32px;
}
.quest-answer-button,
.quest-answer-button:visited {
  display: block;
  padding: 1rem;
  border: 1px solid #dedede;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #424242;
  line-height: 1;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.quest-answer-button:hover {
  background-color: #3ea2ff;
  border-color: #3ea2ff;
  color: #ffffff;
}
.quest-answer-button.blink-success.animate {
  background-color: #64ce83;
  border-color: #3da95c;
  color: #ffffff;
}
.quest-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  background-color: #f2f2f2;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.quest-info li {
  padding: 16px;
}
