.checkIn {
  /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
  /**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS text size adjust after orientation change, without disabling
   *    user zoom.
   */
  /**
   * Remove default margin.
   */
  /* HTML5 display definitions
     ========================================================================== */
  /**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
  /**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  /**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
   */
  /* Links
     ========================================================================== */
  /**
   * Remove the gray background color from active links in IE 10.
   */
  /**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
  /**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
  /**
   * Address styling not present in Safari and Chrome.
   */
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
  /**
   * Address styling not present in IE 8/9.
   */
  /**
   * Address inconsistent and variable font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove border when inside `a` element in IE 8/9/10.
   */
  /**
   * Correct overflow not hidden in IE 9/10/11.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * Address margin not present in IE 8/9 and Safari.
   */
  /**
   * Address differences between Firefox and other browsers.
   */
  /**
   * Contain overflow in all browsers.
   */
  /**
   * Address odd `em`-unit font size rendering in all browsers.
   */
  /* Forms
     ========================================================================== */
  /**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
  /**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
  /**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
  /**
   * Re-set default cursor for disabled elements.
   */
  /**
   * Remove inner padding and border in Firefox 4+.
   */
  /**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  /**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
  /**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
  /**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
   *    (include `-moz` to future-proof).
   */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
  /**
   * Define consistent border, margin, and padding.
   */
  /**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
  /**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
  /**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
  /* Tables
     ========================================================================== */
  /**
   * Remove most spacing between table cells.
   */
}
.checkIn {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.checkIn {
  margin: 0;
}
.checkIn article,
.checkIn aside,
.checkIn details,
.checkIn figcaption,
.checkIn figure,
.checkIn footer,
.checkIn header,
.checkIn hgroup,
.checkIn main,
.checkIn nav,
.checkIn section,
.checkIn summary {
  display: block;
}
.checkIn audio,
.checkIn canvas,
.checkIn progress,
.checkIn video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
.checkIn audio:not([controls]) {
  display: none;
  height: 0;
}
.checkIn [hidden],
.checkIn template {
  display: none;
}
.checkIn a {
  background: transparent;
}
.checkIn a:active,
.checkIn a:hover {
  outline: 0;
}
.checkIn abbr[title] {
  border-bottom: 1px dotted;
}
.checkIn b,
.checkIn strong {
  font-weight: bold;
}
.checkIn dfn {
  font-style: italic;
}
.checkIn h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.checkIn mark {
  background: #ff0;
  color: #000;
}
.checkIn small {
  font-size: 80%;
}
.checkIn sub,
.checkIn sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.checkIn sup {
  top: -0.5em;
}
.checkIn sub {
  bottom: -0.25em;
}
.checkIn img {
  border: 0;
}
.checkIn svg:not(:root) {
  overflow: hidden;
}
.checkIn figure {
  margin: 1em 40px;
}
.checkIn hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.checkIn pre {
  overflow: auto;
}
.checkIn code,
.checkIn kbd,
.checkIn pre,
.checkIn samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.checkIn button,
.checkIn input,
.checkIn optgroup,
.checkIn select,
.checkIn textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
.checkIn button {
  overflow: visible;
}
.checkIn button,
.checkIn select {
  text-transform: none;
}
.checkIn button, .checkIn input[type=button],
.checkIn input[type=reset],
.checkIn input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
.checkIn button[disabled], .checkIn input[disabled] {
  cursor: default;
}
.checkIn button::-moz-focus-inner,
.checkIn input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.checkIn input {
  line-height: normal;
}
.checkIn input[type=checkbox],
.checkIn input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
.checkIn input[type=number]::-webkit-inner-spin-button,
.checkIn input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.checkIn input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
.checkIn input[type=search]::-webkit-search-cancel-button,
.checkIn input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.checkIn fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.checkIn legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
.checkIn textarea {
  overflow: auto;
}
.checkIn optgroup {
  font-weight: bold;
}
.checkIn table {
  border-collapse: collapse;
  border-spacing: 0;
}
.checkIn td,
.checkIn th {
  padding: 0;
}

.checkIn {
  background-color: #000;
  color: #222;
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  height: 100%;
  line-height: 20px;
  overflow: hidden;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  &.areAttendeesVisible {
  	.view {
  		&.attendeesView {
  			.header {
  				height: 87px;
  				@include respond-min(600px) {
  					height: 112px;
  				}
  				.fieldsPanel {
  					display: block;
  				}
  			}
  			.attendeesPanel {
  				padding: {
  					top: 87px;
  				}
  				@include respond-min(600px) {
  					padding: {
  						top: 112px;
  					}
  				}
  			}
  			.footer {
  				height: 87px;
  				@include respond-min(600px) {
  					height: 112px;
  				}
  				.queryInfoPanel {
  					display: block;
  				}
  			}
  		}
  	}
  	.overlay {
  		&.profilePanel {
  			bottom: 87px;
  			@include respond-min(600px) {
  				bottom: 112px;
  			}
  		}
  	}
  }
  */
  /*
  &.areFieldsReady {
  	.view {
  		&.attendeesView {
  			.attendeesPanel {
  				.attendeesListPanel {
  					display: block;
  				}
  			}
  		}
  	}
  }
  */
  /* // todo: this was uncommented, maybe it was kept for a reason
  &.areReportsVisible {
  	.view {
  		&.attendeesView {
  			.header {
  				.actionsPanel {
  					ul {
  						li {
  							&.menu, &.search .termForm .termAction.termShowAction {
  								cursor: default !important;
  								&.hover {
  									background-color: transparent !important;
  								}
  							}
  							&.search {
  								.termForm {
  									.termAction {
  										&.termShowAction {
  											background: {
  												image: url(../img/icon-search-grey.svg);
  											}
  										}
  									}
  								}
  							}
  						}
  					}
  				}
  			}
  		}
  	}
  }
  */
  /*
  .overlay {
  	background-color: #f9f9f9;
  	bottom: 55px;
  	color: #444;
  	display: none;
  	left: 0;
  	position: fixed;
  	right: 0;
  	top: 0;
  	z-index: 5;
  	@include respond-min(600px) {
  		bottom: 75px;
  	}
  	&.show {
  		display: block;
  	}
  	&.reportsPanel {
  		.scrollPanel {
  			.scrollContent {
  				.content {
  					ul {
  						li {
  							border: #ebebeb solid 1px;
  							cursor: pointer;
  							display: block;
  							padding: {
  								bottom: 10px;
  								left: 15px;
  								right: 15px;
  								top: 10px;
  							}
  							font: {
  								size: 11px;
  								weight: bold;
  							}
  							letter-spacing: 1px;
  							margin: {
  								bottom: 2px;
  							}
  							overflow: hidden;
  							text-transform: uppercase;
  							&.hover {
  								border: #000 solid 1px;
  								color: #fff;
  								background-color: #333;
  							}
  						}
  					}
  				}
  			}
  		}
  	}
  	&.alertPanel {
  		background-color: hsl(190, 100%, 42%);
  		.scrollPanel {
  			.close {
  				background: {
  					position: center -40px;
  				}
  				@include respond-min(600px) {
  					background: {
  						position: center -35px;
  					}
  				}
  			}
  			.scrollContent {
  				.title {
  					border-bottom: hsl(190, 77%, 63%) solid 1px;
  					color: hsl(0, 0%, 100%);
  					font: {
  						//family: "proxima-nova", "Proxima Nova", "Roboto", helvetica, arial, sans-serif;
  						family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, 'Lucida Grande', sans-serif;
  					}
  					padding: {
  						bottom: 20px;
  						left: 30px;
  					}
  					@include respond-min(600px) {
  						padding: {
  							left: 45px;
  						}
  					}
  					.icon {
  						background-color: hsl(0, 0%, 100%);
  						border: none;
  						@include border-radius(50%);
  						display: block;
  						height: 19px;
  						left: 0;
  						position: absolute;
  						top: 2px;
  						width: 19px;
  					}
  				}
  				.content {
  					color: hsl(0, 0%, 100%);
  					white-space: pre-wrap;
  				}
  				.buttonFooter {
  					.button {
  						@include border-radius(3px);
  						border: hsl(190, 77%, 63%) solid 1px;
  						color: hsl(0, 0%, 100%);
  						&.hover {
  							background-color: hsl(190, 100%, 42%);
  							border: hsl(0, 0%, 100%) solid 1px;
  						}
  					}
  				}
  			}
  		}
  	}
  }
  */
}
.checkIn, .checkIn div, .checkIn span, .checkIn ul, .checkIn li, .checkIn a, .checkIn input, .checkIn table, .checkIn td, .checkIn header, .checkIn footer, .checkIn label, .checkIn form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkIn h1, .checkIn p, .checkIn ul, .checkIn li, .checkIn input {
  margin: 0;
  padding: 0;
}
.checkIn h1 {
  font-family: georgia, times, times new roman, serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 25px;
  margin-bottom: 20px;
}
.checkIn a {
  color: #000;
  text-decoration: none;
}
.checkIn p {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.checkIn ul {
  list-style: none;
}
.checkIn ul li {
  display: block;
}
.checkIn img {
  display: block;
}
.checkIn .view {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  visibility: hidden;
  width: 100%;
}
.checkIn .view.show {
  visibility: visible;
  z-index: 1;
}
.checkIn .view.show.in {
  z-index: 2;
}
.checkIn .view .headerPanel {
  background-color: #00bee1;
  border-bottom: #49d1ea solid 5px;
  height: 55px;
  padding-left: 25px;
  padding-right: 69px;
  position: relative;
}
@media all and (min-width: 600px) {
  .checkIn .view .headerPanel {
    height: 75px;
    padding-left: 35px;
    padding-right: 100px;
  }
}
.checkIn .view .headerPanel .title {
  color: #fff;
  cursor: default;
  font-size: 14px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (min-width: 600px) {
  .checkIn .view .headerPanel .title {
    font-size: 18px;
    line-height: 70px;
  }
}
.checkIn .view .headerPanel .closeTrigger {
  background-color: #00bee1;
  background-image: url(../img/icon-close-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 14px auto;
  background-size: 14px auto;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
@media all and (min-width: 600px) {
  .checkIn .view .headerPanel .closeTrigger {
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    width: 86px;
  }
}
.checkIn .view .headerPanel .closeTrigger.hover {
  background-color: #00b2d4;
}
.checkIn .view.show .statusesPanel.isReady ul li .status .icon {
  visibility: visible;
}
.checkIn .view .statusesPanel {
  background-color: #333;
  border-top: #49d1ea solid 5px;
  height: 55px;
}
@media all and (min-width: 600px) {
  .checkIn .view .statusesPanel {
    height: 75px;
  }
}
.checkIn .view .statusesPanel.isActive {
  background-color: #00bee1;
}
.checkIn .view .statusesPanel.isActive ul li .status {
  cursor: pointer;
}
.checkIn .view .statusesPanel.isActive ul li .status:before {
  background-color: #79daec;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 1px;
  width: 1px;
}
.checkIn .view .statusesPanel.isActive ul li .status.hover {
  background-color: #00b2d4;
}
.checkIn .view .statusesPanel ul {
  height: 100%;
  overflow: hidden;
}
.checkIn .view .statusesPanel ul li {
  float: left;
  height: 100%;
  width: 33.3333333333%;
}
.checkIn .view .statusesPanel ul li:first-child .status:before {
  display: none;
}
.checkIn .view .statusesPanel ul li .status {
  cursor: default;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
  padding-bottom: 15px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 15px;
  position: relative;
}
@media all and (min-width: 600px) {
  .checkIn .view .statusesPanel ul li .status {
    padding-bottom: 21px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 21px;
  }
}
.checkIn .view .statusesPanel ul li .status .icon {
  margin-right: 13px;
  vertical-align: top;
  visibility: hidden;
}
@media all and (min-width: 600px) {
  .checkIn .view .statusesPanel ul li .status .icon {
    margin-right: 20px;
  }
}
.checkIn .view .statusesPanel ul li .status .label {
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
}
@media all and (min-width: 600px) {
  .checkIn .view .statusesPanel ul li .status .label {
    font-size: 20px;
    line-height: 28px;
  }
}
.checkIn .view .statusesPanel ul li .status .loading {
  background-color: hsl(0, 0%, 50%);
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
}
.checkIn .view.attendeesView .actionsPanel {
  background-color: #00bee1;
  border-bottom: #49d1ea solid 5px;
  height: 55px;
  position: relative;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .actionsPanel {
    height: 75px;
  }
}
.checkIn .view.attendeesView .actionsPanel.hide {
  display: none;
}
.checkIn .view.attendeesView .actionsPanel .title {
  bottom: 0;
  color: #fff;
  cursor: default;
  font-size: 14px;
  left: 0;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  right: 120px;
  top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .actionsPanel .title {
    font-size: 18px;
    line-height: 70px;
    padding-left: 35px;
    padding-right: 35px;
    right: 172px;
  }
}
.checkIn .view.attendeesView .actionsPanel ul {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.checkIn .view.attendeesView .actionsPanel ul li {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.checkIn .view.attendeesView .actionsPanel ul li.menu {
  cursor: pointer;
  right: 60px;
  width: 60px;
  z-index: 2;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .actionsPanel ul li.menu {
    right: 86px;
    width: 86px;
  }
}
.checkIn .view.attendeesView .actionsPanel ul li.menu.hover {
  background-color: #00b2d4;
}
.checkIn .view.attendeesView .actionsPanel ul li.menu span {
  background-image: url(../img/icon-menu-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 21px auto;
  background-size: 21px auto;
  display: block;
  height: 100%;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .actionsPanel ul li.menu span {
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
  }
}
.checkIn .view.attendeesView .actionsPanel ul li.search {
  left: 0;
  right: 0;
  z-index: 1;
}
.checkIn .view.attendeesView .actionsPanel ul li.search.isTermFocused, .checkIn .view.attendeesView .actionsPanel ul li.search.isTermActive {
  z-index: 3;
}
.checkIn .view.attendeesView .actionsPanel ul li.search.isTermFocused .termForm, .checkIn .view.attendeesView .actionsPanel ul li.search.isTermActive .termForm {
  width: 100%;
}
.checkIn .view.attendeesView .actionsPanel ul li.search.isTermFocused .termForm .termAction.termShowAction, .checkIn .view.attendeesView .actionsPanel ul li.search.isTermActive .termForm .termAction.termShowAction {
  display: none;
}
.checkIn .view.attendeesView .actionsPanel ul li.search.isTermFocused .termForm .termAction.termResetAction, .checkIn .view.attendeesView .actionsPanel ul li.search.isTermActive .termForm .termAction.termResetAction {
  display: block;
}
.checkIn .view.attendeesView .actionsPanel ul li.search.isTermFocused .termForm .termControl, .checkIn .view.attendeesView .actionsPanel ul li.search.isTermActive .termForm .termControl {
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .actionsPanel ul li.search.isTermFocused .termForm .termControl, .checkIn .view.attendeesView .actionsPanel ul li.search.isTermActive .termForm .termControl {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .actionsPanel ul li.search .termForm {
    width: 86px;
  }
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termAction {
  background-color: #00bee1;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termAction {
    width: 86px;
  }
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termAction.termShowAction {
  background-image: url(../img/icon-search-white.svg);
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termAction.termShowAction {
    -webkit-background-size: 23px auto;
    background-size: 23px auto;
  }
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termAction.termShowAction.hover {
  background-color: #00b2d4;
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termAction.termResetAction {
  display: none;
  background-image: url(../img/icon-close-white.svg);
  -webkit-background-size: 14px auto;
  background-size: 14px auto;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termAction.termResetAction {
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
  }
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termAction.termResetAction.hover {
  background-color: #00b2d4;
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termControl {
  background-color: #00bee1;
  border: none;
  color: hsl(0, 0%, 100%);
  display: block;
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  height: 100%;
  width: 100%;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termControl {
    font-size: 18px;
  }
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termControl[disabled] {
  opacity: 1;
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termControl:focus {
  outline: 0;
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termControl::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: none !important;
  transition: none !important;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termControl:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: none !important;
  transition: none !important;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termControl:-moz-placeholder {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termControl::-moz-placeholder {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termControl:placeholder-shown {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm .termControl::placeholder {
  opacity: 1;
  transition: none !important;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.checkIn .view.attendeesView .actionsPanel ul li.search .termForm input[type=submit] {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.checkIn .view.attendeesView .filtersInfoPanel {
  background-color: #333;
  color: #fff;
  display: none !important;
  font-size: 0;
  height: 50px;
  left: 0;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 0;
  z-index: 1;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .filtersInfoPanel {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.checkIn .view.attendeesView .filtersInfoPanel.isVisible {
  display: block !important;
}
.checkIn .view.attendeesView .filtersInfoPanel.isVisible ~ .fieldsPanel {
  top: 50px;
}
.checkIn .view.attendeesView .filtersInfoPanel.isVisible ~ .attendeesPanel {
  top: 82px;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .filtersInfoPanel.isVisible ~ .attendeesPanel {
    top: 87px;
  }
}
.checkIn .view.attendeesView .filtersInfoPanel span {
  font-size: 11px;
  margin-right: 5px;
}
.checkIn .view.attendeesView .filtersInfoPanel span:last-child {
  margin-right: 0;
}
.checkIn .view.attendeesView .filtersInfoPanel span strong {
  font-weight: bold;
}
.checkIn .view.attendeesView .fieldsPanel {
  background-color: hsl(0, 0%, 100%);
  border-bottom: #cecece solid 2px;
  cursor: default;
  height: 32px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .fieldsPanel {
    height: 37px;
  }
}
.checkIn .view.attendeesView .fieldsPanel .fieldsInner {
  overflow: hidden;
  padding-left: 28px;
  padding-right: 10px;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .fieldsPanel .fieldsInner {
    padding-left: 54px;
  }
}
.checkIn .view.attendeesView .fieldsPanel .fieldsInner .field {
  color: #333;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .fieldsPanel .fieldsInner .field {
    font-size: 11px;
    line-height: 35px;
  }
}
.checkIn .view.attendeesView .fieldsPanel .noFieldsMessage {
  font-size: 11px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .fieldsPanel .noFieldsMessage {
    font-size: 14px;
    line-height: 35px;
  }
}
.checkIn .view.attendeesView .field {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkIn .view.attendeesView.show .attendeesPanel .attendeesListPanel .attendeesList .attendee.isVisible {
  display: block;
}
.checkIn .view.attendeesView .attendeesPanel {
  bottom: 32px;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 32px;
  /*
  &.isGroupModeLoading {
  	.attendeesListPanel {
  		.paging {
  			&.show {
  				display: none;
  			}
  		}
  	}
  }
  */
  /*
  &.isReady {
  	&.isVisible {
  		.attendeesListPanel {
  			display: block;
  		}
  	}
  }
  */
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .attendeesPanel {
    bottom: 37px;
    top: 37px;
  }
}
.checkIn .view.attendeesView .attendeesPanel.preventScrolling {
  overflow: hidden;
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel {
  position: relative;
  /*
  &.hide {
  	display: none;
  }
  .paging {
  	color: hsl(0, 0%, 62%);
  	cursor: pointer;
  	display: none;
  	font: {
  		size: 10px;
  		weight: bold;
  	}
  	padding: 14px;
  	text-align: center;
  	text-transform: uppercase;
  	@include respond-min(600px) {
  		font-size: 11px;
  		padding: 22px;
  	}
  	&.hover {
  		@include background-linear-gradient-grey;
  	}
  	&.prev {
  		border-bottom: 1px solid hsl(0, 0%, 92%);
  	}
  	&.show {
  		display: block;
  	}
  }
  */
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList {
  background-color: hsl(0, 0%, 100%);
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee {
  background-color: hsl(0, 0%, 100%);
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  /*
  margin: {
  	bottom: 1px;
  }
  */
  padding-bottom: 24px;
  padding-left: 28px;
  padding-right: 10px;
  padding-top: 24px;
  position: relative;
  display: none;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee {
    padding-bottom: 31px;
    padding-left: 54px;
    padding-top: 31px;
  }
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee[data-status=expecting] {
  color: #333;
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee[data-status=declined] {
  color: #833e00;
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee[data-status=checkedin] {
  color: #487520;
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee.hasNotes {
  padding-bottom: 13px;
  padding-top: 13px;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee.hasNotes {
    padding-bottom: 17px;
    padding-top: 17px;
  }
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee.hasNotes .icon {
  bottom: auto;
  top: 13px;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee.hasNotes .icon {
    top: 17px;
  }
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee:not(.hasNotes) .icon {
  height: auto;
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee.prehover {
  background-color: #f2f2f2;
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee.hover, .checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee.profiled {
  background-color: hsl(0, 0%, 96%);
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee.selected {
  background-color: #dafdff;
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee.selected .attendeeFields .field.notes {
  color: #333;
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee.selected, .checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee.selectedBorder {
  border-bottom-color: #b2dee1;
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee .icon {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee .icon {
    width: 44px;
  }
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee .attendeeFields {
  overflow: hidden;
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee .attendeeFields .field {
  font-size: 14px;
  line-height: 20px;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee .attendeeFields .field {
    font-size: 18px;
    line-height: 28px;
  }
}
.checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee .attendeeFields .field.notes {
  color: #999;
  clear: left;
  font-size: 11px;
  margin-top: 2px;
  opacity: 0.75;
  width: 100% !important;
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee .attendeeFields .field.notes {
    font-size: 14px;
    margin-top: 0;
  }
}
.checkIn .view.attendeesView .queryInfoPanel {
  background-color: hsl(0, 0%, 100%);
  border-top: #cecece solid 2px;
  color: #333;
  cursor: default;
  font-size: 0;
  height: 32px;
  left: 0;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*
  &.isReady {
  	.panel {
  		&.pagingPanel {
  			display: inline-block;
  		}
  	}
  }
  */
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .queryInfoPanel {
    height: 37px;
    line-height: 35px;
  }
}
.checkIn .view.attendeesView .queryInfoPanel .panel {
  border-right: 1px solid hsl(0, 0%, 90%);
  display: none;
  font-size: 10px;
  letter-spacing: 1px;
  padding-left: 8px;
  padding-right: 8px;
  text-transform: uppercase;
  /*
  &.pagingPanel {
  	.range {
  		display: none;
  		&.show {
  			display: inline-block;
  		}
  	}
  }
  */
}
@media all and (min-width: 600px) {
  .checkIn .view.attendeesView .queryInfoPanel .panel {
    font-size: 11px;
  }
}
.checkIn .view.attendeesView .queryInfoPanel .panel:last-child {
  border-right: none;
}
.checkIn .view.attendeesView .queryInfoPanel .panel.show {
  display: inline-block;
}
.checkIn .view.attendeesView .queryInfoPanel b {
  color: #222;
}
.checkIn .view.menuView {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  overflow: auto;
  visibility: visible;
  z-index: 2;
}
.checkIn .view.menuView.isVisible {
  display: block;
}
.checkIn .view.menuView .menuPanel {
  background-color: #00bee1;
}
.checkIn .view.menuView .menuPanel .section {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media all and (min-width: 600px) {
  .checkIn .view.menuView .menuPanel .section {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.checkIn .view.menuView .menuPanel .section.filtersSection, .checkIn .view.menuView .menuPanel .section.reportsSection {
  border-bottom: 1px solid #00b1d1;
  display: none;
}
.checkIn .view.menuView .menuPanel .section.filtersSection.isReady, .checkIn .view.menuView .menuPanel .section.reportsSection.isReady {
  display: block;
}
.checkIn .view.menuView .menuPanel .section.filtersSection .filtersList {
  overflow: hidden;
}
.checkIn .view.menuView .menuPanel .section.filtersSection .filtersList .filter {
  float: left;
}
.checkIn .view.menuView .menuPanel .section.filtersSection .filtersList .filter .fieldValues .fieldValueItem {
  padding-left: 0;
}
.checkIn .view.menuView .menuPanel .section.filtersSection .filtersList .filter .fieldValues .fieldValueItem .fieldValue {
  cursor: pointer;
  display: inline-block;
  padding-right: 8px;
}
.checkIn .view.menuView .menuPanel .section.filtersSection .filtersList .filter .fieldValues .fieldValueItem .fieldValue .filterControl {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.checkIn .view.menuView .menuPanel .section ul li {
  font-size: 0;
  padding-left: 14px;
  padding-right: 14px;
  /*
  i {
  	background-color: #fff;
  	display: inline-block;
  	height: 15px;
  	width: 15px;
  }
  */
}
@media all and (min-width: 600px) {
  .checkIn .view.menuView .menuPanel .section ul li {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.checkIn .view.menuView .menuPanel .section ul li.refreshEvent, .checkIn .view.menuView .menuPanel .section ul li.report {
  cursor: pointer;
}
.checkIn .view.menuView .menuPanel .section ul li i {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
@media all and (min-width: 600px) {
  .checkIn .view.menuView .menuPanel .section ul li i {
    margin-right: 15px;
  }
}
.checkIn .view.menuView .menuPanel .section ul li span {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
  vertical-align: middle;
}
@media all and (min-width: 600px) {
  .checkIn .view.menuView .menuPanel .section ul li span {
    font-size: 14px;
    line-height: 50px;
  }
}
.checkIn .view.menuView .menuPanel .section ul li span.divider {
  background-color: #7fdef0;
  height: 12px;
  margin-left: 6px;
  width: 2px;
}
@media all and (min-width: 600px) {
  .checkIn .view.menuView .menuPanel .section ul li span.divider {
    margin-left: 8px;
  }
}
.checkIn .view.menuView .menuPanel .section ul li span.clearAll {
  cursor: pointer;
  padding-left: 6px;
  padding-right: 6px;
}
@media all and (min-width: 600px) {
  .checkIn .view.menuView .menuPanel .section ul li span.clearAll {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.checkIn .view.menuView .menuPanel .section ul li ul li {
  padding-left: 40px;
  padding-right: 0;
}
@media all and (min-width: 600px) {
  .checkIn .view.menuView .menuPanel .section ul li ul li {
    padding-left: 45px;
  }
}
.checkIn .view.alertView {
  background-color: transparent;
  bottom: 70px;
  display: none;
  height: auto;
  left: 15px;
  overflow: visible;
  right: 15px;
  top: 70px;
  visibility: visible;
  width: auto;
  z-index: 6;
}
@media all and (min-width: 600px) {
  .checkIn .view.alertView {
    bottom: 95px;
    left: 20px;
    right: 20px;
    top: 95px;
  }
}
.checkIn .view.alertView.isVisible {
  display: block;
}
.checkIn .view.alertView .alertViewInner {
  background-color: #333;
  -webkit-box-shadow: 2px 10px 14.25px 0.75px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 10px 14.25px 0.75px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 10px 14.25px 0.75px rgba(0, 0, 0, 0.35);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  left: 0;
  position: absolute;
  right: 0;
}
.checkIn .view.alertView .alertViewInner.pretransition {
  opacity: 0;
}
.checkIn .view.alertView .alertViewInner.pretransition.transition {
  opacity: 1;
  -webkit-transition: opacity 400ms, transform 400ms;
  -moz-transition: opacity 400ms, transform 400ms;
  -o-transition: opacity 400ms, transform 400ms;
  transition: opacity 400ms, transform 400ms;
}
.checkIn .view.alertView .alertViewInner.below {
  transform-origin: top;
}
.checkIn .view.alertView .alertViewInner.below.pretransition {
  -webkit-transform: translatey(-52px) scale(0);
  -ms-transform: translatey(-52px) scale(0);
  -moz-transform: translatey(-52px) scale(0);
  -o-transform: translatey(-52px) scale(0);
  transform: translatey(-52px) scale(0);
}
@media all and (min-width: 600px) {
  .checkIn .view.alertView .alertViewInner.below.pretransition {
    -webkit-transform: translatey(-63px) scale(0);
    -ms-transform: translatey(-63px) scale(0);
    -moz-transform: translatey(-63px) scale(0);
    -o-transform: translatey(-63px) scale(0);
    transform: translatey(-63px) scale(0);
  }
}
.checkIn .view.alertView .alertViewInner.below:after {
  border-bottom-color: #333;
  bottom: 100%;
}
.checkIn .view.alertView .alertViewInner.above {
  transform-origin: bottom;
}
.checkIn .view.alertView .alertViewInner.above.pretransition {
  -webkit-transform: translatey(52px) scale(0);
  -ms-transform: translatey(52px) scale(0);
  -moz-transform: translatey(52px) scale(0);
  -o-transform: translatey(52px) scale(0);
  transform: translatey(52px) scale(0);
}
@media all and (min-width: 600px) {
  .checkIn .view.alertView .alertViewInner.above.pretransition {
    -webkit-transform: translatey(63px) scale(0);
    -ms-transform: translatey(63px) scale(0);
    -moz-transform: translatey(63px) scale(0);
    -o-transform: translatey(63px) scale(0);
    transform: translatey(63px) scale(0);
  }
}
.checkIn .view.alertView .alertViewInner.above:after {
  border-top-color: #333;
  top: 100%;
}
.checkIn .view.alertView .alertViewInner.below.transition, .checkIn .view.alertView .alertViewInner.above.transition {
  -webkit-transform: translatey(0) scale(1);
  -ms-transform: translatey(0) scale(1);
  -moz-transform: translatey(0) scale(1);
  -o-transform: translatey(0) scale(1);
  transform: translatey(0) scale(1);
}
.checkIn .view.alertView .alertViewInner:after {
  border: 12px solid transparent;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -12px;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.checkIn .view.alertView .alertViewInner .panel {
  background-color: #333;
}
.checkIn .view.alertView .alertViewInner .panel.headerPanel {
  border-bottom: none;
  height: 55px;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 600px) {
  .checkIn .view.alertView .alertViewInner .panel.headerPanel {
    height: 62px;
  }
}
.checkIn .view.alertView .alertViewInner .panel.headerPanel .title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
}
@media all and (min-width: 600px) {
  .checkIn .view.alertView .alertViewInner .panel.headerPanel .title {
    font-size: 14px;
    line-height: 62px;
  }
}
.checkIn .view.alertView .alertViewInner .panel.headerPanel .closeTrigger {
  background-color: transparent;
  -webkit-background-size: 14px;
  background-size: 14px;
  width: 55px;
}
@media all and (min-width: 600px) {
  .checkIn .view.alertView .alertViewInner .panel.headerPanel .closeTrigger {
    -webkit-background-size: 18px;
    background-size: 18px;
    width: 62px;
  }
}
.checkIn .view.alertView .alertViewInner .panel.alertPanel {
  padding-bottom: 28px;
  padding-left: 28px;
  padding-right: 28px;
}
@media all and (min-width: 600px) {
  .checkIn .view.alertView .alertViewInner .panel.alertPanel {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.checkIn .view.alertView .alertViewInner .panel.alertPanel .alertContent {
  overflow: auto;
}
.checkIn .view.alertView .alertViewInner .panel.alertPanel .alertContent .alertContentInner {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  white-space: pre-wrap;
}
@media all and (min-width: 600px) {
  .checkIn .view.alertView .alertViewInner .panel.alertPanel .alertContent .alertContentInner {
    font-size: 14px;
    line-height: 22px;
  }
}
.checkIn .view.profileView .profilePanel {
  background-color: #f2f2f2;
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  /*
  &.hasActions {
  	.scrollPanel {
  		.scrollContent {
  			padding: {
  				bottom: 100px;
  			}
  		}
  	}
  }
  */
  /*
  &.isLoaded {
  	.profileContent {
  		display: block;
  	}
  }
  &.isUpdating {
  	.buttonFooter {
  		.button {
  			display: none;
  		}
  	}
  }
  h1 {
  	padding: {
  		right: 50px;
  	}
  	position: relative;
  }
  .content {
  	display: none;
  }
  .buttonFooter {
  	bottom: 40px;
  	font-size: 0;
  	left: 0;
  	position: absolute;
  	right: 0;
  	text-align: center;
  	.button {
  		border: #e0e0e0 solid 2px;
  		cursor: pointer;
  		display: inline-block;
  		font: {
  			size: 11px;
  			weight: bold;
  		}
  		letter-spacing: 1px;
  		min-width: 150px;
  		padding: {
  			bottom: 10px;
  			left: 15px;
  			right: 15px;
  			top: 10px;
  		}
  		text-transform: uppercase;
  		&.hover {
  			background-color: #333;
  			border: #000 solid 2px;
  			color: #fff;
  		}
  	}
  }
  */
  /*
  .loading {
  	height: 90px;
  	margin: {
  		left: -45px;
  		top: -45px;
  	}
  	width: 90px;
  }
  */
}
.checkIn .view.profileView .profilePanel[data-status=expecting] .profileHeader .title {
  color: #333;
}
.checkIn .view.profileView .profilePanel[data-status=expecting] .profileContent .alert.hasFocus, .checkIn .view.profileView .profilePanel[data-status=expecting] .profileContent .alert.hasAlert {
  background-color: #333;
  border-top-color: #333;
  border-bottom-color: #333;
}
.checkIn .view.profileView .profilePanel[data-status=expecting] .profileContent .alert.hasFocus .info .alertArea::-webkit-input-placeholder, .checkIn .view.profileView .profilePanel[data-status=expecting] .profileContent .alert.hasAlert .info .alertArea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: none !important;
  transition: none !important;
  color: #333;
}
.checkIn .view.profileView .profilePanel[data-status=expecting] .profileContent .alert.hasFocus .info .alertArea:-ms-input-placeholder, .checkIn .view.profileView .profilePanel[data-status=expecting] .profileContent .alert.hasAlert .info .alertArea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: none !important;
  transition: none !important;
  color: #333;
}
.checkIn .view.profileView .profilePanel[data-status=expecting] .profileContent .alert.hasFocus .info .alertArea:-moz-placeholder, .checkIn .view.profileView .profilePanel[data-status=expecting] .profileContent .alert.hasAlert .info .alertArea:-moz-placeholder {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: #333;
}
.checkIn .view.profileView .profilePanel[data-status=expecting] .profileContent .alert.hasFocus .info .alertArea::-moz-placeholder, .checkIn .view.profileView .profilePanel[data-status=expecting] .profileContent .alert.hasAlert .info .alertArea::-moz-placeholder {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: #333;
}
.checkIn .view.profileView .profilePanel[data-status=expecting] .profileContent .alert.hasFocus .info .alertArea:placeholder-shown, .checkIn .view.profileView .profilePanel[data-status=expecting] .profileContent .alert.hasAlert .info .alertArea:placeholder-shown {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: #333;
}
.checkIn .view.profileView .profilePanel[data-status=expecting] .profileContent .alert.hasFocus .info .alertArea::placeholder, .checkIn .view.profileView .profilePanel[data-status=expecting] .profileContent .alert.hasAlert .info .alertArea::placeholder {
  opacity: 1;
  transition: none !important;
  color: #333;
}
.checkIn .view.profileView .profilePanel[data-status=declined] .profileHeader .title {
  color: #833e00;
}
.checkIn .view.profileView .profilePanel[data-status=declined] .profileContent .alert.hasFocus, .checkIn .view.profileView .profilePanel[data-status=declined] .profileContent .alert.hasAlert {
  background-color: #833e00;
  border-top-color: #833e00;
  border-bottom-color: #833e00;
}
.checkIn .view.profileView .profilePanel[data-status=declined] .profileContent .alert.hasFocus .info .alertArea::-webkit-input-placeholder, .checkIn .view.profileView .profilePanel[data-status=declined] .profileContent .alert.hasAlert .info .alertArea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: none !important;
  transition: none !important;
  color: #833e00;
}
.checkIn .view.profileView .profilePanel[data-status=declined] .profileContent .alert.hasFocus .info .alertArea:-ms-input-placeholder, .checkIn .view.profileView .profilePanel[data-status=declined] .profileContent .alert.hasAlert .info .alertArea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: none !important;
  transition: none !important;
  color: #833e00;
}
.checkIn .view.profileView .profilePanel[data-status=declined] .profileContent .alert.hasFocus .info .alertArea:-moz-placeholder, .checkIn .view.profileView .profilePanel[data-status=declined] .profileContent .alert.hasAlert .info .alertArea:-moz-placeholder {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: #833e00;
}
.checkIn .view.profileView .profilePanel[data-status=declined] .profileContent .alert.hasFocus .info .alertArea::-moz-placeholder, .checkIn .view.profileView .profilePanel[data-status=declined] .profileContent .alert.hasAlert .info .alertArea::-moz-placeholder {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: #833e00;
}
.checkIn .view.profileView .profilePanel[data-status=declined] .profileContent .alert.hasFocus .info .alertArea:placeholder-shown, .checkIn .view.profileView .profilePanel[data-status=declined] .profileContent .alert.hasAlert .info .alertArea:placeholder-shown {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: #833e00;
}
.checkIn .view.profileView .profilePanel[data-status=declined] .profileContent .alert.hasFocus .info .alertArea::placeholder, .checkIn .view.profileView .profilePanel[data-status=declined] .profileContent .alert.hasAlert .info .alertArea::placeholder {
  opacity: 1;
  transition: none !important;
  color: #833e00;
}
.checkIn .view.profileView .profilePanel[data-status=checkedin] .profileHeader .title {
  color: #7db191;
}
.checkIn .view.profileView .profilePanel[data-status=checkedin] .profileContent .alert.hasFocus, .checkIn .view.profileView .profilePanel[data-status=checkedin] .profileContent .alert.hasAlert {
  background-color: #2b5a3d;
  border-top-color: #2b5a3d;
  border-bottom-color: #2b5a3d;
}
.checkIn .view.profileView .profilePanel[data-status=checkedin] .profileContent .alert.hasFocus .info .alertArea::-webkit-input-placeholder, .checkIn .view.profileView .profilePanel[data-status=checkedin] .profileContent .alert.hasAlert .info .alertArea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: none !important;
  transition: none !important;
  color: #2b5a3d;
}
.checkIn .view.profileView .profilePanel[data-status=checkedin] .profileContent .alert.hasFocus .info .alertArea:-ms-input-placeholder, .checkIn .view.profileView .profilePanel[data-status=checkedin] .profileContent .alert.hasAlert .info .alertArea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: none !important;
  transition: none !important;
  color: #2b5a3d;
}
.checkIn .view.profileView .profilePanel[data-status=checkedin] .profileContent .alert.hasFocus .info .alertArea:-moz-placeholder, .checkIn .view.profileView .profilePanel[data-status=checkedin] .profileContent .alert.hasAlert .info .alertArea:-moz-placeholder {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: #2b5a3d;
}
.checkIn .view.profileView .profilePanel[data-status=checkedin] .profileContent .alert.hasFocus .info .alertArea::-moz-placeholder, .checkIn .view.profileView .profilePanel[data-status=checkedin] .profileContent .alert.hasAlert .info .alertArea::-moz-placeholder {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: #2b5a3d;
}
.checkIn .view.profileView .profilePanel[data-status=checkedin] .profileContent .alert.hasFocus .info .alertArea:placeholder-shown, .checkIn .view.profileView .profilePanel[data-status=checkedin] .profileContent .alert.hasAlert .info .alertArea:placeholder-shown {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: #2b5a3d;
}
.checkIn .view.profileView .profilePanel[data-status=checkedin] .profileContent .alert.hasFocus .info .alertArea::placeholder, .checkIn .view.profileView .profilePanel[data-status=checkedin] .profileContent .alert.hasAlert .info .alertArea::placeholder {
  opacity: 1;
  transition: none !important;
  color: #2b5a3d;
}
.checkIn .view.profileView .profilePanel.isVisible .profileContent .alert,
.checkIn .view.profileView .profilePanel.isVisible .profileContent .unpromotedFields li {
  display: block;
}
.checkIn .view.profileView .profilePanel .profileHeader {
  background-color: #fff;
  padding: 25px;
}
@media all and (min-width: 600px) {
  .checkIn .view.profileView .profilePanel .profileHeader {
    padding: 36px;
  }
}
.checkIn .view.profileView .profilePanel .profileHeader .icon {
  display: block;
  height: 37px;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
@media all and (min-width: 600px) {
  .checkIn .view.profileView .profilePanel .profileHeader .icon {
    margin-bottom: 34px;
  }
}
.checkIn .view.profileView .profilePanel .profileHeader .icon span {
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  height: 100%;
  width: 100%;
}
.checkIn .view.profileView .profilePanel .profileHeader .title {
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
@media all and (min-width: 600px) {
  .checkIn .view.profileView .profilePanel .profileHeader .title {
    font-size: 18px;
  }
}
.checkIn .view.profileView .profilePanel .profileHeader .promotedFields li {
  color: #888;
  font-size: 12px;
  text-align: center;
}
@media all and (min-width: 600px) {
  .checkIn .view.profileView .profilePanel .profileHeader .promotedFields li {
    font-size: 14px;
    line-height: 24px;
  }
}
.checkIn .view.profileView .profilePanel .profileHeader .promotedFields li:first-child {
  margin-top: 10px;
}
@media all and (min-width: 600px) {
  .checkIn .view.profileView .profilePanel .profileHeader .promotedFields li:first-child {
    margin-top: 15px;
  }
}
.checkIn .view.profileView .profilePanel .profileContent {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
@media all and (min-width: 600px) {
  .checkIn .view.profileView .profilePanel .profileContent {
    padding: 30px;
  }
}
.checkIn .view.profileView .profilePanel .profileContent .alert {
  border-top: 1px solid #e6e6e6;
  color: #d9d9d9;
  cursor: text;
  position: relative;
}
.checkIn .view.profileView .profilePanel .profileContent .alert.hasFocus, .checkIn .view.profileView .profilePanel .profileContent .alert.hasAlert {
  background-color: #333;
  border-top-color: #333;
  border-bottom-color: #333;
}
.checkIn .view.profileView .profilePanel .profileContent .alert.hasFocus .label,
.checkIn .view.profileView .profilePanel .profileContent .alert.hasFocus .info, .checkIn .view.profileView .profilePanel .profileContent .alert.hasAlert .label,
.checkIn .view.profileView .profilePanel .profileContent .alert.hasAlert .info {
  color: #fff;
}
.checkIn .view.profileView .profilePanel .profileContent .alert.hasFocus .label .alertArea::-webkit-input-placeholder,
.checkIn .view.profileView .profilePanel .profileContent .alert.hasFocus .info .alertArea::-webkit-input-placeholder, .checkIn .view.profileView .profilePanel .profileContent .alert.hasAlert .label .alertArea::-webkit-input-placeholder,
.checkIn .view.profileView .profilePanel .profileContent .alert.hasAlert .info .alertArea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: none !important;
  transition: none !important;
  color: #333;
}
.checkIn .view.profileView .profilePanel .profileContent .alert.hasFocus .label .alertArea:-ms-input-placeholder,
.checkIn .view.profileView .profilePanel .profileContent .alert.hasFocus .info .alertArea:-ms-input-placeholder, .checkIn .view.profileView .profilePanel .profileContent .alert.hasAlert .label .alertArea:-ms-input-placeholder,
.checkIn .view.profileView .profilePanel .profileContent .alert.hasAlert .info .alertArea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: none !important;
  transition: none !important;
  color: #333;
}
.checkIn .view.profileView .profilePanel .profileContent .alert.hasFocus .label .alertArea:-moz-placeholder,
.checkIn .view.profileView .profilePanel .profileContent .alert.hasFocus .info .alertArea:-moz-placeholder, .checkIn .view.profileView .profilePanel .profileContent .alert.hasAlert .label .alertArea:-moz-placeholder,
.checkIn .view.profileView .profilePanel .profileContent .alert.hasAlert .info .alertArea:-moz-placeholder {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: #333;
}
.checkIn .view.profileView .profilePanel .profileContent .alert.hasFocus .label .alertArea::-moz-placeholder,
.checkIn .view.profileView .profilePanel .profileContent .alert.hasFocus .info .alertArea::-moz-placeholder, .checkIn .view.profileView .profilePanel .profileContent .alert.hasAlert .label .alertArea::-moz-placeholder,
.checkIn .view.profileView .profilePanel .profileContent .alert.hasAlert .info .alertArea::-moz-placeholder {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: #333;
}
.checkIn .view.profileView .profilePanel .profileContent .alert.hasFocus .label .alertArea:placeholder-shown,
.checkIn .view.profileView .profilePanel .profileContent .alert.hasFocus .info .alertArea:placeholder-shown, .checkIn .view.profileView .profilePanel .profileContent .alert.hasAlert .label .alertArea:placeholder-shown,
.checkIn .view.profileView .profilePanel .profileContent .alert.hasAlert .info .alertArea:placeholder-shown {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: #333;
}
.checkIn .view.profileView .profilePanel .profileContent .alert.hasFocus .label .alertArea::placeholder,
.checkIn .view.profileView .profilePanel .profileContent .alert.hasFocus .info .alertArea::placeholder, .checkIn .view.profileView .profilePanel .profileContent .alert.hasAlert .label .alertArea::placeholder,
.checkIn .view.profileView .profilePanel .profileContent .alert.hasAlert .info .alertArea::placeholder {
  opacity: 1;
  transition: none !important;
  color: #333;
}
.checkIn .view.profileView .profilePanel .profileContent .alert .info {
  min-height: 20px;
  min-width: -webkit-calc(100% - 150px);
  min-width: -moz-calc(100% - 150px);
  min-width: calc(100% - 150px);
  position: relative;
}
.checkIn .view.profileView .profilePanel .profileContent .alert .info .alertArea {
  background-color: transparent;
  border: none;
  display: block;
  height: 20px;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  resize: none;
  width: 100%;
  z-index: 2;
}
.checkIn .view.profileView .profilePanel .profileContent .alert .info .alertArea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: none !important;
  transition: none !important;
  color: #2dc6e2;
}
.checkIn .view.profileView .profilePanel .profileContent .alert .info .alertArea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: none !important;
  transition: none !important;
  color: #2dc6e2;
}
.checkIn .view.profileView .profilePanel .profileContent .alert .info .alertArea:-moz-placeholder {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: #2dc6e2;
}
.checkIn .view.profileView .profilePanel .profileContent .alert .info .alertArea::-moz-placeholder {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: #2dc6e2;
}
.checkIn .view.profileView .profilePanel .profileContent .alert .info .alertArea:placeholder-shown {
  opacity: 1;
  -moz-transition: none !important;
  transition: none !important;
  color: #2dc6e2;
}
.checkIn .view.profileView .profilePanel .profileContent .alert .info .alertArea::placeholder {
  opacity: 1;
  transition: none !important;
  color: #2dc6e2;
}
.checkIn .view.profileView .profilePanel .profileContent .alert .info .alertAreaMirror {
  left: 0;
  min-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  white-space: pre-wrap;
  z-index: 1;
}
.checkIn .view.profileView .profilePanel .profileContent .alert,
.checkIn .view.profileView .profilePanel .profileContent .unpromotedFields li {
  border-bottom: 1px solid #e6e6e6;
  display: none;
  overflow: hidden;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}
@media all and (min-width: 600px) {
  .checkIn .view.profileView .profilePanel .profileContent .alert,
  .checkIn .view.profileView .profilePanel .profileContent .unpromotedFields li {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
  }
}
.checkIn .view.profileView .profilePanel .profileContent .alert .label,
.checkIn .view.profileView .profilePanel .profileContent .unpromotedFields li .label {
  color: #333;
  float: left;
  font-size: 12px;
  font-weight: bold;
  max-width: 150px;
  padding-right: 10px;
  width: 40%;
}
@media all and (min-width: 600px) {
  .checkIn .view.profileView .profilePanel .profileContent .alert .label,
  .checkIn .view.profileView .profilePanel .profileContent .unpromotedFields li .label {
    font-size: 14px;
    width: 35%;
  }
}
.checkIn .view.profileView .profilePanel .profileContent .alert .info,
.checkIn .view.profileView .profilePanel .profileContent .unpromotedFields li .info {
  color: #888;
  float: left;
  font-size: 12px;
  max-width: 500px;
  width: 60%;
}
@media all and (min-width: 600px) {
  .checkIn .view.profileView .profilePanel .profileContent .alert .info,
  .checkIn .view.profileView .profilePanel .profileContent .unpromotedFields li .info {
    font-size: 14px;
    width: 65%;
  }
}
.checkIn .view.profileView .content .loading {
  background-color: #b3b3b3;
  margin-top: 17px;
}
@media all and (min-width: 600px) {
  .checkIn .view.profileView .content .loading {
    margin-top: 36px;
  }
}
.checkIn .view.reportView {
  /*
  &.reportPanel {
  	.scrollPanel {
  		.scrollContent {
  			.content {
  				ul {
  					li {
  						background-color: #f0f0f0;
  						overflow: hidden;
  						padding: 10px;
  						margin: {
  							bottom: 1px;
  						}
  					}
  				}
  			}
  		}
  	}
  }
  */
}
.checkIn .view.reportView .reportPanel {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.checkIn .view.reportView .reportPanel.isVisible .reportContent {
  display: block;
}
.checkIn .view.reportView .reportPanel .reportContent {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (min-width: 600px) {
  .checkIn .view.reportView .reportPanel .reportContent {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.checkIn .view.reportView .reportPanel .reportContent .chart {
  width: 100%;
}
.checkIn .view.reportView .reportPanel .reportContent .chart tr:first-child td, .checkIn .view.reportView .reportPanel .reportContent .chart tr:last-child td {
  border-top: 2px solid #cecece;
}
.checkIn .view.reportView .reportPanel .reportContent .chart tr:last-child td {
  font-weight: bold;
}
.checkIn .view.reportView .reportPanel .reportContent .chart tr th, .checkIn .view.reportView .reportPanel .reportContent .chart tr td {
  color: #333;
  font-size: 12px;
  padding: 8px;
  text-align: center;
}
@media all and (min-width: 600px) {
  .checkIn .view.reportView .reportPanel .reportContent .chart tr th, .checkIn .view.reportView .reportPanel .reportContent .chart tr td {
    font-size: 14px;
    padding: 10px;
  }
}
.checkIn .view.reportView .reportPanel .reportContent .chart tr th:first-child, .checkIn .view.reportView .reportPanel .reportContent .chart tr td:first-child {
  text-align: left;
}
.checkIn .view.reportView .reportPanel .reportContent .chart tr th:last-child, .checkIn .view.reportView .reportPanel .reportContent .chart tr td:last-child {
  text-align: right;
}
.checkIn .view.reportView .reportPanel .reportContent .chart tr th.label, .checkIn .view.reportView .reportPanel .reportContent .chart tr td.label {
  width: 40%;
}
.checkIn .view.reportView .reportPanel .reportContent .chart tr th[data-status=expecting], .checkIn .view.reportView .reportPanel .reportContent .chart tr th[data-status=declined], .checkIn .view.reportView .reportPanel .reportContent .chart tr th[data-status=checkedin], .checkIn .view.reportView .reportPanel .reportContent .chart tr th.total, .checkIn .view.reportView .reportPanel .reportContent .chart tr td[data-status=expecting], .checkIn .view.reportView .reportPanel .reportContent .chart tr td[data-status=declined], .checkIn .view.reportView .reportPanel .reportContent .chart tr td[data-status=checkedin], .checkIn .view.reportView .reportPanel .reportContent .chart tr td.total {
  width: 15%;
}
.checkIn .view.reportView .reportPanel .reportContent .chart tr th {
  font-size: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  /*
  &.total {
  	background: {
  		image: url(../img/nav-mainlist.png);
  		position: center 2px;
  		repeat: no-repeat;
  	}
  	@include background-size(18px);
  }
  */
}
@media all and (min-width: 600px) {
  .checkIn .view.reportView .reportPanel .reportContent .chart tr th {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.checkIn .view.reportView .reportPanel .reportContent .chart tr th .icon {
  vertical-align: middle;
}
.checkIn .view.reportView .reportPanel .reportContent .chart tr th .icon span {
  right: 0;
}
.checkIn .view.reportView .reportPanel .reportContent .chart tr td {
  border-top: 1px solid #e6e6e6;
}
.checkIn .view.reportView .reportPanel .reportContent .chart tr td:last-child {
  font-weight: bold;
}
.checkIn .view.reportView .reportPanel .reportContent .chart tr td.queryTrigger.hover {
  background-color: #333;
  color: hsl(0, 0%, 100%);
  cursor: pointer;
}
.checkIn .view .header {
  height: 55px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media all and (min-width: 600px) {
  .checkIn .view .header {
    height: 75px;
  }
}
.checkIn .view .content {
  bottom: 55px;
  left: 0;
  position: absolute;
  right: 0;
  top: 55px;
}
@media all and (min-width: 600px) {
  .checkIn .view .content {
    bottom: 75px;
    top: 75px;
  }
}
.checkIn .view .content > .panel {
  display: none;
}
.checkIn .view .content.isReady > .panel {
  display: block;
}
.checkIn .view .content .loading {
  height: 90px;
  margin-left: -45px;
  margin-top: -45px;
  width: 90px;
}
.checkIn .view .footer {
  bottom: 0;
  height: 55px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 4;
}
@media all and (min-width: 600px) {
  .checkIn .view .footer {
    height: 75px;
  }
}
.checkIn .view .icon {
  display: inline-block;
  height: 20px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media all and (min-width: 600px) {
  .checkIn .view .icon {
    height: 28px;
  }
}
.checkIn .view .icon span {
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.checkIn .view [data-status=expecting].selected .icon span {
  background-image: url(../img/icon-expecting-black.svg);
}
.checkIn .view [data-status=expecting] .icon {
  width: 12px;
}
@media all and (min-width: 600px) {
  .checkIn .view [data-status=expecting] .icon {
    width: 16px;
  }
}
.checkIn .view [data-status=expecting] .icon span {
  background-image: url(../img/icon-expecting.svg);
  width: 12px;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  right: 2px;
}
@media all and (min-width: 600px) {
  .checkIn .view [data-status=expecting] .icon span {
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    right: 4px;
    width: 16px;
  }
}
.checkIn .view [data-status=expecting] .icon.white span {
  background-image: url(../img/icon-expecting-white.svg);
}
.checkIn .view [data-status=declined] .icon {
  width: 16px;
}
@media all and (min-width: 600px) {
  .checkIn .view [data-status=declined] .icon {
    width: 22px;
  }
}
.checkIn .view [data-status=declined] .icon span {
  background-image: url(../img/icon-skipped.svg);
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  width: 16px;
}
@media all and (min-width: 600px) {
  .checkIn .view [data-status=declined] .icon span {
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
    right: 1px;
    width: 22px;
  }
}
.checkIn .view [data-status=declined] .icon.white span {
  background-image: url(../img/icon-skipped-white.svg);
}
.checkIn .view [data-status=checkedin] .icon {
  width: 16px;
}
@media all and (min-width: 600px) {
  .checkIn .view [data-status=checkedin] .icon {
    width: 24px;
  }
}
.checkIn .view [data-status=checkedin] .icon span {
  background-image: url(../img/icon-checkedin.svg);
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  width: 16px;
}
@media all and (min-width: 600px) {
  .checkIn .view [data-status=checkedin] .icon span {
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
    width: 24px;
  }
}
.checkIn .view [data-status=checkedin] .icon.white span {
  background-image: url(../img/icon-checkedin-white.svg);
}
.checkIn .view .loading {
  -webkit-animation: scaleout 800ms ease-in-out infinite;
  -moz-animation: scaleout 800ms ease-in-out infinite;
  animation: scaleout 800ms ease-in-out infinite;
  background-color: hsl(0, 0%, 75%);
  background-clip: padding-box;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: none;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
}
.checkIn .view .isLoading .loading,
.checkIn .view .isUpdating .loading {
  display: block !important;
}
.checkIn.isLocked .view .statusesPanel ul li {
  cursor: default;
}
.checkIn.isLocked .view.attendeesView .actionsPanel ul li.menu .termForm .termControl, .checkIn.isLocked .view.attendeesView .actionsPanel ul li.search .termForm .termControl {
  cursor: default;
}
.checkIn.isLocked .view.attendeesView .attendeesPanel .attendeesListPanel {
  /*
  .paging {
  	cursor: default;
  }
  */
}
.checkIn.isLocked .view.attendeesView .attendeesPanel .attendeesListPanel .attendeesList .attendee {
  cursor: default;
}
.checkIn .mask {
  bottom: 0;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
}
.checkIn .mask.show {
  display: block;
}

html {
  /*
  &.ios {
  	&.ciIsTermFocused {
  		height: auto;
  		body {
  			height: auto;
  		}
  		.checkIn {
  			height: auto;
  			.header {
  				left: auto;
  				position: static;
  				right: auto;
  				top: auto;
  				.actionsPanel {
  					ul {
  						li {
  							&.menu {
  								display: none;
  							}
  							&.search {
  								width: 100%;
  							}
  						}
  					}
  				}
  				.fieldsPanel {
  					display: none;
  					@include respond-min-height(500px) {
  						display: block;
  					}
  				}
  			}
  			.attendeesPanel {
  				display: none;
  				height: 136px;
  				min-height: 0;
  				overflow: hidden;
  				padding: {
  					bottom: 0;
  					top: 0;
  				}
  				@include respond-min-height(500px) {
  					display: block;
  				}
  				.loading {
  					position: absolute;
  				}
  			}
  			.footer {
  				bottom: auto;
  				left: auto;
  				position: static;
  				right: auto;
  			}
  		}
  	}
  }
  */
}
html.android.chrome body .checkIn .view.attendeesView {
  /*
  .attendeesPanel {
  	.attendeesListPanel {
  		.paging {
  			padding: {
  				bottom: 12px;
  				top: 16px;
  			}
  			@include respond-min(600px) {
  				padding: {
  					bottom: 20px;
  					top: 24px;
  				}
  			}
  		}
  	}
  }
  */
}
html.android.chrome body .checkIn .view.attendeesView .header .fieldsPanel {
  padding-top: 2px;
}
@media all and (min-width: 600px) {
  html.android.chrome body .checkIn .view.attendeesView .header .fieldsPanel {
    padding-top: 1px;
  }
}
html.android.chrome body .checkIn .view.attendeesView .footer .queryInfoPanel .panel {
  padding-top: 2px;
}
@media all and (min-width: 600px) {
  html.android.chrome body .checkIn .view.attendeesView .footer .queryInfoPanel .panel {
    padding-top: 1px;
  }
}

/*
.ciHasNoScroll {
	overflow: hidden;
}
*/
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rotatePushRight {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotatePushRight 800ms both ease;
  animation: rotatePushRight 800ms both ease;
}

@-webkit-keyframes rotatePushRight {
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@keyframes rotatePushRight {
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
}
.rotatePushLeft {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotatePushLeft 800ms both ease;
  animation: rotatePushLeft 800ms both ease;
}

@-webkit-keyframes rotatePushLeft {
  to {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}
@keyframes rotatePushLeft {
  to {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
}
.moveFromRight {
  -webkit-animation: moveFromRight 600ms ease both;
  animation: moveFromRight 600ms ease both;
}

@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
}
@keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.moveFromLeft {
  -webkit-animation: moveFromLeft 600ms ease both;
  animation: moveFromLeft 600ms ease both;
}

@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.moveToRight {
  -webkit-animation: moveToRight 600ms ease both;
  animation: moveToRight 600ms ease both;
}

@-webkit-keyframes moveToRight {
  to {
    -webkit-transform: translateX(100%);
  }
}
@keyframes moveToRight {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.moveToLeft {
  -webkit-animation: moveToLeft 600ms ease both;
  animation: moveToLeft 600ms ease both;
}

@-webkit-keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

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