
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden], template {
	display: none;
}

body, html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 100%;
}

body {
	font-family: avenir, Arial, Helvetica, Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.ch-container {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 1em;
}

.ch-section {
	margin: .5em 0;
	padding: .5em 0;
	text-align: center;
}

p.lead {
	font-size: 2em;
}

.ch-hide, .loading #ch-active, .loading #ch-blocked, .loading #ch-countdown, .loading #ch-full, .loading #ch-later, .loading #ch-position, .loading #ch-prelude, .loading #ch-priority, .loading #ch-room-full, .loading #ch-sooner {
	display: none;
}

#ch-logo {
	position: relative;
}

#ch-logo img {
	max-width: 100%;
	object-fit: none;
}

#ch-header h1, #ch-header h2 {
	font-size: 1.9rem;
	margin: 0;
}

#ch-header #ch-title {
	font-size: 1.7rem;
}

#ch-header #ch-message {
	background-color: #f2f2f2;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
	color: #303030;
	margin: 1em auto;
	max-width: 70%;
	padding: 1.5em;
}

#ch-active {
	display: block;
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position: 40px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position: 40px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

#ch-active .progress {
	background-color: #ebebeb;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

#ch-active .progress .progress-bar-stripes {
	background-color: #206d9c;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	color: #206d9c;
	float: left;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	width: 0;
}

#ch-active .progress .progress-bar-pulse, #ch-active .progress .progress-bar-stripes {
	height: 100%;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

#ch-active .progress .progress-bar-pulse {
	-webkit-animation: progress-animation 3s linear infinite;
	-o-animation: progress-animation 3s linear infinite;
	animation: progress-animation 3s linear infinite;
	background-image: linear-gradient(90deg, #206d9c, #60c0fc 17%, #b9e2fc 34%, #206d9c 51%, #206d9c 68%, #60c0fc 85%, #b9e2fc);
	background-repeat: repeat-x;
	background-size: 300% 100%;
	display: block;
}

@-webkit-keyframes progress-animation {
	0% {
		background-position: 100%;
	}
	
	to {
		background-position: 0;
	}
}

@keyframes progress-animation {
	0% {
		background-position: 100%;
	}
	
	to {
		background-position: 0;
	}
}

#ch-active .progress .progress-bar-stripes {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
	background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-size: 40px 40px;
}

#ch-active .progress-bar-success {
	background-color: #206d9c;
}

.progress-striped #ch-active .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}

#ch-active .progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped #ch-active .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}

#ch-active .progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped #ch-active .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}

#ch-active .progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped #ch-active .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}

#ch-active .progress {
	margin: 20px auto;
}

#ch-active #ch-estimated-wait {
	display: block;
}

#ch-active #ch-estimated-wait #ch-estimated-placeholder img {
	vertical-align: middle;
}

#ch-active #ch-estimated-wait .ch-show {
	display: inline-block;
}

#ch-active #ch-estimated-wait .ch-hide {
	display: none;
}

#ch-active #ch-sessions-expire, #ch-active #ch-sessions-no-expire {
	font-size: .9rem;
	line-height: 1.4;
}

#ch-active .ch-hide, #ch-stock.ch-hide {
	display: none;
}

#ch-stock.ch-show {
	display: block;
}

#ch-stock {
	perspective: 10em;
	width: auto;
}

#ch-stock-value {
	background: #206d9c;
	border: 1px solid #206d9c;
	border-radius: .2em;
	color: #fff;
	display: inline-block;
	font-family: Courier New, Courier, monospace;
	font-weight: 600;
	padding: .3em .4em .2em;
}

#ch-stock-available.ch-show, #ch-stock-unavailable.ch-show {
	display: block;
}

#ch-stock-available.ch-hide, #ch-stock-unavailable.ch-hide {
	display: none;
}

#ch-captcha, #ch-captcha-container {
	display: none;
	text-align: center;
}

#ch-captcha div {
	margin: 0 auto;
}

#ch-blocked, #ch-prelude, #ch-room-full {
	display: none;
}

#ch-priority * {
	box-sizing: border-box;
}

#ch-priority {
	display: block;
	margin: 0 auto;
	min-width: 200px;
	width: 80%;
}

#ch-priority .ch-priority-group {
	display: flex;
	display: -ms-flexbox;
	margin: 0 auto;
	max-width: 400px;
}

#ch-priority .ch-priority-group-add {
	margin-bottom: 1.5em;
}

#ch-priority .ch-priority-group-add-field {
	height: 16px;
	width: 240px;
}

#ch-priority .ch-priority-group-add-field:not(:first-child) {
	border-left: 0;
}

#ch-priority .ch-priority-input {
	border: 1px solid hsla(31, 15%, 50%, .25);
	border-right: 0;
	flex: 1 0 80%;
	padding: 7px;
	width: 100%;
}

#ch-priority .ch-priority-group-add-item {
	border: 1px solid hsla(31, 15%, 50%, .25);
	font: inherit;
	font-weight: 400;
	height: 32px;
	padding: 0;
	width: 32px;
}

#ch-priority .ch-priority-group-add-field:first-child, #ch-priority .ch-priority-group-add-item:first-child {
	border-radius: 2px 0 0 2px;
}

#ch-priority .ch-priority-group-add-field:last-child, #ch-priority .ch-priority-group-add-item:last-child {
	border-radius: 0 2px 2px 0;
}

#ch-priority .input-group-btn {
	flex: 0 1 auto;
	font: inherit;
	font-weight: 400;
	padding: 0;
	width: auto;
}

#ch-priority .input-group-btn button {
	border: 1px solid hsla(31, 15%, 50%, .25);
	border-radius: 0 2px 2px 0;
	height: 34px;
	line-height: 0;
	position: relative;
	width: auto;
}

#ch-priority .input-group-btn button:hover {
	background-color: #2d2d2d;
	color: #fff;
	cursor: pointer;
}

#ch-priority .ch-icon {
	flex: 1 0 auto;
	height: 32px;
	line-height: 0;
	margin-left: 10px;
	position: relative;
	width: 32px;
}

#ch-priority .ch-icon.ch-priority-group-add-item {
	border: none;
}

#ch-priority .ch-icon svg {
	height: 24px;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}

#ch-priority .ch-icon.ch-hide {
	display: none;
}

#ch-priority #ch-priority-error .ch-show, #ch-priority #ch-priority-success .ch-show {
	display: table-cell;
}

#ch-priority #ch-priority-error {
	color: #cd000b;
}

#ch-priority #ch-priority-success {
	color: green;
}

@media screen and (max-width:400px) {
	#ch-priority .ch-priority-group {
		flex-direction: column;
	}
	
	#ch-priority .ch-priority-input {
		-webkit-appearance: none;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-right: 1px solid hsla(31, 15%, 50%, .25);
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		text-align: center;
	}
	
	#ch-priority .input-group-btn button {
		border-radius: 0 0 6px 6px;
		border-top: none;
		width: 100%;
	}
	
	#ch-priority #ch-priority-success {
		text-align: center;
		width: 100%;
	}
	
	#ch-priority .ch-icon {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}
}

#ch-email-me * {
	box-sizing: border-box;
}

#ch-email-me.ch-hide {
	display: none;
}

#ch-email-terms {
	display: none !important;
}

#ch-email-me {
	display: block;
	margin: 0 auto;
	min-width: 200px;
	width: 80%;
}

#ch-email-me .ch-email-me-group {
	display: flex;
	display: -ms-flexbox;
	margin: 0 auto;
	max-width: 400px;
}

#ch-email-me .ch-email-me-group-add {
	margin-bottom: 1.5em;
}

#ch-email-me .ch-email-me-group-add-field {
	height: 16px;
	width: 240px;
}

#ch-email-me .ch-email-me-group-add-field:not(:first-child) {
	border-left: 0;
}

#ch-email-me .ch-email-me-input {
	border: 1px solid hsla(31, 15%, 50%, .25);
	border-right: 0;
	flex: 1 0 80%;
	padding: 7px;
	width: 100%;
}

#ch-email-me .ch-email-me-group-add-item {
	border: 1px solid hsla(31, 15%, 50%, .25);
	font: inherit;
	font-weight: 400;
	height: 32px;
	padding: 0;
	width: 32px;
}

#ch-email-me .ch-email-me-group-add-field:first-child, #ch-email-me .ch-email-me-group-add-item:first-child {
	border-radius: 2px 0 0 2px;
}

#ch-email-me .ch-email-me-group-add-field:last-child, #ch-email-me .ch-email-me-group-add-item:last-child {
	border-radius: 0 2px 2px 0;
}

#ch-email-me .input-group-btn {
	flex: 0 1 auto;
	font: inherit;
	font-weight: 400;
	padding: 0;
	white-space: nowrap;
	width: auto;
}

#ch-email-me .input-group-btn button {
	border: 1px solid hsla(31, 15%, 50%, .25);
	border-radius: 0 2px 2px 0;
	height: 34px;
	line-height: 0;
	position: relative;
	width: auto;
}

#ch-email-me .input-group-btn button:enabled:hover {
	background-color: #2d2d2d;
	color: #fff;
	cursor: pointer;
}

#ch-email-me .input-group-btn button:disabled {
	cursor: not-allowed;
}

#ch-email-me .ch-email-me-btn-reset {
	border: 1px solid hsla(31, 15%, 50%, .25);
	border-radius: 0 2px 2px 0;
	height: 34px;
	line-height: 0;
	position: relative;
	width: auto;
}

#ch-email-me .ch-email-me-btn-reset:hover {
	background-color: #2d2d2d;
	color: #fff;
	cursor: pointer;
}

#ch-email-me .ch-icon {
	flex: 1 0 auto;
	height: 32px;
	line-height: 0;
	margin-left: 10px;
	position: relative;
	width: 32px;
}

#ch-email-me .ch-icon.ch-email-me-group-add-item {
	border: none;
}

#ch-email-me .ch-icon svg {
	height: 24px;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}

#ch-email-me .ch-icon.ch-hide {
	display: none;
}

#ch-email-me #ch-email-me-error .ch-show, #ch-email-me #ch-email-me-success .ch-show {
	display: table-cell;
}

#ch-email-me #ch-email-me-error {
	color: #cd000b;
}

#ch-email-me #ch-email-me-success {
	color: green;
}

@media screen and (max-width:400px) {
	#ch-email-me .ch-email-me-group {
		flex-direction: column;
	}
	
	#ch-email-me .ch-email-me-input {
		-webkit-appearance: none;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-right: 1px solid hsla(31, 15%, 50%, .25);
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		text-align: center;
	}
	
	#ch-email-me .input-group-btn button {
		border-radius: 0 0 6px 6px;
		border-top: none;
		width: 100%;
	}
	
	#ch-email-me #ch-email-me-success {
		text-align: center;
		width: 100%;
	}
	
	#ch-email-me .ch-icon {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}
}

#ch-footer {
	display: block;
	margin-top: 5em;
}

#ch-footer a img {
	width: 150px;
}

#ch-token-copy.ch-show {
	display: block;
}

.ch-token {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
}

#ch-token-copy {
	background-color: transparent;
	border: none;
	color: #727272;
	height: 16px;
	margin-left: .2em;
	width: 15px;
}

#ch-token-copy .checkmark {
	font-size: 12px;
	opacity: 0;
	transition: opacity .5s ease-in-out;
}

#ch-token-copy.ch-token-clicked .checkmark {
	display: block;
	opacity: 1;
}

#ch-token {
	border-radius: 4px;
	color: orange;
	font-size: 90%;
	padding: 2px 4px;
}

#ch-token:hover {
	background-color: #787876;
	color: orange;
	cursor: pointer;
}
