.amount {
  text-align: right;
}

.amount .decimals {
  color: #eff0f0;
}

.with-divider {
  display: table;
  white-space: nowrap;
  height: auto;
  overflow: hidden;
  line-height: 1;
  text-align: left;
  margin: 1rem 0;
  font-weight: 700;
  letter-spacing: .05em;
  color: rgba(0, 0, 0, 0.85);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 1rem;
}

.with-divider:after {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}

.with-divider:after {
  background-position: left 1em top 50%;
}

._display-block {
  display: block !important;
}

._display-flex {
  display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
}

._display-none {
  display: none !important;
}

._display-inline-block {
  display: inline-block !important;
}

._pull-left {
  float: left !important;
}

._pull-right {
  float: right !important;
}

._clearfix:before, ._clearfix:after, ._clearfix {
  clear: both;
  content: '';
  display: block;
}

._text-align-right {
  text-align: right !important;
}

._text-align-left {
  text-align: left !important;
}

._very-thin {
  font-weight: 100 !important;
}

._thin {
  font-weight: 300 !important;
}

._normal {
  font-weight: 400 !important;
}

._semi-bold {
  font-weight: 500 !important;
}

._bold {
  font-weight: 600 !important;
}

._very-bold {
  font-weight: 700 !important;
}

._ellipsis {
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

._no-border {
  border: 0 !important;
}

._no-border-top {
  border-top: 0 !important;
}

._yellow-top-border {
  border-top: 6px solid #f0cd00 !important;
}

._no-border-bottom {
  border-bottom: 0 !important;
}

._no-borders-right {
  border-right: 0 !important;
}

._no-border-left {
  border-left: 0 !important;
}

._no-padding {
  padding: 0 !important;
}

._no-padding-top {
  padding-top: 0 !important;
}

._no-padding-right {
  padding-right: 0 !important;
}

._no-padding-bottom {
  padding-bottom: 0 !important;
}

._no-padding-left {
  padding-left: 0 !important;
}

._no-margin {
  margin: 0 !important;
}

._no-margin-top {
  margin-top: 0 !important;
}

._no-margin-right {
  margin-right: 0 !important;
}

._no-margin-bottom {
  margin-bottom: 0 !important;
}

._no-margin-left {
  margin-left: 0 !important;
}

._no_box-shadow {
  box-shadow: none !important;
}

._text-uppercase {
  text-transform: uppercase !important;
}

._text-capitalize {
  text-transform: capitalize !important;
}

._justify-content-center {
  -webkit-box-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}

._align-items-center {
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

._flex-direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
  -ms-flex-direction: column !important;
  -moz-flex-direction: column !important;
  -webkit-flex-direction: column !important;
}

.main {
  margin-top: 70px;
}

.main > #CheckinJourney {
  position: relative;
  margin-top: 15px;
  margin-bottom: 65px;
  border-left: 0;
  border-right: 0;
  border-top: 6px solid #f0cd00;
  border-radius: 0;
  padding: 0;
}

.main > #CheckinJourney > #ProfilePic {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  padding-top: 32px;
}

.main > #CheckinJourney > #ProfilePic > #ProfileName {
  text-align: center;
  font-weight: 500;
  font-size: 27px;
  display: none;
}

.main > #CheckinJourney > #ProfilePic > #NotYou {
  color: #3a589b;
  text-align: center;
  display: none;
}

.main > #CheckinJourney > #ProfilePic > .ui.image {
  margin: auto;
  margin-bottom: 5px;
  width: 135px;
}

.main > #CheckinJourney > #CheckInDescription {
  -webkit-box-pack: center;
  justify-content: center;
  padding-bottom: 0;
}

.main > #CheckinJourney > #CheckInDescription > p {
  max-width: 700px;
  text-align: center;
  font-size: 18px;
}

.main > #CheckinJourney > #NFCTag {
  padding: 0;
  display: inline-block;
}

.main > #CheckinJourney > #NFCTag > .ui.image {
  margin: 20px auto;
  max-width: 350px;
  max-height: 280px;
}

.main > #CheckinJourney #AgreeCheckbox {
  margin-top: 23px;
}

.main > #CheckinJourney #AgreeCheckbox .ui.checkbox > .label {
  font-weight: bold;
  font-size: 15px;
}

.main > #CheckinJourney #AgreeCheckbox.error > .ui.checkbox > .label:before {
  background: #FFF6F6;
  border: 1px solid #E0B4B4;
}

.main > #CheckinJourney #AgreeCheckbox.error > .ui.checkbox > .label {
  color: #9F3A38;
}

.main > #CheckinJourney > #StatusPage {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
}

.main > #CheckinJourney > #StatusPage > #SearchTicket {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  margin: 16px 0;
}

.main > #CheckinJourney > #StatusPage > #SearchTicket > .header {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}

.main > #CheckinJourney > #StatusPage > #SearchTicket > .header > .ui.header {
  font-weight: 500;
  margin: 0;
  font-size: 36px;
  margin-right: 10px;
}

.main > #CheckinJourney > #StatusPage > #SearchTicket > .header > .ui.image {
  width: 160px;
  height: 100%;
}

.main > #CheckinJourney > #StatusPage > #SearchTicket > .text {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 16px;
  text-align: center;
}

.main > #CheckinJourney > #StatusPage > #SearchTicket > #ValidateTicket {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  margin: auto;
  width: 400px;
}

.main > #CheckinJourney > #StatusPage > #SearchTicket > #ValidateTicket > .ui.input {
  width: 294px;
  margin-right: 10px;
}

.main > #CheckinJourney > #StatusPage > #SearchTicket > #ValidateTicket > #ValidateBtn {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  font-size: 12px;
  padding: 14px 22px;
  margin: 0;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column {
  width: 400px;
  padding: 0;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .ui.header {
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .ui.label {
  background: transparent;
  padding-left: 1px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field:nth-last-child(n + 2),
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container:nth-last-child(n+2) {
  margin-bottom: 10px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .ui.input > .ui.corner.label:after {
  border-right: 42px solid #e8e8e8;
  border-bottom: 42px solid transparent;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .ui.input > input,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .dropdownwrapper > .ui.dropdown {
  background-color: #FFF6F6;
  border-color: #E0B4B4;
  color: #9F3A38;
  box-shadow: none;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .ui.input > input::-webkit-input-placeholder,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .dropdownwrapper > .ui.dropdown::-webkit-input-placeholder {
  color: #e7bdbc;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .ui.input > input:-moz-placeholder,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .dropdownwrapper > .ui.dropdown:-moz-placeholder {
  /* Firefox 18- */
  color: #e7bdbc;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .ui.input > input:-moz-placeholder,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .dropdownwrapper > .ui.dropdown:-moz-placeholder {
  /* Firefox 19+ */
  color: #e7bdbc;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .ui.input > input:-ms-input-placeholder,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .dropdownwrapper > .ui.dropdown:-ms-input-placeholder {
  color: #e7bdbc;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .ui.input > .ui.corner:after,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .dropdownwrapper > .ui.corner:after {
  border-right-color: #9f3a38 !important;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .ui.input > .ui.corner > .asterisk,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .dropdownwrapper > .ui.corner > .asterisk {
  color: #fff;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .checkbox > .ui.checkbox > .label,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped.error > .label,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .checkbox > .ui.checkbox > .label,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error.grouped > .radio.grouped > .ui.radio.checkbox > .label,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error.grouped > .item > .ui.master.checkbox > .label,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error.grouped > .item > .list > .item > .ui.child.checkbox > .label {
  color: #ff7370;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .checkbox > .ui.checkbox > .label:before,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error.grouped > .radio.grouped > .ui.radio.checkbox > .label:before,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error.grouped > .item > .ui.master.checkbox > .label:before,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error.grouped > .item > .list > .item > .ui.child.checkbox > .label:before {
  background: #fff6f6;
  border-color: #e0b4b4;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .dropdownwrapper > .ui.corner.label:after {
  border-right: 43px solid #E8E8E8;
  border-bottom: 43px solid transparent;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.error > .dropdownwrapper > .ui.dropdown > .default.text {
  color: #e7bdbc;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .ui.input {
  width: 100%;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .dropdownwrapper {
  position: relative;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .dropdownwrapper > .ui.dropdown {
  background: initial;
  min-width: 10em;
  width: 100%;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .dropdownwrapper > .ui.dropdown > .default.text {
  font-weight: 300;
  color: #999999;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .dropdownwrapper > .ui.dropdown > .dropdown {
  right: 35px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .dropdownwrapper > .ui.corner.label {
  width: 24px;
  height: 24px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .dropdownwrapper > .ui.corner > .asterisk.icon {
  font-size: 11px;
  left: 0;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .ui.master.checkbox {
  margin-bottom: 5px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .list > .item > .ui.child.checkbox {
  margin-bottom: 3px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .checkbox {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .checkbox > .ui.checkbox,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .ui.master.checkbox,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .list > .item > .ui.child.checkbox,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .radio.grouped > .ui.radio.checkbox {
  min-height: 20px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .checkbox > .ui.checkbox > input,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .ui.master.checkbox > input,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .list > .item > .ui.child.checkbox > input,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .radio.grouped > .ui.radio.checkbox > input {
  width: 20px;
  height: 20px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .checkbox > .ui.checkbox > .label,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .ui.master.checkbox > .label,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .list > .item > .ui.child.checkbox > .label,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .radio.grouped > .ui.radio.checkbox > .label {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  height: 20px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .checkbox > .ui.checkbox > .label > sup,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .ui.master.checkbox > .label > sup,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .list > .item > .ui.child.checkbox > .label > sup,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .label > sup {
  top: 0;
  right: -5px;
  font-size: 22px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .checkbox > .ui.checkbox > .label:before,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .radio.grouped > .ui.radio.checkbox > .label:before,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .ui.master.checkbox > .label:before,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .list > .item > .ui.child.checkbox > .label:before,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .checkbox > .ui.checkbox > .label:after,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .ui.master.checkbox > .label:after,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .list > .item > .ui.child.checkbox > .label:after,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .radio.grouped > .ui.radio.checkbox > .label:after {
  width: 20px;
  height: 20px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field > .checkbox > .ui.checkbox > .label:after,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .ui.master.checkbox > .label:after,
.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .item > .list > .item > .ui.child.checkbox > .label:after {
  top: 2px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .radio.grouped > .ui.radio.checkbox > .label:after {
  top: 1px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .label {
  margin-bottom: 5px;
  display: inline-block;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .field-container > .field.grouped > .radio.grouped:nth-last-child(n + 2) {
  margin-bottom: 5px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .actions-container {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  margin-top: 20px;
  text-align: center;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .actions-container > #CheckInBtn {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 5px;
  font-size: 12px;
  padding: 14px 22px;
  margin: 0;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .actions-container > #CheckInBtn > .ui.image {
  width: 8px;
  margin-right: 15px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .actions-container > .divider {
  margin: 16px 0;
  position: relative;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .actions-container > .divider > hr {
  margin: 0;
  position: absolute;
  top: 8px;
  width: 100%;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .actions-container > .divider > .label {
  background: #fff;
  position: relative;
  padding: 0 10px;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .actions-container > #ContinueAsGuest {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  line-height: 0;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .actions-container > #ContinueAsGuest > .icon {
  margin-left: 10px;
  fill: #fff;
  height: 15px;
  width: 15px;
}

.main > #CheckinJourney > #EventDescription {
  padding: 16px 65px;
}

.main > #CheckinJourney > #EventDescription > .details {
  text-align: center;
}

.main > #CheckinJourney > #StatusPage > .eventinfo {
  margin-top: 30px;
}

.main > #CheckinJourney > #SuccessStatus {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  margin: auto;
  margin-top: 16px;
}

.main > #CheckinJourney > #SuccessStatus > .check {
  font-size: 60px;
}

.main > #CheckinJourney > #SuccessStatus > .status {
  font-weight: 500;
}

.main > #CheckinJourney > #SuccessStatus > .text {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 16px;
  text-align: center;
}

.main > #CheckinJourney > #SuccessStatus > #GoBack {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  font-size: 12px;
  padding: 14px 22px;
  margin: 0;
}

.main > #CheckinJourney + .selectticketstep {
  display: none;
}

.main > .banner {
  width: 100%;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.main > .banner .cropped {
  width: 100%;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

@media only screen and (min-width: 1600px) {
  .main > .banner > .cropped {
    margin: -20px 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .main > #CheckinJourney {
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .main > .banner {
    height: auto;
    width: 100%;
    margin-bottom: -2px;
  }
  .main > .banner .cropped {
    width: 100%;
    margin: 0px 0px -2px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .main > #CheckinJourney {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .main > #CheckinJourney > #StatusPage > #SearchTicket > .header > .ui.header {
    margin-right: 0;
  }
  .main > #CheckinJourney > #StatusPage > #SearchTicket > .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    margin-bottom: 5px;
  }
  .main > #CheckinJourney > #StatusPage > #SearchTicket > #ValidateTicket {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .main > #CheckinJourney > #StatusPage > #SearchTicket > #ValidateTicket > .ui.input {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .main > #CheckinJourney > #StatusPage > #SearchTicket > #ValidateTicket > #ValidateBtn {
    -webkit-box-pack: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
  }
  .main > #CheckinJourney > #StatusPage > #CheckInForm > .column > .ui.header {
    font-size: 25px;
  }
  .main > #CheckinJourney > #EventDescription {
    padding: 16px;
  }
}

@media only screen and (max-width: 450px) {
  .main > #CheckinJourney > #StatusPage > #SearchTicket > .header > .ui.header {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .main > #CheckinJourney > #StatusPage > #SearchTicket > .text {
    font-size: 16px;
  }
  .main > #CheckinJourney > #StatusPage > #SearchTicket > .header > .ui.header > .ui.image {
    height: initial;
  }
  .main > #CheckinJourney > #StatusPage > #SearchTicket > #ValidateTicket,
  .main > #CheckinJourney > #StatusPage > #CheckInForm > .column {
    width: 100%;
    padding: 0 16px;
  }
}

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

/*# sourceMappingURL=checkin.min.css.map */
