body {
	color: #7E8899;
	font-family: BlinkMacSystemFont, -apple-system, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
	background-color: #fff;
	-webkit-font-smoothing: antialiased !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #6e768f;
	font-family: BlinkMacSystemFont, -apple-system, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	-webkit-font-smoothing: antialiased !important;
}

p, a {
	font-family: BlinkMacSystemFont, -apple-system, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased !important;
}

p {
	color: #7E8899;
	font-size: 14px;
}

a {
  color: #0289df;
}

thead {
	color: #6e768f;
	font-weight: 400;
}

.table thead > tr > th {
  color: #222;
  font-weight: 400;
  background-color: #FFF;
  border-bottom: none;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #fcfcfe;
}

.table tbody > tr > th, .table tbody > tr > td, .table tfoot > tr > th, .table tfoot > tr > td {
	padding: 4px 8px;
	color: #5b6173;
	font-size: 13px;
	border-top-color: #c9d0e1;
}

/* Bootstrap Edit */

label {
  font-weight: 400;
}

.well {
	margin: 0 1%;
}

.btn {
  padding: 2px 10px;
  border: none !important;
}

.btn-default {
  color: #0D79CC;
  background-color: #EEF3F9;
  border-color: #DFE2E7;
}

.btn-default:hover {
  color: #0D79CC;
  background-color: #f3f7fc;
  border: none;
}

.btn-primary {
  background-color: #027acd;
  border: none;
}

.btn-success {
	background-color: #25C590;
	border: none;
}

.btn-success:hover {
	background-color: #27B4A2;
}

.form-control {
  padding: 2px 10px;
  height: 27px;
  border-color: #c9cfda;
}

.well {
	box-shadow: none;
	background-color: #FBFBFB;
}

.nav > li > a:hover {
	color: #25BBA9;
	background-color: transparent;
}

.modal-title {
	font-weight: 300;
}

.evey-modal-content{
  border-radius: 0;
}

/* Select2 override */
[class^='select2'] {
  border-radius: 0px !important;
	border-width: 0px !important;
}

.select2-chosen, .select2-choice{
	background-color: transparent !important;
	background-image: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	box-shadow: none !important;
	outline: none;
}

.select2-arrow{
	background: transparent !important;
}

/* Navbar */
.navbar {
	border-top: 4px solid #25C590;
	border-bottom: 1px solid #EEEEEE;
}

.mobile-tag-menu {
	display: none;
}

.navbar-wrapper, .navbar-wrapper .container {
	margin: 0;
	padding: 0;
	max-width: 100% !important;
}

.navbar-header {
	height: 48px;
}

ul.nav.navbar-nav {
	margin-top: 0;
  margin-left:10px;
}

.navbar {
	margin-bottom: 0;
	padding: 0;
	height: 78px;
}

.navbar-brand {
	position: absolute;
	top: 10px;
	left: 50%;
	display: block;
	margin: 0 0 0 -40px;
	padding: 0;
	width: 80px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: transparent url(/assets/evey-logo-green-6be483ec1a5c0f3a21a247c35fb3f4cd992ef8882bbfa0ce8deb0d52bafba363.svg) center center no-repeat;
	background-size: 48px 30.12px;
}

.navbar-brand:hover {
	background-color: transparent !important;
}

.nav a {
	color: #748499;
	font-size: 14px;
}

.global-menu {
	display: block;
	margin:  0 auto;
	width: 100%;
	max-width: 1170px;
}

.navbar-left {
	padding: 10px 0 0 0;
	width: 44%;
}

.navbar-left li {
	padding-right: 36px;
}

.navbar-left li:last-child {
	padding-right: 0;
}

.navbar-right {
	margin-right: 10px !important;
	padding: 10px 0 0 0;
	width: 40%;
}

.navbar-right li {
	padding-left: 10px;
	float: right;
}

.navbar-right li:last-child {
	margin-right: 24px;
}

.navbar-right .dropdown-menu li {
	display: block;
	width: 100%;
}

.navbar-right .dropdown-menu li:last-child {
	margin-right: 0;
}

.payment-setup-nav, .payment-setup-nav:active {
	color: #4A95EA !important;
}

.payment-setup-nav:hover {
	background-color: transparent !important;
}

.payment-setup-nav .glyphicon {
	margin-right: 6px;
}

.profile-icon {
	padding-top: 10px !important;
}

.icon-profile-1 {
	display: inline-block;
	margin-right: 5px;
	font-size: 24px;
	float: left;
}

.profile-label {
	display: none;
}

.navbar-left .caret {
	margin: 5px 0 0 10px;
}

/* Layout */

.dash-subnav {
	display: inline-block;
	padding: 13px 0;
	width: 100%;
	background-color: #FBFBFB;
	border-bottom: 1px solid #EEE;
}

.dash-subnav-inner {
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 1170px;
}

.dash-subnav .icon-add-3 {
	margin: -2px 8px 0 0;
	font-size: 20px;
	float: left;
}

.dash-subnav .btn-success {
	padding: 5px 20px 5px 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.dash-subnav .dropdown {
	float: left;
}

.sub-nav-eventname-link{
	display: inline-block;
	width: 70%;
	float: left;
}

.subnav-pagetitle-status {
	display: inline-block;
	width: 30%;
	float: left;
}

.subnav-pagetitle-status h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	text-align: right;
}

.sub-nav-eventname-link .label-con {
	padding-left:5px;
}

#events-filter {
	color: #7484A1;
}

#events-filter .caret {
	margin-left: 6px;
}

#event-search {
	position: relative;
	float: right;
}

#event-search .form-control {
	float: left;
	border-radius: 25em;
}

.search-btn {
	position: absolute;
	top: 3px;
	right: 2px;
	color: #7484A1;
}

.top-buffer-large {
  padding-top: 50px;
}

.top-buffer-medium {
  padding-top: 35px;
}

.top-buffer-small {
  padding-top: 20px;
}

.general-content-wrapper {
	margin: 30px auto;
	padding: 10px 30px 30px 30px;
	max-width: 1280px;
	width: 95%;
	background-color: #FFF !important;

	border-radius: 3px;
}

.bottom-border {
	margin-top: 10px;
	padding: 5px 1% 10px 1%;
	width: 100%;
	border-bottom: 1px solid #EEE;
}

.form-group {
	margin-bottom: 0;
	padding: 16px 0 26px 2px;
	width: auto;
	font-size: 12px;
	border-bottom: 1px solid #F1F1F1;
}

.control-label, label {
	padding: 0 0 3px 5px;
	color: #798291;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.form-group input {
	border: 1px solid #B4B4B4;
}

.center-element {
	display: block;
	margin: 30px auto 0 auto;
	float: none;
}

.white-wrapper-medium {
	display: block;
  margin: 0px auto 40px;
  padding: 10px 30px 30px 30px;
  max-width: 700px;
  width: 95%;
  height: auto;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
  box-shadow: 0 0 2px rgba(0,0,0,.1);
}

.partial-wrapper{
	display: block;
	margin: 0 auto;
	padding-top: 20px;
	max-width: 500px;
	width: 80%;
	float: none;
	h4{
		padding-bottom: 10px;
		color: #222;
		font-size: 24px;
	}
}

@media screen and (max-width: 568px) {
	.partial-wrapper {
			width: 95%;
		}
}

@media screen and (max-width: 992px) {
	.mobile-margin-bottom {
			margin-bottom: 20px;
		}
}

/* Footer */

.global-footer-wrapper {
	margin: 20px 0 0 0;
	padding: 60px 0 40px 0;
	width: 100%;
	min-height: 100px;
	font-size: 12px;
	color: #a0a6b8;
	background-color: #fafafa;
}

.global-footer .row {
	margin: 0 !important;
}

.global-footer {
	margin: 0px auto;
	padding-top: 30px;
	border-top: 1px solid #EEE;
	max-width: 1120px;
	width: 98%;
}

.global-footer h1 {
  padding: 0px 0 15px 0;
}

.global-footer p {
  padding-top: 40px;
  text-align: center;
}

.global-footer p {
	font-size: 12px;
}

.global-footer a {
	font-size: 12px;
}

.global-footer li {
	padding-bottom: 6px;
	list-style-type: none;
}

.global-footer li:first-child {
	padding-bottom: 10px;
	font-size: 14px;
}

/* Common Elements */

.global-content-wrap {
	display: block;
	margin: 0 auto;
	padding-top: 30px;
	width: 95%;
	max-width: 1170px;
}

.alert {
	position: absolute !important;
	top: 122px !important;
	left: 50% !important;
	margin: 10px 0 0 -25% !important;
	padding: 5px 15px;
	width: 50%;
	z-index: 101 !important;
}

.alert-original {
  position: static !important;
  margin: 0 0 25px 0 !important;
  padding: 15px;
  width: auto;
}

.general-input {
	padding-bottom: 14px;
}

.no-margin {
	margin: 0;
}

.horz-p20 {
	padding-left: 20px;
	padding-right: 20px;
}

.ver-p20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.instruction-helper {
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}

.small-width-form {
	display: block;
	margin: 0 auto;
	width: 95%;
	max-width: 400px;
}

.red-text {
	color: #E41E3D;
}

/* ORDER STYLES */
#attendee-attributes-con textarea {
	height: 140px;
}

@media screen and (min-width: 989px) {

	.global-menu {
		display: block !important;
	}

}

@media screen and (max-width: 988px) {

	.navbar-toggle {
		margin: 11px 30px 0 0;
	}

	.mobile-tag-menu {
		display: block;
		padding: 14px 20px 10px 20px;
	}

	.mobile-tag-menu:hover {
		cursor: pointer;
	}

	.notifications-nav {
		display: none !important;
	}

	.navbar {
		height: 53px;
		border-width: 2px;
	}

	.navbar-brand {
		top: 0px;
	}

	.global-menu {
		display: none;
		position: fixed;
		top: 52px;
		left: 0;
		width: 100%;
		max-width: 320px;
		background-color: #FFF;
		box-shadow: 0px 1px 9px 0px rgba(163,163,163,0.68);
	}

	.navbar-left, .navbar-right {
		margin-left: 0 !important;
		padding-top: 0;
		width: 100%;
	}

	.navbar-right {
		float: left !important;
	}

	.navbar-left li, .navbar-right li {
		display: block;
		width: 100%;
		text-indent: 10px;
		border-bottom: 1px solid #EEE;
		clear: both;
		float: none;
	}

	.navbar-right li:last-child {
		border-bottom: none;
	}

	.profile-icon {
		padding-top: 10px !important;
	}

	.profile-label {
		display: inline-block;
		padding-right: 5px;
		float: left;
	}

}

@media screen and (max-width: 720px) {

	.sub-nav-eventname-link {
		width: 100%;
	}

	.subnav-pagetitle-status h3 {
		display: none;
	}

}


@media screen and (max-width: 320px) {

	.sign-up-wrapper {
		width: 300px;
	}

}

/* Pagination */
.digg_pagination {
    background: white;
    cursor: default;
    margin-bottom:30px;
  /* self-clearing method: */
}

.digg_pagination a, .digg_pagination span, .digg_pagination em {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin-right: 1px;
}

.digg_pagination .disabled {
    color: #999999;
    border: 1px solid #dddddd;
}

.digg_pagination .current {
    font-style: normal;
    font-weight: bold;
    background: #2e6ab1;
    color: white;
    border: 1px solid #2e6ab1;
}

.digg_pagination a {
    text-decoration: none;
    color: #105cb6;
    border: 1px solid #9aafe5;
}

.digg_pagination a:hover, .digg_pagination a:focus {
    color: #000033;
    border-color: #000033;
}

.digg_pagination .page_info {
    background: #2e6ab1;
    color: white;
    padding: 0.4em 0.6em;
    width: 22em;
    margin-bottom: 0.3em;
    text-align: center;
}

.digg_pagination .page_info b {
    color: #000033;
    background: #6aa6ed;
    padding: 0.1em 0.25em;
}

.digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .digg_pagination {
    height: 1%;
}

*:first-child + html .digg_pagination {
    overflow: hidden;
}

/* General*/

.btn {
    border-radius: 3px;
}

.info-btn {
    float: right;
}

.info-btn:hover {
    text-decoration: none;
}

table.selectable tbody tr:hover {
  background-color:#eee;
  cursor:pointer;
}
table.selectable tbody tr:active {
  background-color:#ccc;
  cursor:pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
table tbody tr td.actions {
  text-align:center;
}

#email_body {
    height:300px;
}

/* Pagination */

.digg_pagination {
    background: white;
    cursor: default;
    margin-bottom:30px;
  /* self-clearing method: */
}

.digg_pagination a, .digg_pagination span, .digg_pagination em {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin-right: 1px;
}

.digg_pagination .disabled {
    color: #999999;
    border: 1px solid #dddddd;
}

.digg_pagination .current {
    font-style: normal;
    font-weight: bold;
    background: #2e6ab1;
    color: white;
    border: 1px solid #2e6ab1;
}

.digg_pagination a {
    text-decoration: none;
    color: #105cb6;
    border: 1px solid #9aafe5;
}

.digg_pagination a:hover, .digg_pagination a:focus {
    color: #000033;
    border-color: #000033;
}

.digg_pagination .page_info {
    background: #2e6ab1;
    color: white;
    padding: 0.4em 0.6em;
    width: 22em;
    margin-bottom: 0.3em;
    text-align: center;
}

.digg_pagination .page_info b {
    color: #000033;
    background: #6aa6ed;
    padding: 0.1em 0.25em;
}

.digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .digg_pagination {
    height: 1%;
}

*:first-child + html .digg_pagination {
    overflow: hidden;
}

@media (min-width: 1200px) {
    /* line 10, /Users/fourandthree/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.2.0.0/assets/stylesheets/bootstrap/_grid.scss */
    .container {
        width: 100% !important;
    }
}

.btn-evey{
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 12px;
  color: #fff;
  border-radius: 4px;
  background-color: #1ecf72 !important;
}
.btn-evey:hover, .btn-evey:focus, .btn-evey:active{
	background-color: darken(#1ecf72, 10%) !important;
	color: #fff;
}

.btn-evey-xs{
  padding: 2px 10px !important;
  font-size: 12px !important;
}

/*
Forms.css
*/
.form-group label{
	color: #7a8088 !important;
	font-size: 10px;
	font-weight: 500;
	padding-left: 0;
}

.text-input{
  padding-left: 0;
  font-size: 16px !important;
  font-weight: 500;
  text-align: left;
  color: #2c3138 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent;
  border-bottom: solid 1px #e2e2e2 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.text-input:focus, .text-input:active{
	box-shadow: none !important;
}

.no-border{
  border-bottom: 0;
}

.only-border-bottom{
  border-width: 0 0 1px 0 !important;
  border-bottom-right-radius: 0;
}


/*
	Checkin.css
*/

body.check-in {
	background-color: #f6f6f6;
}

body.check-in .navbar {
	height: 48px;
	background-color: #3C3AB1;
	border: none;
}

body.check-in .attendee-list, body.check-in .sign-out {
	display: none;
}

body.check-in .navbar a {
	color: #FFF;
}

body.checkin-page .attendee-list {
	position: absolute;
	top: 5px;
	left: 10px;
	display: block;
	margin: 0;
	padding: 10px;
	color: #748499;
	font-size: 13px;
	font-weight: 400;
}

body.checkin-page .sign-out {
	position: absolute;
	top: 5px;
	right: 10px;
	display: block;
	margin: 0;
	padding: 10px;
	color: #748499;
	font-size: 13px;
	font-weight: 400;
}

body.checkin-page .alert-success {
	left: 0 !important;
	top: 0 !important;
	position: relative !important;
  margin: 0 auto !important;
  margin-bottom: -10px !important;
  display: block;
  width: 100%;
  bottom: 48px;
  border: 0;
  border-radius: 0;
  max-width: 560px;
  text-align: center;
  font-size: 32px;
  color: white;
  background: #3C3AB1;
  font-family: "futura-pt-condensed", BlinkMacSystemFont, -apple-system, â€œSegoe UIâ€, Roboto, Helvetica, Arial, sans-serif;
}

body.checkin-page .alert-danger {
	left: 0 !important;
	top: 0 !important;
	position: relative !important;
  margin: 0 auto !important;
  margin-bottom: -10px !important;
  display: block;
  width: 100%;
  bottom: 48px;
  border: 0;
  border-radius: 0;
  max-width: 560px;
  text-align: center;
  color: white;
  background: #f94223;
  font-family: "futura-pt-condensed", BlinkMacSystemFont, -apple-system, â€œSegoe UIâ€, Roboto, Helvetica, Arial, sans-serif;
}

body.checkin-page .btn-success:not(.btn-quick-checkin):not(.btn-checked-in):not(#checkin-button) {
	background-color: #3C3AB1;
	border: none;
}

body.checkin-page #checkin-button {
	background-color: #1DB16C;
	border: none;
}

.check-back {
	position: absolute;
	top: 13px;
	left: 10px;
	color: #FFF;
	font-weight: bold;
	background: transparent;
	border: none;
	float: left;
}

.check-back:visited,
.check-back:hover {
	color: #fff;
}

.navbar-brand{
	background: transparent url('https://evey-files.s3.amazonaws.com/images/evey-logo-white.svg') center center no-repeat !important;
	top:0;
}

.checkin-login-wrapper {
  margin: 20px auto;
  padding: 10px;
  width: 280px;
  background-color: #fff;
  border: 1px solid #c9d0e1;
  border-radius: 3px;
  padding-bottom:57px;
}

.checkin-login-wrapper label {
  display: block;
  clear: right;
  width: inherit;
  float: none;
  font-weight: normal;
  margin:0;
  padding:0;
}

/****

GENERAL / LOGIN

****/

.futura {
	color: #333;;
	font-family: "futura-pt-condensed", BlinkMacSystemFont, -apple-system, â€œSegoe UIâ€, Roboto, Helvetica, Arial, sans-serif;
	font-weight: 800;
}

.check-core-wrap {
	display: block;
	margin: 0 auto;
	max-width: 560px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(181,181,181,0.50);
}

.checkin-page .form-group {
	border-bottom: none;
}

.checkin-page h1.check-title {
	margin-bottom: 0;
	color: #030303;
	font-size: 32px;
	font-family: "futura-pt-condensed", BlinkMacSystemFont, -apple-system, â€œSegoe UIâ€, Roboto, Helvetica, Arial, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.checkin-page .search-attendees {
	padding: 5px 8px;
	background-color: #FAFAFA;
	border-bottom: 1px solid #EEE;
}

.checkin-page .search-attendees input {
	color:  #7A797B;
	height: 30px;
	background-color: #DEDEDE;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.checkin-page .search-attendees input:focus {
	background-color: #FFF;
}

#search-go {
	display: none;
}

.checkin-top-wrap {
padding: 8px 0;
}

.checkin-page .global-footer {
	border: none;
}

.checkin-page .global-footer p {
	padding-top: 0;
}

.event-filter {
	display: block;
	padding: 10px 0 8px 0;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #C8C7CC;
}

.event-filter p {
	display: inline-block;
	color: #030303;
	float: left;
}

.event-filter select {
	display: inline-block;
	width: 200px;
	float: right;
	border: 0 !important;
}


.btn-quick-checkin {
	height: 40px;
	width: 40px;
	border: 3px #dedede solid !important;
	background: url('https://evey-files.s3.amazonaws.com/images/black-check.svg') no-repeat center center;
	border-radius: 50%;
}
.btn-quick-checkin:hover{
	background: url('https://evey-files.s3.amazonaws.com/images/black-check.svg') no-repeat center center;
}

.btn-checked-in {
	background: url('https://evey-files.s3.amazonaws.com/images/check-white.svg') no-repeat center center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
}
.btn-checked-in:hover{
	background: url('https://evey-files.s3.amazonaws.com/images/check-white.svg') no-repeat center center;
}

/***

SORT

***/

.sort-header {
	padding: 4px 0;
	height: 48px;
	border-bottom: 1px solid #ddd;
}

.sort-header h2 {
	margin: 6px 0;
	padding-left: 4px;
	line-height: 1em;
	float: left;
}

.advance-filters {
	padding: 10px 8px 0 0;
	float: right;
}

.advance-filters:hover {
	cursor: pointer;
}

/***

ATTENDEE DISPLAY

***/

.checkin-details .attendee-table h2,
.checkin-details .event-table h2 {
	margin-bottom: 0;
	color: #030303;
	font-family: "futura-pt-condensed", BlinkMacSystemFont, -apple-system, â€œSegoe UIâ€, Roboto, Helvetica, Arial, sans-serif;
	font-weight: 800;
	text-align: left;
}

.attendee-table .actions .btn {
	padding: 1px 5px;
	border-radius: 25em;
}


/***

CHECKIN DETAILS

***/
.checkin-wrapper {
	position: relative;
  padding: 0;
  width: 100%;
  background-color: #fff;
	padding-bottom:30px;
}
.checkin-wrapper .event-title {
	padding-bottom: 0;
	color: #161616;
	font-size: 20px;
	font-weight: bold;
}

.checkin-wrapper h1 {
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	width: 100%;
	color: #222;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.checkin-wrapper h2 {
	color: #111;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	font-family: "futura-pt-condensed", BlinkMacSystemFont, -apple-system, â€œSegoe UIâ€, Roboto, Helvetica, Arial, sans-serif;
}

.checkin-wrapper .event-start {
	color: #7f7f7f;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.checkin-wrapper span.ticket-detail-label {
	color: #7f7f7f;
	font-size: 14px;
	font-weight:  bold;
}

.checkin-wrapper ul.ticket-details li {
	color: #161616;
	font-size: 21px;
	font-weight: bold;
}

.checkin-wrapper .alert {
	position:relative !important;
	top: 0 !important;
	left: 0 !important;
	margin: 10px !important;
	width: 96%;
	clear: both;
}

.checkin-wrapper .digg_pagination {
	padding-left:10px;
	padding-top:10px;
	margin-bottom:10px;
}

.checkin-wrapper hr {
	margin: 10px 0;
}

.checkin-wrapper .attendee-search {
	padding:10px 20px;
	padding-bottom:0;
}
.checkin-wrapper .attendee-search .filter-options {
	margin-bottom:20px;
}
.checkin-wrapper .attendee-search .filter-options label {
	margin-top:0;
	float:none;
}

.checkin-wrapper .attendee-search .filter-options p {
	margin: 0 !important;
	padding-bottom: 0;
}

.checkin-details h3 {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	color: #6e768f;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #EEE;
}

.checkin-details .icon {
	font-size: 20px;
}

.checkin-details table td {
	vertical-align: middle !important;
}

.checkin-details #search-go .icon {
	font-size: 14px;
}


.form-group {
	display: block;
	margin: 0 auto!important;
	width: 95%;
	float: none;
}

.checkin-details label {
	padding-top: 10px;
	width: 100%;
	color: #6e768f;
	font-weight: 400;
	text-indent: 6px;
	text-align: left;
}

.checkin-login {
	margin-top: 12px;
	padding: 6px 0;
	width: 100%;
}

.checkin-details .alert {
  margin: 10px;
}

.ticket-details {
  padding: 10px;
  list-style: none;
}

.ticket-details p {
  margin-bottom: 10px;
}

.ticket-details li {
	padding-bottom: 10px;
}

.ticket-detail-label {
  display: block;
  font-weight: bold;
  clear: right;
}

.ticket-cancelled{
	background-color: #f94223;
	width: 96% !important;
	color: white;
	text-align: center;
	margin-bottom: 5px !important;
	font-family: "futura-pt-condensed", BlinkMacSystemFont, -apple-system, â€œSegoe UIâ€, Roboto, Helvetica, Arial, sans-serif;
}
.ticket-cancelled h2{
	color:white;
	margin-top: 0;
}

.ticket-checkin-disabled {
	background-color: #f94223;
	width: 96% !important;
	color: white;
	text-align: center;
	margin-bottom: 5px !important;
	font-family: "futura-pt-condensed", BlinkMacSystemFont, -apple-system, â€œSegoe UIâ€, Roboto, Helvetica, Arial, sans-serif;
}
.ticket-checkin-disabled h2{
	color:white;
	margin-top: 0;
	text-transform:uppercase;
}

.checkin-login-page .global-footer, .checkin-page .global-footer {
  margin: 14px auto;
  width: 300px;
  text-align: center;
}

.checkin-login-page .global-footer .questions,.checkin-page .global-footer .questions {
  padding-left: 10px;
  float: left;
}

.checkin-page table {
  margin-bottom:0;
}

.checked-in-attendees {
	margin-bottom: 4px;
	text-align: center;
	color: #7F7F7F;
	font-size: 14px;
}

#checkin-button {
	padding: 8px 0;
	width: 96%;
  margin: 2%;
  font-size: 24px;
  font-weight: bold;
}
#checkin-button.btn-danger{
	background-color: #f94223 !important;
}

.checkin-login-page h2 {
  margin: 5px 0 15px 0;
  font-size: 18px;
  font-weight: bold;
}

.checkin-login-page .btn {
  margin: 15px 0;
}

.checkin-login-page .alert {
  margin: 10px;
}

.checkin-login-page .ticket-details h6 {
  display: block;
  padding-left: 30px;
  width: 150px;
  text-align: left;
  font-weight: bold;
  float: left;
  clear: left;
}

.scan-ticket-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display:block;
	margin: 10px auto 0 auto;
	padding: 16px 0;
	width: 100%;
	height: 48px;
	font-weight: bold;
	border-radius: 0;
	z-index: 10;
}

#ticket-reader {
	position:absolute;
	width:100%;
	height:100%;
	top:79px;
	left:0;
	display:none;
	overflow: hidden;
	background-color:black;
}

#reader-loading {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
	overflow: hidden;
	background-color:rgba(0, 0, 0, 0.5);
	text-align:center;
	z-index:10000;

	span {
		display:inline-block;
		height:100%;
		vertical-align:middle;
	}

	.spinner {
		vertical-align:middle;
		animation: rotator 1.4s linear infinite;

		.path {
		  stroke-dasharray: 187;
		  stroke-dashoffset: 0;
		  transform-origin: center;
		  animation:
		    dash 1.4s ease-in-out infinite,
		    colors (5.6s) ease-in-out infinite;
		}
	}
}

@keyframes rotator {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(270deg); }
}

@keyframes colors {
	0% { stroke: #35bdab; }
	25% { stroke: #35bdab; }
	50% { stroke: #35bdab; }
	75% { stroke: #35bdab; }
  100% { stroke: #35bdab; }
}

@keyframes dash {
 0% { stroke-dashoffset: 187; }
 50% {
   stroke-dashoffset: 47;
   transform:rotate(135deg);
 }
 100% {
   stroke-dashoffset: 187;
   transform:rotate(450deg);
 }
}


@media screen and (max-width: 980px) {

	body.checkin-page .sign-out, body.checkin-page .attendee-list {
		top: 5px;
	}

	#ticket-reader {
		top:53px;
	}

}

@media screen and (max-width: 980px) {

.checkin-page .search-attendees {
	margin-bottom: 0;
}

}
