html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
body {
	position: relative;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
select {
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
}
.errors {
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 6px;
	color: #ff6b71;
	margin: 1em auto;
	padding: 1em;
	width: 100%;
}
.error_list,
.validation_error_list {
	padding-left: 1em;
	list-style: none;
}
.remarks {
	margin: 2em auto;
	word-wrap: break-word;
}
@media screen and (min-width: 681px) {
	.remarks {
		margin-left: 120px;
		width: 350px;
	}
}
#infoContent > table {
	width: 100%;
}
.clear {
	clear: both;
	display: block;
}
.spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
}
.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #ff6c52;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

.bottom_btn_container {
	max-width: 350px;
	margin: 32px auto 0;
	text-align: right;
}
.bottom_btn_container .btn {
	margin: 4px;
	padding: 8px 16px;
	text-align: center;
	border: none;
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
}
.btn_cancel {
	background: #ccc;
	color: #333;
}
.btn_cancel:hover {
	color: #333;
}
.btn_submit {
	background: #2979FF;
	color: #fff;
}
.btn_submit:hover {
	color: #fff;
}
.ticket_wrapper {
	background-color: #eee;
	color: #000;
	margin: 0.5em 0 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.ticket_wrapper .ticket_list {
	padding-left: 24px;
}
.ticket_wrapper td {
	padding: 4px 8px;
}
.ticket_wrapper section {
	margin: 1em auto 0;
	text-align: left;
}
.ticket_amount {
	padding: 4px 8px;
	text-align: left;
}
#payment_form .description {
	margin-bottom: 8px;
	word-break: break-all;
}
[data-use-credit-card] {
	display: none;
}
.card_logo {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
}
.payment_method {
	line-height: 200%;
}
.how_to_pay {
	font-weight: bold;
	margin-top: 1em;
}
.tooltip {
	cursor: pointer;
}
.security_code_frame {
	display: none;
}
#security_code_content img {
	height: auto;
	width: 140px;
}
/* vex */
.vex-content {
	font-size: 1em !important;
	max-width: 90% !important;
}

.preview-mask {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
}

.mail_certification_modal{
	transition: opacity 0.5s linear;
	opacity: 0;
	visibility: visible;
	max-width: 100%;
	height: 100%;
	padding: 30px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0,0,0,0.3);
	overflow: hidden;
	z-index: 99;
	color: #333;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mail_certification_modal.active{
	opacity: 1;
}
.certification_content{
	transition: all 0.5s;
	margin: auto;
	border-radius: 5px;
	max-height: 500px;
	background-color: rgba(255,255,255,1);
	padding: 20px 10px;
}
#container.blur{
	filter : blur(10px);
}
header.blur,main.blur,footer.blur{
	filter : blur(10px);
}