@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic);

@font-face {
  font-family: "HelveticaNeue-Light";
  src: url("../fonts/HelveticaNeue-Light.woff") format("woff");
}

div.loading {
  position: absolute;
  margin: -140px 0 0 -120px;
  top: 50%;
  left: 50%;
}

.fa-loading {
  font-size: 2000%;
}

.splashlogo {
  padding-top: 10%;
  text-align: center;
  height: 15vh;
  max-width: 100vw;
}

.splashlogo > img {
  height: inherit;
  width: inherit;
}

.btn-lg {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px !important;
}

.logo > img {
  max-height: inherit;
  margin-left: 10px;
}
.welcome {
  font-size: 500%;
  text-align: center;
  font-weight: bold;
  color: white;
  padding-bottom: 30px;
}

.welcome-sub {
  font-size: 180%;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  color: aliceblue;
  padding-bottom: 50px;
}

.welcome-account {
  padding-top: 10px;
  font-size: 130%;
  text-align: center;
  color: lightgrey;
}

.reg-token {
  font-size: 800%;
  text-align: center;
  color: white;
}

div.modalcontent {
  position: relative;
  padding: 20px;
}

.agreement {
  padding: 0px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sig-modal .modal-dialog {
    width: 627px;
  }
}
.inputform {
  width: 100%;
  display: table;
}

.inputfield {
  width: 100%;
  float: left;
  margin: 0px 5px 10px 0px;
  display: table-cell;
}

.autocomplete-field {
  width: 100%;
  float: left;
  display: table-cell;
  margin: 0px 5px 0px 0px;
}

.autocomplete-padding {
  margin: 0px 0px 10px 0px;
  display: table;
  width: 100%;
}

.col {
  width: 100%;
}

.inputform .select2-container {
  float: left;
  width: 100%;
}

.inputform .error {
  width: 70%;
  display: block;
}

.inputform .hasRecipient * {
  color: green !important;
  fill: green !important;
  border-left-color: rgba(182, 216, 183, 1) !important;
  border-right-color: rgba(182, 216, 183, 1) !important;
  border-top-color: rgba(182, 216, 183, 1) !important;
  border-bottom-color: rgba(182, 216, 183, 1) !important;
}

div.error .select2-container .select2-choice {
  border: 1px solid red;
  border-radius: 6px;
}

.errormessage {
  color: red;
  width: 28%;
  float: left;
  padding: 5px;
  display: table-cell;
}

.recipient {
  padding-left: 6px;
  padding-right: 5px;
}

.splashbuttons {
  position: absolute;
  bottom: 30px;
}

select,
textarea,
input[type="search"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 15px !important;
  border-radius: 6px;
  border: 1px solid lightgrey;
  font-size: large;
}

.select2-container .select2-choice,
.select2-container-multi .select2-choices {
  border-radius: 6px;
}

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.bg-primary {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
}

.bigmessage {
  padding: 5px 10px 0px 10px;
  position: absolute;
  top: 20px;
  right: 70px;
}

.bigmessage p {
  font-size: 140%;
  line-height: 100%;
}

.container {
  width: 100% !important;
  margin-top: 7px;
  padding-bottom: 20px;
}

.select2-container .select2-choice {
  padding: 25px 15px 25px 10px !important;
}
.select2-container .select2-choice > .select2-chosen {
  font-size: large;
  padding-left: 5px;
}

textarea:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 2px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 2px rgba(102, 175, 233, 0.6);
}

md-autocomplete button {
  position: absolute !important;
  right: 0px;
  top: 12px;
}

.md-autocomplete-suggestions-container .md-autocomplete-suggestions li {
  font-size: large;
}

textarea:focus.error,
input[type="text"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="password"]:focus.error,
input[type="datetime"]:focus.error,
input[type="datetime-local"]:focus.error,
input[type="date"]:focus.error,
input[type="month"]:focus.error,
input[type="time"]:focus.error,
input[type="week"]:focus.error,
input[type="number"]:focus.error,
input[type="email"]:focus.error,
input[type="url"]:focus.error,
input[type="search"]:focus.error,
input[type="tel"]:focus.error,
input[type="color"]:focus.error,
.uneditable-input:focus.error {
  border-color: red;
}

.itiwrapper {
  display: block;
  width: 100%;
  float: left;
  height: 57px;
  margin-bottom: 10px;
}

.itiwrapper .error {
  width: 70%;
}

div.autocomplete-field md-autocomplete {
  border-radius: 6px;
}

div.autocomplete-field.error,
div:focus.autocomplete-field.error {
  border-radius: 6px;
  border: 1px solid red;
}

div.autocomplete-field.error md-autocomplete input:not(.md-input),
div:focus.autocomplete-field.error md-autocomplete input:not(.md-input) {
  border: none;
}

md-select.inputfield.ng-invalid.submitted {
  border-color: red !important;
  width: 70%;
  display: block;
}

md-select.inputfield.listselect.ng-invalid.submitted:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

md-select.md-default-theme.inputfield.ng-invalid.ng-touched .md-select-value,
md-select.md-default-theme.inputfield.ng-invalid.ng-touched .md-select-value {
  color: rgb(153, 153, 153);
  border-bottom-color: transparent;
}

md-select.ng-invalid.ng-touched .md-select-value.md-select-placeholder {
  color: rgb(153, 153, 153) !important;
  border-bottom-color: transparent !important;
}

input.inputfield.ng-invalid.submitted {
  border-color: red;
  width: 70%;
  display: block;
}

div.autocomplete-field.error input {
  border: none;
}

.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}

div.modalsig {
  margin: 15px;
}

div.modalsig button {
  display: block;
  margin: 0 auto;
}

div.popupcontainer {
  margin: 10px;
}

div.center {
  text-align: center;
}

img.visitorphoto {
  display: table-cell;
  border-radius: 6px;
  padding-top: 10px;
}

.vizitologo {
  width: 30%;
  max-width: 300px;
}

.vizitoqrwrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vizitoqr {
  max-width: 100%;
  max-height: 100%;
}

.backbutton {
  float: left;
  font-size: 19px;
  margin-left: 10px;
  font-weight: bold;
  padding-top: 5px;
  margin-right: 20px;
}

.backbutton:hover {
  text-decoration: none;
}

.backbutton .backarrow {
  margin-right: 3px;
  font-size: 25px;
}

/* Bordered Button Styles */
.button.bordered {
  -webkit-box-shadow: 0 1px 1px #9aa5bb, 0 -1px 1px #8e96a5;
  border: solid 1px #54617d;
  border-color: #484e59 #54617d #4c5c7a #54617d;
  display: inline-block;
  cursor: pointer;
  padding: 0px 10px;
  font-size: 12px;
  line-height: 28px;
  height: 30px;
  margin-top: 1px;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#92a1bf),
    color-stop(0.25, #798aad),
    color-stop(0.5, #6276a0),
    color-stop(0.5, #556a97),
    color-stop(0.75, #566c98),
    to(#546993)
  );
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
}
.button.bordered:hover,
.button.bordered.touched {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#7d88a5),
    color-stop(0.25, #58698c),
    color-stop(0.5, #3a4e78),
    color-stop(0.5, #253c6a),
    color-stop(0.75, #273f6d),
    to(#273f6d)
  );
  -webkit-tap-highlight-color: transparent;
}
/* End Bordered Button Styles */

/* Back Bordered Button Styles */
.button.bordered.back {
  padding: 0px 7px 0px 3px;
  margin-left: 19px;
  margin-top: 9px;
  position: relative;
  float: left;
}
.button.bordered.back > span {
  position: relative;
  z-index: 1;
}
.button.bordered.back > span.pointer {
  z-index: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#92a1bf),
    color-stop(0.3, #798aad),
    color-stop(0.51, #6276a0),
    color-stop(0.51, #556a97),
    color-stop(0.75, #566c98),
    to(#546993)
  );
  border-left: solid 1px #484e59;
  border-bottom: solid 1px #9aa5bb;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 4px;
  height: 23.5px;
  width: 23.5px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -webkit-mask-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#000000),
    color-stop(0.5, #000000),
    color-stop(0.5, transparent),
    to(transparent)
  );
  position: absolute;
  left: -9px;
  top: 2.5px;
  -webkit-background-clip: content;
}
.button.bordered.back:hover > span.pointer,
.button.bordered.back.touched > span.pointer {
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#7d88a5),
    color-stop(0.3, #58698c),
    color-stop(0.51, #3a4e78),
    color-stop(0.51, #253c6a),
    color-stop(0.75, #273f6d),
    to(#273f6d)
  );
}

div.content > span.label {
  font-size: 100%;
}

/* End Back Bordered Button Styles */

/* Next Bordered Button Styles */
.button.bordered.next {
  padding: 0px 3px 0px 7px;
  margin-right: 10px;
  position: relative;
}
.button.bordered.next > span {
  position: relative;
  z-index: 1;
}
.button.bordered.next > span.pointer {
  z-index: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#92a1bf),
    color-stop(0.3, #798aad),
    color-stop(0.51, #6276a0),
    color-stop(0.51, #556a97),
    color-stop(0.75, #566c98),
    to(#546993)
  );
  border-right: solid 1px #9aa5bb;
  border-top: solid 1px #484e59;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 4px;
  height: 23.5px;
  width: 23.5px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -webkit-mask-image: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#000000),
    color-stop(0.5, #000000),
    color-stop(0.5, transparent),
    to(transparent)
  );
  position: absolute;
  right: -9px;
  top: 2.5px;
  -webkit-background-clip: content;
}
.button.bordered.next:hover > span.pointer,
.button.bordered.next.touched > span.pointer {
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#7d88a5),
    color-stop(0.3, #58698c),
    color-stop(0.51, #3a4e78),
    color-stop(0.51, #253c6a),
    color-stop(0.75, #273f6d),
    to(#273f6d)
  );
}
/* End Next Bordered Button Styles */

.navbar {
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding-top: 0px;
  margin-bottom: 7px;
}

.navbar-right {
  margin-left: -20px;
  margin-right: 0px;
}

.greeting {
  float: left;
  height: 50px;
  padding: 15px 30px 15px 15px;
  line-height: 20px;
}

div.borderrow {
  display: table-row;
  width: 100%;
}

div.bordercol {
  border: 1px #808080 solid;
  border-radius: 4px;
  padding: 0px 10px;
  display: table-cell;
  width: 100%;
}

.select2-container .select2-choice {
  text-align: left;
}

.center-modal .modal-dialog {
  top: 40%;
  z-index: 1050;
}

html,
body {
  height: 100%;
}

::-webkit-scrollbar {
  display: none;
}

div.splashbackground {
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.column {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
  float: left;
}

@supports not (-webkit-touch-callout: none) {
  .qrcodewrap {
    left: 0;
  }
}

/* Phones (portrait) ----------- */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .column {
    display: table;
    width: 100%;
  }

  div.videowrap {
    pointer-events: none;
    padding: 15px;
    background: rgba(255, 255, 255, 0, 5);
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .language-modal .modal-dialog {
    z-index: 1050;
    bottom: 65px;
    position: absolute;
    text-align: center;
    left: 0%;
    right: 0%;
  }

  div.qrcodewrapouter {
    pointer-events: none;
    padding: 0px;
    background: rgba(255, 255, 255, 0, 5);
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  div.custom_notification_buttonwrapouter {
    pointer-events: none; 
    padding: 0px;
    background: rgba(255, 255, 255, 0, 5);
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  div.videowrapinner {
    display: table-cell;
    vertical-align: middle;
  }

  div.videowrapinner video {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .qrcodewrap {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }

  .custom_notification_buttonwrap {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
  }

  .qrcodewrapmain {
    display: flex;
    height: 100%;
  }

  .custom_notification_buttonwrapmain {
    display: flex;
    height: 100%;
  }

  .qrcodewrapmain-top_left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .qrcodewrapmain-top_middle {
    align-items: flex-start;
    justify-content: center;
  }

  .qrcodewrapmain-top_right {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .qrcodewrapmain-center_left {
    align-items: center;
    justify-content: flex-start;
  }

  .qrcodewrapmain-center_middle {
    align-items: center;
    justify-content: center;
  }

  .qrcodewrapmain-center_right {
    align-items: center;
    justify-content: flex-end;
  }

  .custom-notification-buttonwrapmain-top_left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .custom-notification-buttonwrapmain-top_middle {
    align-items: flex-start;
    justify-content: center;
  }

  .custom-notification-buttonwrapmain-top_right {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .custom-notification-buttonwrapmain-center_left {
    align-items: center;
    justify-content: flex-start;
  }

  .custom-notification-buttonwrapmain-center_middle {
    align-items: center;
    justify-content: center;
  }

  .custom-notification-buttonwrapmain-center_right {
    align-items: center;
    justify-content: flex-end;
  }

  .custom-notification-buttonwrapmain-bottom_left {
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 24px;
  }

  .custom-notification-buttonwrapmain-bottom_center {
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 24px;
  }

  .custom-notification-buttonwrapmain-bottom_right {
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 24px;
  }

  .qrcodewrapinner {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    width: fit-content;
    width: -moz-fit-content;
    background: linear-gradient(0deg, #bbb 89.5%, #666 89.5%);
    padding: 8px 20px 2px 20px;
    border-radius: 20px;
  }

  .qrcodeinner {
    display: inline-flex;
    border: white;
    border-style: solid;
    padding: 19px;
    border-width: 0px;
    border-radius: 20px;
    background: white;
  }

  .qrcodetitle {
    font-weight: bold;
    padding-bottom: 12px;
    word-wrap: break-word;
    width: 294px;
    font-size: 21px;
  }

  .qrcodemessage {
    word-wrap: break-word;
    width: 294px;
    padding-bottom: 8px;
    font-size: 21px;
    font-weight: bold;
    color: #555;
  }

  .qrcodemessage.bottom {
    padding-top: 8px;
  }

  .languages.land {
    display: none;
  }

  div.splashfooterwrap {
    height: 120px;
    width: 100%;
    bottom: 80px;
    position: absolute;
    padding-top: 20px;
  }

  div.multi-back-button {
    display: block;
  }

  div.multi-back-button-landscape {
    display: none;
  }

  div.languagewrap {
    height: 60px;
    width: 100%;
    bottom: 20px;
    position: absolute;
    padding-top: 13px;
  }
  .languagewrap .row {
    text-align: center;
  }

  a.splashbtn {
    font-size: 175%;
    height: 80px;
    padding-top: 21px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .column {
    display: table;
    width: 100%;
  }

  .language-modal .modal-dialog {
    z-index: 1050;
    top: 35px;
    position: absolute;
    text-align: center;
    left: 0%;
    right: 0%;
  }

  div.videowrap video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  div.videowrapinner {
    padding: 7px;
    background: rgba(255, 255, 255, 0.5);
    height: auto;
    width: 100%;
    bottom: 130px;
    position: absolute;
  }

  .qrcodewrap {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }

  .custom_notification_buttonwrap {
    padding-top: 10px;
    width: 100%;
    text-align: center;
  }

  .qrcodewrapmain {
    display: flex;
    height: 100%;
  }

  .custom_notification_buttonwrapmain {
    display: flex;
    height: 100%;
    text-align: center;
  }

  .qrcodewrapmain-top_left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .qrcodewrapmain-top_middle {
    align-items: flex-start;
    justify-content: center;
  }

  .qrcodewrapmain-top_right {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .qrcodewrapmain-center_left {
    align-items: center;
    justify-content: flex-start;
  }

  .qrcodewrapmain-center_middle {
    align-items: center;
    justify-content: center;
  }

  .qrcodewrapmain-center_right {
    align-items: center;
    justify-content: flex-end;
  }

  .custom-notification-buttonwrapmain-top_left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .custom-notification-buttonwrapmain-top_middle {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }

  .custom-notification-buttonwrapmain-top_right {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .custom-notification-buttonwrapmain-center_left {
    align-items: center;
    justify-content: flex-start;
  }

  .custom-notification-buttonwrapmain-center_middle {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .custom-notification-buttonwrapmain-center_right {
    align-items: center;
    justify-content: flex-end;
  }

  .custom-notification-buttonwrapmain-bottom_left {
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 5px;
  }

  .custom-notification-buttonwrapmain-bottom_center {
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 5px;
  }

  .custom-notification-buttonwrapmain-bottom_right {
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 5px;
  }

  .qrcodewrapinner {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    width: fit-content;
    width: -moz-fit-content;
    background: linear-gradient(0deg, #bbb 89.5%, #666 89.5%);
    padding: 8px 20px 2px 20px;
    border-radius: 20px;
  }

  .qrcodeinner {
    display: inline-flex;
    border: white;
    border-style: solid;
    padding: 19px;
    border-width: 0px;
    border-radius: 20px;
    background: white;
  }

  .qrcodetitle {
    font-weight: bold;
    padding-bottom: 12px;
    word-wrap: break-word;
    width: 294px;
    font-size: 21px;
  }

  .qrcodemessage {
    word-wrap: break-word;
    width: 294px;
    padding-bottom: 8px;
    font-size: 21px;
    font-weight: bold;
    color: #555;
  }

  .qrcodemessage.bottom {
    padding-top: 8px;
  }

  div.videowrap.fadelang {
    background: rgba(255, 255, 255, 0);
    height: 270px;
  }

  .lang {
    bottom: 15px;
    position: absolute;
  }

  .langarea {
    text-align: center;
    display: block;
    float: right;
    margin-right: 10px;
  }

  .langcontent {
    display: table-cell;
    vertical-align: middle;
    height: 175px;
  }

  .langfloater {
    position: absolute;
    right: 0px;
    bottom: 160px;
  }

  .languages.c1 {
    top: 38px;
    right: 66px;
  }

  .languages.c2 {
    top: 60px;
    right: 10px;
  }

  .languages a {
    margin-top: 10px;
  }

  div.multi-back-button {
    display: none;
  }

  div.multi-back-button-landscape {
    display: block;
    float: left;
    margin-right: 0px;
    width: 10%;
    padding-top: 5px !important;
  }

  .languagewrap.port {
    top: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
  }

  a.splashbtn {
    font-size: 175%;
    height: 80px;
    padding-top: 21px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
  }

  div.splashfooterwrap {
    height: 100px;
    width: 100%;
    bottom: 20px;
    position: absolute;
    padding-top: 10px;
  }
}

/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .column {
    display: table;
    width: 100%;
  }

  .language-modal .modal-dialog {
    z-index: 1050;
    bottom: 50px;
    position: absolute;
    text-align: center;
    left: 0%;
    right: 0%;
  }

  div.videowrap {
    pointer-events: none;
    padding: 15px;
    background: rgba(255, 255, 255, 0, 5);
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  div.qrcodewrapouter {
    pointer-events: none;
    padding: 0px;
    background: rgba(255, 255, 255, 0, 5);
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  div.custom_notification_buttonwrapouter {
    pointer-events: none;
    padding: 20px;
    background: rgba(255, 255, 255, 0, 5);
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  div.videowrapinner {
    display: table-cell;
    vertical-align: middle;
  }

  div.videowrapinner video {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .qrcodewrap {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }

  .custom_notification_buttonwrap {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
  }

  .qrcodewrapmain {
    display: flex;
    height: 100%;
  }

  .custom_notification_buttonwrapmain {
    display: flex;
    height: 100%;
  }

  .qrcodewrapmain-top_left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .qrcodewrapmain-top_middle {
    align-items: flex-start;
    justify-content: center;
  }

  .qrcodewrapmain-top_right {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .qrcodewrapmain-center_left {
    align-items: center;
    justify-content: flex-start;
  }

  .qrcodewrapmain-center_middle {
    align-items: center;
    justify-content: center;
  }

  .qrcodewrapmain-center_right {
    align-items: center;
    justify-content: flex-end;
  }

  .custom-notification-buttonwrapmain-top_left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .custom-notification-buttonwrapmain-top_middle {
    align-items: flex-start;
    justify-content: center;
  }

  .custom-notification-buttonwrapmain-top_right {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .custom-notification-buttonwrapmain-center_left {
    align-items: center;
    justify-content: flex-start;
  }

  .custom-notification-buttonwrapmain-center_middle {
    align-items: center;
    justify-content: center;
  }

  .custom-notification-buttonwrapmain-center_right {
    align-items: center;
    justify-content: flex-end;
  }

  .custom-notification-buttonwrapmain-bottom_left {
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 5px;
  }

  .custom-notification-buttonwrapmain-bottom_center {
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 5px;
  }

  .custom-notification-buttonwrapmain-bottom_right {
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 5px;
  }

  .qrcodewrapinner {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    width: fit-content;
    width: -moz-fit-content;
    background: linear-gradient(0deg, #bbb 89.5%, #666 89.5%);
    padding: 8px 20px 2px 20px;
    border-radius: 20px;
  }

  .qrcodeinner {
    display: inline-flex;
    border: white;
    border-style: solid;
    padding: 19px;
    border-width: 0px;
    border-radius: 20px;
    background: white;
  }

  .qrcodetitle {
    font-weight: bold;
    padding-bottom: 12px;
    word-wrap: break-word;
    width: 294px;
    font-size: 21px;
  }

  .qrcodemessage {
    word-wrap: break-word;
    width: 294px;
    padding-bottom: 8px;
    font-size: 21px;
    font-weight: bold;
    color: #555;
  }

  .qrcodemessage.bottom {
    padding-top: 8px;
  }

  .languages.land {
    display: none;
  }

  .lang {
    bottom: 15px;
    position: absolute;
  }

  div.splashfooterwrap {
    height: 120px;
    width: 100%;
    bottom: 80px;
    position: absolute;
    padding-top: 20px;
  }

  div.multi-back-button {
    display: block;
  }

  div.multi-back-button-landscape {
    display: none;
  }

  div.languagewrap {
    height: 60px;
    width: 100%;
    bottom: 20px;
    position: absolute;
    padding-top: 13px;
  }
  .languagewrap .row {
    text-align: center;
  }

  a.splashbtn {
    font-size: 175%;
    height: 80px;
    padding-top: 21px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
  }
}

.splashfooter {
  width: 100%;
}

.btn-lg {
  padding: 18px 24px;
}

.languages {
  text-align: right;
}

.languages a {
  color: white;
}

.languages .row1 {
  padding-top: 2px;
}

.languages .row2 {
  padding-top: 10px;
  padding-right: 25px;
}

.authnew {
  background-image: radial-gradient(
    center bottom,
    ellipse cover,
    #c4b560,
    #b17e15
  );
  background-image: -o-radial-gradient(
    center bottom,
    ellipse cover,
    #c4b560,
    #b17e15
  );
  background-image: -ms-radial-gradient(
    center bottom,
    ellipse cover,
    #c4b560,
    #b17e15
  );
  background-image: -moz-radial-gradient(
    center bottom,
    ellipse cover,
    #c4b560,
    #b17e15
  );
  background-image: -webkit-radial-gradient(
    center bottom,
    ellipse cover,
    #4da6e7,
    #2f3ec8
  );

  height: 100%;
  overflow: auto;
}

.authnew .title {
  text-align: center;
  padding-top: 175px;
  height: 360px;
}

.authnew .title .name {
  font-size: 100px;
  vertical-align: middle;
  padding-left: 26px;
  color: white;
  text-shadow: black 0px 0px 5px;
}

.authnew .fields {
  width: 46%;
  margin: auto;
}

.authnew input {
  margin: 15px 0px;
  padding: 24px 15px !important;
  font-size: 20px;
}

.authnew .login {
  text-align: center;
}

.authnew .btn-login {
  margin-top: 15px;
  width: 70%;
  height: 70px;
  font-size: 30px;
  background-image: linear-gradient(to bottom, #3e4779 0, #181e40 100%);
  border-color: #181e40;
  color: whitesmoke;
  border-radius: 20px;
}

.authnew .authmessage {
  font-size: 20px;
  width: 46%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.btn-block-photovalidator {
  width: 70%;
}

.errormessage-photovalidator {
  color: red;
  width: 30%;
  float: right;
  padding-top: 5px;
  padding-left: 10px;
  display: table-cell;
}

.container.toppadding {
  padding-top: 20px !important;
}

.fa-spin {
  -webkit-animation: fa-spin 3s infinite linear;
  animation: fa-spin 3s infinite linear;
}

md-autocomplete-wrap.md-whiteframe-z1.layout-row {
  box-shadow: none;
}

input[type="search"].flex {
  -webkit-appearance: none;
}
input {
  -webkit-appearance: none;
}

.grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.signoutcontainer {
  display: table;
  width: 100%;
}

.btn-visit-type {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
  margin-bottom: 10px;
}

.btn.btn-info.languagebutton {
  font-size: 20px;
  transform: translate(0,0);
  box-shadow: rgb(0 0 0 / 20%) 0px 4px 6px;
}

.btn-warning:hover,
.btn-warning:focus {
  background-position: 0px 0px;
}

.btn-success:hover,
.btn-success:focus {
  background-position: 0px 0px;
}

.btn-primary:hover,
.btn-primary:focus {
  background-position: 0px 0px;
}

.btn-info:hover,
.btn-info:focus {
  background-position: 0px 0px;
}

.checkboxlabel {
  font-size: large;
  position: relative;
  top: -15px;
}

.checkboxwrap {
  padding: 5px 15px !important;
  margin-bottom: -2px;
}

.inputfield.listselect {
  padding: 15px !important;
  border-radius: 6px;
  border-color: lightgrey;
  border-width: 1px;
  border-style: solid;
  font-size: large;
  background-color: white;
}

.inputfield.listselect .md-select-value.md-select-placeholder {
  padding-left: 0px;
}

.inputfield.listselect .md-select-value {
  padding: 0px;
  border-bottom-width: 0px;
  border-bottom-style: none;
  min-height: 20px;
}

md-select.inputfield.listselect.md-default-theme:not([disabled]):focus
  .md-select-value,
md-select:not([disabled]):focus .md-select-value {
  border-bottom-width: 0px;
  border-bottom-style: none;
}

md-select.inputfield.listselect:not([disabled]):focus .md-select-value {
  border-bottom-width: 0px;
  border-bottom-style: none;
}

.inputfield.listselect md-select-menu:not(.md-overflow) md-content {
  padding: 0px;
}

.md-select-menu-container.listvalues {
  left: 18px !important;
  background-color: rgb(250, 250, 250);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.listvalues md-select-menu:not(.md-overflow) md-content {
  padding-bottom: 0px;
  padding-top: 0px;
}

.listvalues md-content.md-default-theme,
md-content {
  background-color: transparent;
}

md-select.md-default-theme:not([disabled]):focus
  .md-select-value.md-select-placeholder,
md-select:not([disabled]):focus .md-select-value.md-select-placeholder {
  color: #999;
}

md-select.md-default-theme .md-select-value.md-select-placeholder,
md-select .md-select-value.md-select-placeholder {
  color: #999;
}

md-select.inputfield.listselect:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 2px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 2px rgba(102, 175, 233, 0.6);
}

.md-select-menu-container.md-active md-select-menu {
  border-radius: 6px;
}

.md-select-menu-container.md-active {
  border-radius: 6px;
  margin-top: -6px;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 2px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 2px rgba(102, 175, 233, 0.6);
  border: 1px solid lightgrey;
}

.inputform .md-whiteframe-1dp,
.inputform .md-whiteframe-z1 {
  box-shadow: none;
}

.inputform md-autocomplete input:not(.md-input) {
  border: 1px solid rgb(211, 211, 211);
  height: initial;
  line-height: initial;
  font-size: large;
  -webkit-appearance: none;
}

.inputform md-autocomplete md-autocomplete-wrap {
  height: initial;
}

.inputform md-autocomplete {
  height: initial;
}

.backdropdark {
  height: 100%;
}

[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.btn-default.active {
  background-color: rgb(63, 81, 181);
  color: white;
  text-shadow: none;
}

#status span.status {
  display: none;
  font-weight: bold;
}

span.status.complete {
  color: green;
}

span.status.incomplete {
  color: red;
}

#status.complete span.status.complete {
  display: inline;
}

#status.incomplete span.status.incomplete {
  display: inline;
}

#signature div button {
  margin-top: 20px;
}

.language-choices-left {
  float: left;
  width: 50%;
}

.language-choices-right {
  float: right;
  width: 50%;
}

.agreement img {max-width: 100%}

.md-datepicker-input-container {
  border-width: 0px !important;
  display: block !important;
}

.md-datepicker-input {
  font-size: large !important;
  max-width: none !important;
  width: 100% !important;
  padding: 0 0 0 0px !important;
}

.jSignature {
    margin: 1% !important;
}

#qrcodereader__scan_region {
    max-height: 70vh !important;
}
#qrcodereader__scan_region > video {
    max-height: 70vh !important;
}
#html5-qrcode-button-camera-stop {
    display: none !important;
}
#qrcodereader {
    border: none !important;
}