/*
 * COM_ICAGENDA
 * iCagenda by JoomliC
 * Theme Pack Official
 * iC Rounded Theme - component
 *
 * @name        ic_rounded
 * @author      Lyr!C (JoomliC)
 * @version     3.7.3 2018-08-13
 * @since       1.0
 */


/*
 * GENERAL STYLES (list and event details)
 */

/* General */
#icagenda {
	width: auto;
	margin: 0;
	padding: 0;
}

#dropdownAddToCal {
	background: #fdeb1b !important;
	font-size: 1.1rem;
	margin-right: 2px;
	color: #000 !important;
	padding: 8px !important;
	border: none !important;
	font-family: 'Rift';
	font-weight: bold;
	text-transform: uppercase;
	/*border: 2px solid white;*/


}


.left,
.right {}

/* eingefügt 2020-03-12 RS************************************/
.ic-white {
	color: white;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 1.5em;
}

.ic-date-bigger {
	font-size: 1.0em;
	color: #FFF;
	background: #CB2F0D;
	/*text-decoration: underline;*/
	/*border-bottom:3px solid #333;*/
}

.ic-date-bigger-event {
	font-size: 1.5em;
	white-space: nowrap;
	/*text-decoration: underline;*/

}

.venue-embed {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2px 6px;
	background: #000;
	color: white;
	/*z-index:21;*/
	font-weight: normal;
	text-transform: uppercase;
}

.venue-embed-event {
	position: absolute;
	bottom: 17px;
	right: 0;
	padding: 2px 6px;
	background: #000;
	color: white;
	z-index: 21;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2em;
}

.event-date-embed {
	position: absolute;
	z-index: 300 !important;
	bottom: 0;
	left: 0;
	padding-right: 6px;
	z-index: 20;
	/*background:#fff;*/
	color: #333;

}

.back-white {
	float: left;
	padding: 2px 6px;
	margin-left: 0;
}

.upper {
	text-transform: uppercase;
}

.normal {
	font-weight: normal !important;
	font-size: .9em;
}

.ic-title-header h2 a {
	color: #222;
	font-weight: bold;
}

.ic-title-header h2 a:hover {
	color: #222;
}


/* Ende RS *****************************************************/
/* Align styles */
.ic-align-left {
	text-align: left;
}

.ic-align-right {
	text-align: right;
	/*padding-right:6px;*/
}

.ic-align-center {
	text-align: center;
}

/* Float styles */
.ic-float-left {
	float: left;
}

.ic-float-right {
	float: right;
}

.ic-float-none {
	float: none;
}

/* Global Styling - colors */
.ic-box-shadow {
	/*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);*/
}

.ic-border {
	/*	border: 1px solid #E3E3E3; */
	border: 1px solid #999;
}

/* Global Styling */
.ic-rounded-10 {
	border-radius: 0;
}

/* Clear Float div */
.ic-clearfix {
	*zoom: 1;
}

/*.ic-clearfix:before,*/
.ic-clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/* Style iC Alert */
.ic-alert-info {}

.ic-alert-error {}

#icagenda {
	padding-top: 0;
}

@media (min-width:1201px) {
	#icagenda {
		padding-right: .6rem;
	}
}

@media (min-width:1401px) {
	#icagenda {
		padding-right: 1.7rem;
	}
}

#icagenda .clr {
	clear: both;
}

#icagenda a:hover {
	text-decoration: none;
}

/* Style Title/Category Header */
.ic-title-header {
	display: block;
	width: 100%;
}

.ic-title-header h2,
.ic-title-header h2 a {
	padding: 0 0 0 8px;
	margin: 0;
	font-family: 'Rift';
	font-weight: bold;
	font-size: 1.8rem;
	text-decoration: none;
	text-shadow: none;
	border-bottom: 0;
	background: none;
}

.ic-title-header h2 a:link,
.ic-title-header h2 a:visited {
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-shadow: none;
	background: none;
}

.ic-title-header a:hover,
.ic-title-header a:active,
.ic-title-header a:focus {
	text-decoration: none;
	text-shadow: none;
	background: none;
}

.ic-title-cat {
	font-size: 1.1rem;
	font-family: 'Rift';
	text-transform: uppercase;
	color: #fff;
	padding: 0 8px;
	background-color: #222;
	display: inline;
	margin-top: -4px;
}

.ic-text-border-grey {
	text-shadow:
		-1px 0 grey,
		0 1px grey,
		1px 0 grey,
		0 -1px grey;
}

.ic-text-border {
	text-shadow: 0 0 #000;
	/* horizontal-offset vertical-offset 'blur' colour */
	-moz-text-shadow: 0 0 #000;
	-webkit-text-shadow: 0 0 #000;
}

.ic-text-shadow {
	/*text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour
	-moz-text-shadow: 0 0 2px #000;
	-webkit-text-shadow: 0 0 2px #000;*/
}

.ic-title-cat .caticon {
	color: #FFFFFF;
	font-weight: normal;
	padding: 2px;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
	cursor: default;
}


/*
 * LIST PAGE CSS
 */

/*
 * Style Pagination
 */
.ic-pagination {
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
}

.ic-pagination a {
	text-decoration: none;
	background: #fff;
}

.ic-pagination a:hover,
.ic-pagination a:active,
.ic-pagination a:focus {
	cursor: pointer;
}

.ic-pagination .ic-prev {
	float: left;
}

.ic-pagination .ic-next {
	float: right;
}

.ic-pagination .ic-prev,
.ic-pagination .ic-next {
	margin: 2px 0;
}

.ic-pagination .ic-prev a,
.ic-pagination .ic-next a {
	padding: 5px;
	background: none;
}

.ic-pagination .ic-prev a:hover,
.ic-pagination .ic-next a:hover {
	background: #f3f3f3;
	background: rgba(221, 221, 221, 0.2);
}

.ic-pagination .ic-prev-text,
.ic-pagination .ic-next-text,
.ic-pagination .iCicon-backic,
.ic-pagination .iCicon-nextic {
	vertical-align: middle;
}

.ic-pagination .ic-go-to-page {
	padding: 2px;
	background: none;
}

.ic-pagination .ic-current-page {
	padding: 2px;
	background: none;
}

.ic-pagination .ic-current-page .ic-active {
	color: #fff;
	font-weight: bold;
}

.ic-pagination .ic-hidden-pages {
	padding: 2px;
	background: none;
}

.ic-btn {
	border: none;
	border-radius: none;
	font-weight: normal !important;
	background: none;
}

.ic-active,
.ic-active:hover {
	background: #333;
	color: white;
}

/*
 * Style Search Filters
 */
.ic-filters {
	box-sizing: border-box;
	padding: 5px 10px 5px 5px;
	background: none;
	/* Old IE version */
	/*background: rgba(221,221,221,0.2);*/
}

/* Search Filters - Main */
.ic-filters-label {
	display: none;
	background: #AE8F32;
	/*font-size : 1.1em;*/
	line-height: 1.8em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-weight: bold;
	/*text-shadow: -1px 0 #eea236, 0 1px #eea236, 1px 0 #eea236, 0 -1px #eea236;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

.ic-filters-label-title-3 {
	height: 128px;
	line-height: 128px;
}

.ic-filters-label-title-2 {
	height: 84px;
	line-height: 84px;
}

.ic-filters-label-title-1 {
	height: 40px;
	line-height: 40px;
}

.ic-filters-btn-3 {
	height: 128px;
	line-height: 128px;
}

.ic-filters-btn-2 {
	height: 84px;
	line-height: 84px;
}

.ic-filters-btn-1 {
	height: 40px;
	line-height: 40px;
}

/* Search Filters - filters */
.ic-filter-search {
	margin-top: -3px;
	padding: 5px 19px 5px 5px;
}

.ic-filter-from,
.ic-filter-to,
.ic-filter-category,
.ic-filter-month,
.ic-filter-year {
	background: none;
	/*background: rgba(221,221,221,0.2);*/
	padding: 5px;
}

#filter_from_btn,
#filter_to_btn {
	color: white;
	background: #AE8F32 !important;
	/*  border:2px solid #AE8F32;*/
	cursor: pointer;

}

#filter_from_btn:hover,
#filter_to_btn:hover {
	border: 2px solid #333333;
	/*background:#555 !important;*/
}

#filter_from_btn:before,
#filter_to_btn:before {
	content: "Datum";
	font-size: .9rem;
}

.ic-filter-search input,
.ic-filter-from input,
.ic-filter-to input,
.ic-filter-from button,
.ic-filter-to button {
	display: inline-block;
	/*height: auto;*/
	padding: 3px 6px !important;
	/*height:30px;*/
	font-size: 1.rem;
}

.ic-filter-search input {
	width: 360px !important;
}

.ic-filter-category select,
.ic-filter-month select,
.ic-filter-year select {
	width: 100%;
	height: 100%;
}

/* Search Filters - buttons */
.ic-button-more {
	background: rgba(221, 221, 221, 0);
	padding: 0;
}

.ic-filter-more-btn {
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background: #5bc0de;
	border: 1px solid #46b8da;
	border-radius: 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-shadow: -1px 0 #269abc, 0 1px #269abc, 1px 0 #269abc, 0 -1px #269abc;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ic-filter-more-btn .iCicon-arrow-down,
.ic-filter-more-btn .iCicon-arrow-up {
	vertical-align: middle;
}

.filterset {
	float: right;
}

.ic-filter-more-btn:hover {
	background: #31b0d5;
	color: #fff;
	border: 1px solid #269abc;
	cursor: pointer;
}

.ic-filter-more-btn.ic-active {
	background: #5bc0de;
	color: #fff;
	text-shadow: -1px 0 #2083a1, 0 1px #2083a1, 1px 0 #2083a1, 0 -1px #2083a1;
	border: 1px solid #2083a1;
}

.ic-filter-more-btn.ic-inactive {
	background: #5bc0de;
	color: #fff;
	border: 1px solid #46b8da;
}

.ic-filters-controls {
	background: #dddddd;
	background: rgba(221, 221, 221, 0.2);
	text-align: center;
	padding: 0;
	width: 50px;
}

.ic-control-submit {}

.ic-control-reset {}

.ic-filters-controls button {
	width: 100%;
	border-radius: 0;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ic-filter-submit-btn {
	font-size: 1.1em;
	color: #fff;
	background: #AE8F32;
	border: 1px solid #AE8F32;
	font-weight: bold;
	width: 50px;
	line-height: 1.4em;
	margin: 4px;
	padding-bottom: 1px;
	/*text-shadow: -1px 0 #398439, 0 1px #398439, 1px 0 #398439, 0 -1px #398439;*/
}

.ic-filter-submit-btn:hover {
	background: #AE8F32;
	border: 1px solid #333;
}

.ic-filter-reset-btn {
	font-size: 1.1em;
	color: #fff;
	background: #AE8F32;
	border: 1px solid #AE8F32;
	font-weight: bold;
	width: 50px;
	line-height: 1.4em;
	padding-bottom: 1px;

}

.ic-filter-reset-btn:hover {
	background: #AE8F32;
	border: 1px solid #333;
}


/*
 * Style Background alternative
 */
.ic-list-events {
	display: grid;
	grid-template-columns: 100%;

}

.img-txt h2 {
	font-size: 6.4vw;
}

@media (min-width: 430px) {

	.img-txt h2 {
		font-size: 3.6vw;
	}
}

@media (min-width: 992px) {
	.img-txt h2 {
		font-size: 2vw;
	}
}

@media (min-width: 1280px) {
	.img-txt h2 {
		font-size: 1.4vw;
	}


}


.ic-event {
	margin: 0;
	padding: 0;
	/*background: none; 
	background: rgba(221,221,221,0.1);*/
}

.ic-event:nth-child(2n+1) {
	/*background: none; 
	background: rgba(221,221,221,0.2);*/
}


/*
 * Style Box Date
 */
.ic-box-date {
	position: relative;
	width: 100%;
	/*display:none;*/
	padding: 0;
	text-align: left;
	/*font-size: 0px;*/
	color: #333;
	font-weight: bold;
	float: left;
	margin: 0 1% 0 0;
	/*background-color: #ddd;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
	/*border: 1px solid #FFF;*/
	transition: all .5s;
}

.layer-ic-box-date {
	display: none;
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: white;
	opacity: .5;
	background: rgba(80, 80, 80, .0);
	/*border: 1px solid #FFF;*/
	transition: all .5s;
}

.img-txt {
	padding-left: 6px;
	padding-top: 6px;
}


.ic-box-date:hover {
	filter: grayscale(100%);
}

.ic-box-date:hover .layer-ic-box-date {
	/*opacity: 1;
	background: rgba(80, 80, 80, .7);*/

}

.ic-box-date img {
	width: 100%;
	height: auto;
}


/*.ic-box-date img{
-webkit-transition: all 500ms ;
    -moz-transition: all 500ms ;
    -ms-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;	
}
.ic-box-date img:hover{
  -webkit-filter: blur(4px); 
  filter: blur(4px);
	
}*/

/* Current period */
.ic-current-period {
	text-decoration: none;
}

#icagenda .fontColor {
	color: #333 !important;
}

/* Box Date content */
.ic-date {
	display: block;
	position: absolute;
	z-index: 300;
	/*bottom: 0;*/
	/*line-height: 0 !important;*/
	font-size: 1.8rem;
	background-color: #fdeb1b;
	padding: 4px;
}

a .ic-date {
	color: #222 !important;
}

.ic-date a:hover {
	color: #777 !important;
}

.ic-day {
	display: inline;
	line-height: 40px !important;
	font-size: 40px;
	font-weight: bold;

}

.ic-month {
	display: inline;
	line-height: 40px !important;
	font-size: 40px;
	letter-spacing: 0;
	margin-left: 0;
	font-weight: normal;
}

.ic-year {
	display: none;
	line-height: 17px !important;
	font-size: 15px;
	letter-spacing: 2px;
	margin-left: 3px;
	font-weight: bold;
}

.ic-time {
	display: none;
	line-height: 15px !important;
	font-size: 13px;
	letter-spacing: 1px;
	margin-left: 3px;
	font-weight: bold;
}

.ic-no-image {
	/*line-height: 13px !important;
	font-size: 8px;*/
	width: 100%;
	height: 58.89%;
}


/*
 * Style Content (Title, Category, Description...)
 */
.ic-content {
	clear: both;
	width: 100%;
	/*height:auto;*/
	/*margin: 1%;*/
	box-sizing: border-box;
	padding-right: 5px;
	/*float: left;*/
	/*	color: #555; Removed to be more friendly with dark site templates */
}

.ic-content .ic-event-title {
	border-bottom: 1px solid #cccccc;
	height: auto;
	margin: 0;
	padding-bottom: 3px !important;
}

.ic-content .category {
	display: none;
	text-align: right;
	float: right;
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.ic-content .ic-next-date {
	/*position:absolute;*/
	z-index: 100;
	bottom: 5px;
	margin: 5px 0;
	font-size: 16px;
}

.ic-place {
	font-weight: normal;
	font-size: 1.2rem;
}

.ic-descshort {
	font-weight: bold;
	font-size: 1.2rem;
	margin: 5px !important;
	hyphens: auto;
}

.ic-descshort p {
	margin: 0px !important;
}

.ic-more-info {
	display: none;
	position: absolute;
	z-index: 300;
	bottom: 0;
	right: 0;
	background: #c22133;
	font-weight: bold;
	padding: 0 3px;
	font-size: .65em;
	margin-top: 10px;
	text-transform: uppercase;
	cursor: pointer;
}

.ic-more-info a:link,
.ic-more-info a:visited {
	background: none;
	/*	color: #555; Removed to be more friendly with dark site templates */
	text-decoration: none;
	color: white;
}

.ic-more-info a:hover,
.ic-more-info a:active,
.ic-more-info a:focus {
	background: none;
	/*	color: #111; Removed to be more friendly with dark site templates */
	cursor: pointer;
}

.ic-single-next,
.ic-single-startdate {
	/*border-bottom:3px solid #333;*/
	display: inline;
}

.dateGer {
	font-weight: bold;
	border-bottom: 2px solid #333;
}

/*
 * EVENT PAGE CSS
 */

/* Event Header */
.ic-event-header {
	display: block;
	width: auto;
	height: auto;
	margin-top: 10px;
	margin-bottom: 0;
	background-color: #fff;
	padding: 20px 15px;

}

.ic-event-header h1 {
	/*display: inline;
	background: white;
	font-size: 1.9em !important;
	line-height: 1.2em !important;
	color: #222;
	margin: .2em 0;
	padding: 0 .2em !important;
	background:white;
	text-shadow: none;
	text-decoration: none;
	border: 0;
	text-align: center;*/
}

.back-white {
	padding: .2em;
	background: #CB2F0D;
	text-align: center;
}

/* Event Header - Category */
.ic-details-cat {
	font-size: larger;
	display: table-cell;
	vertical-align: middle;
}

/* Style AddThis div */
.ic-event-addthis {}

/* Style Registration button */
.ic-registration-box {
	float: right;
	margin: 3px 0;
}

.btn-info {
	/*background: #CB2F0D !important;
	border-color: #CB2F0D !important;
	border-radius: 0 !important;
	color: white !important;*/
}

.ic-registration-box a {
	float: left;
	text-decoration: none !important;
}

.ic-registration-box a:hover,
.ic-registration-box a:focus {
	float: left;
	text-decoration: none !important;
	cursor: pointer;
}

/* Text Register Button */
.ic-event-register {
	display: inline-block;
	margin: 2px 3px 0 0;
	line-height: 16px;
}

/* Text Event Full Button */
.ic-event-full {
	display: inline-block;
	margin: 2px 3px 0 0;
	line-height: 16px;
}

/* Text Event Finished Button */
.ic-event-finished {
	display: inline-block;
	margin: 2px 3px 0 0;
	line-height: 16px;
}

/* Image Button (removed in 3.3.7) */
#icagenda .regis_imgbutton {
	display: block;
	margin: 0 3px;
	height: 16px;
	line-height: 16px;
	width: 16px;
	background: url('../../../../../../media/com_icagenda/images/btn-regis.png') no-repeat;
}

#icagenda .regis_imgbutton:hover {
	text-decoration: none;
	cursor: pointer;
}

/* icon people (nb of registered users) (added in 3.3.7) */
.ic-people {
	color: #999;
}

/* Nb of registered people (in bubble) */
.ic-registered {
	display: inline-block;
	color: #333333;
	text-align: center;
	background: url('../images/regis-baloon.png');
	height: 16px;
	line-height: 16px;
	width: 36px;
	font-size: 11px;
	font-weight: bold;
}

/* Style Event General */
.ic-info {
	margin: 0;

	padding: 0;
	/*	color:#333333; Removed to be more friendly with dark site templates */
	/*text-align: center;*/
	background: #fff;
	/*word-break: break-word;
	word-wrap: break-word;*/
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.grid-container {
	display: grid;
	grid-template-columns: 100%;
}

@media(min-width:992px) {
	.grid-container {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-column-gap: 20px;
	}
}

.ic-info .ic-details {
	/*text-align: center;*/
	padding: 1.6em;
	font-size: 1.1em;
	color: #222;
}

.ic-info .ic-details::after {
	content: "";
	clear: both;
	display: table;
}


.ic-info .ic-details label {
	float: none !important;
	font-weight: bold;
}

/* Style Image */
.ic-image {
	position: relative;
	float: left;
	max-width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.ic-image {
		margin: .5rem 1.6rem 0 0;
	}
}


.ic-image img {
	width: 100%;
	height: 100%;
	/*max-width: 800px;
	max-height: 50vh;*/

	/*max-height: 400px;*/
	/*border: 0px solid #ccc;*/
	/*margin-bottom: 10px;*/

}

/* Style Time (in date) */
#icagenda .evttime {
	font-size: 0.8em;
}

.ic-next-today {
	font-weight: bold;
}

.ic-period-starttime,
.ic-single-starttime {
	display: none;
	font-size: .9em;
	font-weight: normal !important;
}

.ic-period-startdate::after,
.ic-period-enddate::after,
.ic-single-startdate::after {
	content: ".";
}

/*.ic-period-starttime::before {
	/*,.ic-single-starttime::before*/
/*content: "\A";
	white-space: pre-wrap;
}

.ic-period-starttime::after,
.ic-single-starttime::after {
	content: " Uhr";
	white-space: pre-wrap;
}*/

.datum-unten {
	display: block;
	background-color: #fdeb1b;
	font-family: 'Rift';
	font-weight: bold;
	font-size: 2.0rem;
	padding: 6px 0 6px 6px;
	width: 162px;
	margin-bottom: -3px;
}

.ic-single-endtime,
.ic-period-endtime {
	display: none;
	font-size: 0.8em;
}

/* Style Table-style List */
.ic-divTable {
	display: table;
	width: auto;
	border-collapse: separate;
	border-spacing: 5px;
}

.ic-divRow {
	display: table-row;
}

.ic-divCell {
	/*	float: left; */
	/* fix for buggy browsers */
	padding: 1px 5px;
	float: none !important;
}

.ic-divCell strong {
	font-family: 'Rift';
	text-transform: uppercase;
}

.ic-label {
	font-family: 'Rift';
	text-transform: uppercase;
	min-width: 110px;
	font-weight: bold;
}

.ic-value {

	width: auto;
}

/* Style Description */
.ic-detail-desc {
	padding: 0;
	margin: 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	color: #333;
	text-align: left;
	text-shadow: none;
	border: 0;
	border-radius: 5px;
}

.ic-short-description {
	font-weight: bold;
}

.ic-full-description::after {
	content: "";
	clear: both;
	display: table;

}

.ic-full-description table td {
	padding-right: 16px;
}

/* Style Information */
.ic-info-box {
	display: block;
	width: 100%;
	text-align: center;
	background: #fff;
	color: #333;
	padding-top: 0px;
	margin: 0;
	border: 1px solid #403E3E;
}

.ic-info-box-header label {
	text-transform: uppercase;
	font-weight: bold;
}

.ic-info-box-header {
	display: block;
	background: #403E3E;
	vertical-align: middle;
	border: 0;
	padding: 10px;
	text-align: center;
	color: #fff;
	width: 100% !important;
}

.ic-info-box-content {
	display: block;
	width: auto;
	vertical-align: top;
	border: 0;
	margin: 10px;
	text-align: left;
	color: #222;
}

.ic-info-box-file {
	display: block;
	float: right;
	width: auto;
	background: #fafafa;
	vertical-align: top;
	text-align: center;
	padding: 10px;
	margin: 10px;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.ic-info-box-file label {
	font-size: 0.8em;
	color: #555;
}

.ic-download {
	font-weight: bold;
	text-decoration: none !important;
}

/* Slider */
#icagenda .icpanel {}

.ic-participants .panel {
	border: none !important;
}

.ic-participants .panel h3 {
	border: none !important;
}

.ic-participants {
	padding: 5px;
	border: 1px solid #999;
	background: #f5f5f5;
	background: rgba(221, 221, 221, 0.3);
}

.ic-participants h3 a {
	display: block;
	text-decoration: none;
	padding: 0 1%;
	/*	color: #444; Removed to be more friendly with dark site templates */
	width: 98%;
}

.ic-participants .panel h3.pane-toggler a {
	background: url(../images/pluslist.png) 99% 50% no-repeat;
}

.ic-participants .panel h3.pane-toggler-down a {
	background: url(../images/minuslist.png) 99% 50% no-repeat;
}

#icagenda .pane-slider .ic-content {}

#icagenda .pane-slider {
	overflow: unset;
}

/* Slider Full list of Participants */
#icagenda .list_table {
	background: #cccccc;
	background: rgba(204, 204, 204, 0.5);
	border-radius: 3px 3px 3px 3px;
	float: left;
}

#icagenda .imgbox {
	width: 40px;
	padding: 3px;
}

#icagenda .imgbox img {
	border-radius: 3px 3px 3px 3px;
	margin: 1px 0;
}

#icagenda .imgbox .ic-avatar {
	font-size: 36px;
	border-radius: 3px 3px 3px 3px;
	margin: 1px 0;
	color: #c4c4c4;
	background: #fff;
}

#icagenda .list_name {
	font-weight: bold;
}

#icagenda .list_places {
	font-size: smaller;
}

#icagenda .list_date {
	font-size: smaller;
}

/* Style Google Maps */
#detail-map {
	margin: 0px 2px 0 0;
}

#detail-map .icagenda_map {
	margin: auto;
	text-shadow: none;
	border: 1px solid #999;
	border-radius: 10px;
	background: #ffffff;
}

/* Style All Dates */
#detail-date-list {}

#detail-date-list .datesList {}

#detail-date-list .datesList ul {
	margin: 0;
	list-style: none;

}

#detail-date-list .alldates ul {
	padding-left: 1%;
}

#detail-date-list .alldates li {
	background-image: none;
}

#detail-date-list .alldates h3 {
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
}


/*
 * Feature Icons
 */

/* Event List */
.ic-event-title>.ic-features-container {}

/* Event Detail */
.ic-event-header>.ic-features-container {
	display: block;
	margin-right: -5px;
	margin-top: 5px;
}

.ic-feature-icon {
	float: right;
	margin: 3px 0.5px;
}


/*
 * FORMS - COMMON STYLES
 */

/* Terms and Conditions Legend */
.ic-terms-legend {
	margin: 12px 0;
}


/* deprecated 3.6.0 (kept for Joomla 2.5 ?)
/* Style Form (general) */
.icagenda_form {
	color: #333;
}

.icagenda_form h3 {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0 10px 0;
}

.icagenda_form legend {
	font-weight: bold;
}

.icagenda_form .fieldset {
	border-radius: 5px;
	margin: 10px 0;
	background: #f3f3f3;
	padding: 10px;
}

td.title {
	font-weight: bold;
	font-size: 1.0em;
}

td .today {
	background: #AE8F32 !important;

}

.calendar-container table tbody td.day.selected {
	background: #AE8F32 !important;
}

.calendar-container table tbody td.day:hover {
	background: #AE8F32 !important;
}

.calendar-container table tbody td.today::after {
	background: #AE8F32;
}

/* Style Label */
.icagenda_form label {
	color: #333;
	display: block;
	width: 130px;
	float: left;
	margin: 0 3px;
}

/* Style Input field */
.icagenda_form input {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 3px;
	padding: 3px;
	width: auto;
}

.icagenda_form input[type="file"] {
	width: 270px;
}

.icagenda_form .input-small {
	width: 90px;
}

.icagenda_form .select-small {
	width: 104px;
}

.icagenda_form .input-large {
	width: 210px;
}

.icagenda_form .select-large {
	width: 224px;
}

.icagenda_form .input-xlarge {
	width: 270px;
}

.icagenda_form .select-xlarge {
	width: 284px;
}

.icagenda_form .input-xxlarge {
	width: 330px;
}

.icagenda_form .select-xxlarge {
	width: 344px;
}

.icagenda_form .ic-date-input {
	width: auto;
}

/* Style Form Invalid */
.icagenda_form label.invalid {
	color: red;
	font-weight: bold;
}

.icagenda_form input.invalid,
.icagenda_form select.invalid {
	border: 2px solid red;
	color: red;
	font-weight: bold;
}

/* Style button left (joomla 2.5) */
.icagenda_form .button2-left {
	margin: 3px 3px 3px 0;
	float: left;
}

/* Style Terms of Service content */
.icagenda_form .ic-tos-content {
	background: #c0c0c0;
	color: #fff;
	margin-top: 25px;
	padding: 5px;
	border: none;
	border-radius: 5px;
	text-align: center;
}

/* Style Terms of Service */
.icagenda_form .ic-tos-text {
	padding: 25px;
	background: #fff;
	color: #333;
	text-align: left
}

.icagenda_form .ic-tos-agree {
	color: #fff;
	font-weight: bold;
}

/* Style Button Submit */
.icagenda_form .button {
	background: #555;
	color: #fff;
	padding: 5px;
	border: none;
	border-radius: 6px;
	text-align: center;
}

.icagenda_form .button:hover {
	background: #c72031;
	color: #fff;
}

.icagenda_form .ic-loader {
	display: block;
	width: 100%;
	height: 60px;
	background: url(../../../../../../media/com_icagenda/images/loader.gif) 50% 50% no-repeat;
}

/* Style Button Cancel */
.icagenda_form .buttonx a {
	background: none !important;
	text-decoration: none;
	color: #555;
	padding: 0px;
	border: none;
	border-radius: 6px;
	text-align: center;
}

.icagenda_form .buttonx a:hover {
	background: none !important;
	text-decoration: none;
	color: #c72031 !important;
}


/*
 * SUBMIT AN EVENT FORM
 */

/* Short Description textarea */
.ic-submit-shortdesc,
.ic-submit-metadesc {
	width: 100%;
	box-sizing: border-box;
}


/*
 * REGISTRATION FORM
 */

/* Style Title Registration */
.ic-form-title h2 {}

/* Style fields required info */
.ic-required-info {
	font-size: 0.95em;
}

/* Style Header*/
.ic-reg-event {
	background: none;
	/* Old IE version */
	background: rgba(221, 221, 221, 0.2);
	border-radius: 5px;
	margin: 5px 0;
	padding: 0px;
}

/* Registration icon */
.ic-reg-icon {
	background: url(../../../../../../media/com_icagenda/images/registration-48.png) 50% 50% no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	padding: 8px;
	margin-right: 8px;
}

/* Style Right (Container Event title, category) */
.ic-reg-content {
	display: block;
	border: 0;
	margin: 0;
	padding: 8px;
	vertical-align: top;
}

/* Category */
.ic-reg-cat {
	color: #555555;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Event title */
.ic-reg-event-title {
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
}

/* Style Registration infos */
.ic-reg-info {
	font-size: 0.8em;
}

/* Google Maps */
.icmap-label {
	float: left;
	width: 140px;
	padding-top: 5px;
	padding-right: 5px;
	text-align: left;
}

.icmap-field {
	margin: 5px;
}

.form-validate .icmap-field input,
.icagenda_form .icmap-field input {
	background-color: #eee;
	/*	width: auto; */
	color: #777;
}


/*
 * STYLES for classes not presents in Theme Pack php files, but in iCagenda core php files
 */

/* Style iCagenda Header - List of Events */
.ic-header-container {
	display: none;
}

.ic-header-title {}

.ic-header-subtitle {
	font-size: 0.85em;
}

.ic-subtitle-string {}

.ic-subtitle-pages {}

/* Style Back Button */
.ic-back {
	display: block;
	text-align: left;
	font-size: 1.2rem;
	text-decoration: none;
}

.ic-back a .small {
	font-size: 1.2rem !important;
	color: #111 !important;
}


.ic-back a:link,
.ic-back a:visited {
	text-decoration: none;
}

.ic-back a:hover,
.ic-back a:active,
.ic-back a:focus {
	text-decoration: none;
}

/* Buttons (print, Add to Cal, ...) */
.ic-buttons {
	display: block;
	float: right;
}

.ic-icon {
	display: block;
	text-align: right;
	margin-left: 7px;
	margin-top: 20px;
}

.ic-printpopup-btn {
	display: block;
	text-align: center;
	margin: 15px 0;
}

div.ic-tip-title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
}

div.ic-tip-link {
	display: block;
	text-align: left;
	margin-bottom: 3px;
}

div.ic-tip-link a {
	color: #D4D4D4;
	text-decoration: none;
}

div.ic-tip-link a:hover {
	color: #FFFFFF;
}

div.ic-tip-link img {
	margin-right: 5px;
}

/* Header - List of Categories */
.ic-header-categories {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#icagenda .cat_header_title {
	display: block;
	padding: 1px 7px;
	font-size: 1em;
	text-align: center;
	color: #fff;
	font-weight: normal;
	float: left;
	margin: 3px 10px -2px 0;
	border-radius: 4px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	background: #dddddd;
	background-size: cover;
}

#icagenda .cat_header_desc {
	display: block;
	padding: 3px 7px;
	margin: 2px 0;
}

/* Share buttons (AddThis) */
.ic-share {
	float: right;
	background: none;
	padding: 5px 10px 5px 0;
	text-shadow: none;
	z-index: 1;
}

.ic-share a:link,
.ic-share a:visited {
	/*	background: none; */
	text-decoration: none;
}

.ic-share a:hover,
.ic-share a:active,
.ic-share a:focus {
	/*	background: none; */
}

/* Columns List of Participants (Full) */
#icagenda .total {
	width: 99%;
	min-width: 180px;
	margin: 0.5%;
}

#icagenda .demi {
	width: 49%;
	min-width: 180px;
	margin: 0.5%;
}

#icagenda .tiers {
	width: 32.3%;
	min-width: 180px;
	margin: 0.5%;
}

#icagenda .quart {
	width: 24%;
	min-width: 150px;
	margin: 0.5%;
}

.names_noslide {
	text-align: justify;
}

.names_slide {
	padding: 6px !important;
	text-align: justify;
}