.com-dpcalendar-profile .dp-list-hits {
	float: right;
}

.com-dpcalendar-profile .dp-event {
	overflow: hidden;
}

.com-dpcalendar-profile .dp-event__link {
	font-weight: bold;
	margin-right: 5px;
}

.com-dpcalendar-profile .dp-event__date {
	font-size: smaller;
}

.com-dpcalendar-profile .dp-event__date:after {
	content: '\a';
	white-space: pre;
}

.com-dpcalendar-profile .dp-event__calendar {
	font-size: smaller;
	display: inline-block;
}

.com-dpcalendar-profile .dp-event__capacity {
	font-size: smaller;
	margin-left: 5px;
}

.com-dpcalendar-profile .dp-event__locations {
	float: right;
	clear: both;
	font-size: smaller;
}

.com-dpcalendar-profile .dp-event__state_unpublished {
	padding-left: 10px;
	padding-right: 10px;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

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

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

.com-dpcalendar-profile .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-profile .dp-button:disabled,
.com-dpcalendar-profile .dp-button[disabled] {
	background-color: #cccccc;
	color: #666666;
	cursor: not-allowed;
}

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

.com-dpcalendar-profile .dp-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.com-dpcalendar-profile .dp-list > li {
	border-bottom: 1px solid #dddddd;
	padding: 1em 1em;
}

.com-dpcalendar-profile .dp-list > li:first-child {
	border-top: 1px solid #dddddd;
}

.com-dpcalendar-profile .dp-list > li:nth-of-type(odd) {
	background-color: #f2f2f2;
}

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

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

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

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

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

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

.com-dpcalendar-profile .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-profile .dp-timezone .choices__list--dropdown {
	z-index: 1001;
}

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

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

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

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

.com-dpcalendar-profile .choices {
	font-size: inherit;
}

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

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

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

.com-dpcalendar-profile .choices__list--dropdown {
	z-index: 1001;
}

.com-dpcalendar-profile .choices__list--dropdown .choices__item {
	padding: 3px;
}

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

.com-dpcalendar-profile .dp-sharing-users .dp-select {
	margin-bottom: 15px;
}

.com-dpcalendar-profile__form {
	overflow: auto;
}

.com-dpcalendar-profile__form .dp-form__search {
	float: left;
}

.com-dpcalendar-profile__form .dp-form__search .dp-input-text {
	margin-bottom: 0;
}

.com-dpcalendar-profile__form .dp-form__limit {
	float: right;
}

.com-dpcalendar-profile .dp-davcalendar__color {
	width: 20px;
	height: 15px;
	display: inline-block;
}

.com-dpcalendar-profile .dp-davcalendar__title {
	font-weight: bold;
	margin-right: 5px;
}

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