/**
 * VARIABLES
 *
 */
/**
 * MIXINS
 *
 */
/**
 * STYLES
 *
 */
@import url(tooltips.min.css);
@font-face {
  font-family: FranklinGothic;
  src: url(fonts/FranklinGothic-BookCmpr.otf); }

@font-face {
  font-family: FranklinGothicBold;
  src: url(fonts/FranklinGothic-DemiCmpr.otf); }

*, *:before, *:after {
  box-sizing: border-box; }

html {
  background: url(../img/background@1x.png) #ba0018 no-repeat center center fixed;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  html.staging {
    background-image: url(../img/background_staging@1x.png); }

body {
  color: white;
  font-family: FranklinGothic,Helvetica;
  font-size: 18px; }
  @media all and (min-width: 768px) {
    body {
      font-size: 20px; } }
button {
  outline-style: none;
  font-family: FranklinGothicBold; }

.brandname {
  text-transform: uppercase; }

h1 {
  display: none; }

h2 {
  font-family: FranklinGothicBold;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 22px; }
  @media all and (min-width: 768px) {
    h2 {
      font-size: 24px; } }
a {
  text-decoration: none;
  color: #ba0018; }
  a:active, a:visited {
    color: #ba0018; }
  a:hover {
    color: #870011; }

p {
  margin: 10px 0; }

header, footer {
  margin: 0 auto; }
  header img, footer img {
    display: inline-block; }

header {
  background: url(../img/header.jpg) top left no-repeat;
  background-size: contain;
  margin-bottom: 10px; }
  @media all and (min-width: 992px) {
    header {
      max-width: 992px;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 20px; } }
  header .header-content {
    padding: 22% 20px 0 20px; }
    @media all and (min-width: 768px) {
      header .header-content {
        padding-top: 20%; } }
    @media all and (min-width: 992px) {
      header .header-content {
        padding: 20% 0 0; } }
    header .header-content img {
      vertical-align: middle; }
      header .header-content img:first-of-type {
        width: 25%; }
      header .header-content img:last-of-type {
        width: 70%;
        margin-left: 3%; }
        @media all and (min-width: 992px) {
          header .header-content img:last-of-type {
            width: 71%; } }
footer {
  text-align: center; }
  footer img {
    width: 50%;
    min-width: 300px;
    max-width: 345px; }
  footer a, footer a:visited, footer a:active, footer a:hover {
    color: white; }

div.content {
  padding: 0 20px 20px; }
  @media all and (min-width: 992px) {
    div.content {
      max-width: 992px;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0; } }
video#preview {
  width: 100%; }

canvas#renderCanvas {
  width: 100%;
  height: 100%;
  touch-action: none;
  -ms-touch-action: none;
  z-index: 10; }

.canvas-brand-logo {
  position: absolute;
  left: 15px;
  top: 0;
  width: 10%;
  height: 10%;
  min-width: 50px;
  min-height: 50px;
  max-width: 150px;
  max-height: 150px;
  background: url(../img/kk_logo@3x.png) center center no-repeat;
  background-size: contain;
  z-index: 15; }

/* BJS loader screen */
#babylonjsLoadingDiv {
  opacity: 1;
  z-index: 10000;
  transition: opacity 1.5s ease;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #ba0018; }
  #babylonjsLoadingDiv div {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: 80px;
    width: 100%;
    height: 20px;
    font-family: FranklinGothicBold;
    font-size: 16px;
    color: white;
    text-align: center; }
  #babylonjsLoadingDiv img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -77px;
    margin-top: -48px;
    transform-origin: 50% 50%;
    width: 156px; }

@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media all and (min-width: 640px) {
  video#preview {
    width: 50%; } }

.video-preview-parent {
  /* for qr scanning */
  background-color: black;
  /*position:absolute;
  left:0;top:0;bottom:0;right:0;*/
  display: none; }

a.close {
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  display: inline-block; }

.introduction {
  text-align: center;
  font-size: 20px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .introduction {
      margin: 0 auto;
      font-size: 30px;
      width: 60%; } }
  @media all and (min-width: 992px) {
    .introduction {
      width: 50%; } }
  .introduction p {
    margin: 20px 0; }
    .introduction p:first-of-type {
      margin-top: 0; }

.card {
  color: black;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  display: none;
  text-align: center; }
  .card p {
    /*font-size: 14px;*/ }
  .card .form-input {
    text-align: center; }
    .card .form-input input:not(.checkbox) {
      font-size: 30px;
      font-family: FranklinGothicBold;
      text-transform: uppercase;
      border-radius: 0;
      border-color: black;
      border-width: 1px;
      height: 40px;
      padding: 10px 10px 8px 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      text-align: center;
      width: 100%;
      display: block; }
      @media all and (min-width: 992px) {
        .card .form-input input:not(.checkbox) {
          padding-bottom: 6px; } }
    .card .form-input .input-with-image {
      position: relative; }
      .card .form-input .input-with-image a.icon {
        position: absolute;
        display: block;
        right: 1px;
        top: 1px;
        height: 38px;
        width: 38px;
        margin: 0;
        padding: 0; }
        .card .form-input .input-with-image a.icon span {
          display: none; }
        .card .form-input .input-with-image a.icon.icon-qr {
          background: url(../img/qr.svg) white top left no-repeat;
          background-size: 100%;
          display: none; }
  .card.card-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin-bottom: 0;
    border-radius: 0;
    background-color: black;
    padding: 0;
    line-height: 0; }
  .card .reset-view-parent {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 80px;
    font-size: 20px;
    text-align: center;
    font-weight: bold; }
  .card #resetViewBtn {
    display: none;
    background-color: white;
    border: 10px solid #ba0018;
    border-radius: 40px;
    padding: 10px;
    color: #ba0018;
    text-decoration: none; }
  .card.tandc {
    display: block;
    text-align: left; }
    .card.tandc ol li {
      padding-top: 10px; }
    .card.tandc table {
      border: 1px solid grey;
      margin-bottom: 10px; }
      .card.tandc table tr td {
        border: 1px solid grey;
        padding: 10px; }
    .card.tandc ul.underline li {
      text-decoration: underline; }
    .card.tandc ul li {
      padding-top: 10px; }
    .card.tandc .outline {
      padding: 0 10px 10px;
      border: 1px solid black; }
  .card .input-group {
    display: table; }
    .card .input-group input {
      position: relative;
      width: 100%;
      min-height: 34px;
      text-align: center;
      border-radius: 0;
      border-color: black;
      border-width: 1px;
      padding-left: 10px;
      padding-right: 10px; }
  .card .input-group-button {
    display: table-cell;
    width: 1%;
    vertical-align: middle; }
    .card .input-group-button:last-child button {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-left: -1px;
      border-color: black;
      border-width: 1px; }

.button {
  font-family: FranklinGothicBold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: white;
  background-color: #ba0018;
  border: none;
  /*border-radius: 10px;*/
  display: block;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%; }
  .button:active, .button:visited, .button:hover {
    color: white; }

.clipboardBtn {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc, #eee);
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none; }
  .clipboardBtn > img {
    margin-top: -3px;
    position: relative;
    top: 3px; }

.preview {
  position: relative;
  display: inline-block; }

.rounded-button {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  font-size: 36px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: normal;
  background-color: #ba0018;
  border: none;
  display: block;
  font-family: FranklinGothicBold;
  vertical-align: middle;
  color: white; }
  .rounded-button:hover, .rounded-button:active, .rounded-button:visited {
    color: white; }
  .rounded-button.delete {
    top: -5px;
    right: -5px; }

.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

.remainingPhotosText {
  font-weight: bold; }

/* Mimic table appearance */
div.table {
  display: table;
  width: 100%; }
  div.table .file-row {
    display: table-row; }
    div.table .file-row > div {
      display: table-cell;
      vertical-align: top;
      border-top: 1px solid #ddd;
      padding: 8px; }
      div.table .file-row > div > span.preview > img {
        width: 80px;
        height: 80px; }
      div.table .file-row > div > p {
        margin: 14px 0 0 0; }
        div.table .file-row > div > p.name {
          overflow-wrap: break-word;
          word-wrap: break-word;
          -ms-word-break: break-all;
          word-break: break-word;
          -ms-hyphens: auto;
          -moz-hyphens: auto;
          -webkit-hyphens: auto;
          hyphens: auto; }
      @media all and (max-width: 640px) {
        div.table .file-row > div:not(:first-child) {
          display: block;
          padding: 4px; } }
    div.table .file-row:nth-child(odd) {
      background: #f9f9f9; }
  div.table strong.text-danger {
    color: #ba0018; }

#divFormSubmitPanel {
  padding-top: 10px; }

.progress.progress-striped {
  height: 20px;
  position: relative;
  background-color: #f0a3a3; }
  .progress.progress-striped .progress-bar {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-family: Verdana, sans-serif;
    color: white;
    height: 100%;
    background-color: #ba0018;
    background-image: -moz-linear-gradient(center top, #ba0018 37%, #f42323 69%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ba0018), color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#ba0018, #f42323);
    position: relative;
    overflow: hidden; }
  .progress.progress-striped .progress-bar:after, .progress.progress-striped .progress-bar > span:last-of-type {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    overflow: hidden; }
  .progress.progress-striped .progress-bar:after {
    display: none; }
  .progress.progress-striped .progress-bar:after, .progress.progress-striped .progress-bar > span:last-of-type {
    animation: move 2s linear infinite; }

@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

/* The total progress gets shown by event listeners */
#total-progress {
  opacity: 0;
  background-color: #ba0018;
  transition: opacity 0.3s linear; }

/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress {
  opacity: 0;
  transition: opacity 0.3s linear; }

#previews .file-row.dz-success .start, #previews .file-row.dz-success .cancel {
  display: none; }

/* Hide the delete button initially */
/*#previews .file-row .delete {
  display: none;
}*/
/* Hide the start and cancel buttons and show the delete button */
/* #previews .file-row.dz-success .delete {
  display: block;
}*/
footer {
  padding-top: 20px;
  overflow: hidden;
  position: relative; }
  footer a {
    color: white; }
  footer .wrapper {
    margin-top: 20px; }
  footer ul.footer_menu {
    margin: 0px;
    padding: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px; }
    footer ul.footer_menu li {
      display: inline;
      margin-right: 7px;
      padding-right: 7px;
      font-family: FranklinGothicBold;
      font-size: 14px;
      border-right: 1px solid #fff; }
      footer ul.footer_menu li:last-child {
        border: none;
        margin-right: 0px;
        padding-right: 0px; }

#toast-container > div {
  opacity: 1; }

/*
spinner animation
https://github.com/tobiasahlin/SpinKit/blob/master/examples/7-three-bounce.html
 */
.sk-three-bounce {
  margin: 20px auto;
  width: 80px;
  text-align: center; }
  .sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #ba0018;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  .sk-three-bounce.white .sk-child {
    background-color: #fff; }
  .sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Lightbox overrides, for responsiveness */
.lb-image, .lb-dataContainer, .lb-outerContainer {
  max-width: 80%;
  height: auto !important;
  width: auto !important; }

/**
 * alertifyjs 1.11.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2018 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dialog {
  background-color: #ba0018;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2px; }

.alertify .ajs-header {
  color: white;
  font-family: FranklinGothicBold;
  background: #870011;
  border-bottom: #870011 1px solid;
  border-radius: 2px 2px 0 0; }

.alertify .ajs-body {
  color: white; }
  .alertify .ajs-body .ajs-content .ajs-input {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 4px;
    border-radius: 2px;
    border: 1px solid #870011; }
  .alertify .ajs-body .ajs-content p {
    margin: 0; }

.alertify .ajs-footer {
  background: #870011;
  border-top: #870011 1px solid;
  border-radius: 0 0 2px 2px; }
  .alertify .ajs-footer .ajs-buttons .ajs-button {
    background-color: transparent;
    color: #fff;
    border: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
    .alertify .ajs-footer .ajs-buttons .ajs-button .ajs-ok {
      color: #fff; }

.alertify-notifier .ajs-message {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 2px; }
  .alertify-notifier .ajs-message a {
    color: white;
    text-decoration: underline; }
  .alertify-notifier .ajs-message.ajs-success {
    color: #fff;
    background: rgba(91, 189, 114, 0.95);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); }
  .alertify-notifier .ajs-message.ajs-error {
    color: #fff;
    background: rgba(217, 92, 92, 0.95);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); }
  .alertify-notifier .ajs-message.ajs-warning {
    background: rgba(252, 248, 215, 0.95);
    border-color: #999; }
