.com-dpcalendar-ticket .dp-qrcode {
	text-align: center;
}

.com-dpcalendar-ticket .dp-qrcode__image {
	width: 150px;
	height: 150px;
}

@media print {
	.com-dpcalendar-ticket .dp-print-hide {
		display: none !important;
	}
	.com-dpcalendar-ticket a:link:after, .com-dpcalendar-ticket a:visited:after {
		display: none;
		content: "";
	}
	.com-dpcalendar-ticket dt {
		float: left !important;
		margin: 0 !important;
		padding: 0 !important;
		max-width: 150px;
		min-width: 150px;
	}
	.com-dpcalendar-ticket dd {
		float: left !important;
		margin: 0 0 0 5px !important;
		padding: 0 !important;
		max-width: 350px;
	}
}

.com-dpcalendar-ticket .dp-heading {
	clear: both;
	margin-bottom: 1rem;
}

.com-dpcalendar-ticket .dp-heading_small {
	border-bottom: none;
}

.com-dpcalendar-ticket .dp-button-bar {
	margin-bottom: 10px;
}

.com-dpcalendar-ticket .dp-button {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #c0c0c0;
	border-radius: 0.1rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 4px 10px;
	color: #212529;
	background-color: #fefefe;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.com-dpcalendar-ticket .dp-button:disabled,
.com-dpcalendar-ticket .dp-button[disabled] {
	background-color: #cccccc;
	color: #666666;
	cursor: not-allowed;
}

.com-dpcalendar-ticket .dp-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
	vertical-align: -2px;
}

.com-dpcalendar-ticket .dp-description {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.com-dpcalendar-ticket .dp-description__label {
	flex: 0 0 160px;
	text-align: left;
}

.com-dpcalendar-ticket .dp-description__description {
	flex: 1 1 200px;
	word-break: break-word;
}

.com-dpcalendar-ticket .dp-timezone {
	display: flex;
	align-items: center;
}

.com-dpcalendar-ticket .dp-timezone .choices {
	font-size: inherit;
}

.com-dpcalendar-ticket .dp-timezone .choices__inner, .com-dpcalendar-ticket .dp-timezone .choices__input {
	min-height: unset;
	padding: 0 !important;
	background-color: inherit;
	font-size: inherit;
}

.com-dpcalendar-ticket .dp-timezone .choices__input, .com-dpcalendar-ticket .dp-timezone .choices__input:focus {
	border: 0 !important;
	box-shadow: unset;
}

.com-dpcalendar-ticket .dp-timezone .choices__list--multiple .choices__item {
	margin: 3px;
	padding: 2px 10px;
	border-radius: 2px;
	background-color: #2D9EDE;
	border: 1px solid #1d82bb;
	color: #000;
}

.com-dpcalendar-ticket .dp-timezone .choices__list--dropdown {
	z-index: 1001;
}

.com-dpcalendar-ticket .dp-timezone .choices__list--dropdown .choices__item {
	padding: 3px;
}

.com-dpcalendar-ticket .dp-timezone .choices__button {
	background-image: url("../../../../images/icons/times-solid.svg") !important;
}

.com-dpcalendar-ticket .dp-timezone__label {
	font-weight: bold;
	margin-right: 10px;
}

.com-dpcalendar-ticket .dp-timezone .choices {
	min-width: 300px;
	margin: 0;
}

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