/*
 * COM_ICAGENDA
 * iCagenda by JoomliC
 * Theme Pack Official
 * Default Theme - component
 *
 * @name		default
 * @author		Lyr!C (JoomliC)
 * @version 	3.3.7 2014-05-21
 * @since		1.0
 */


/*
 * GENERAL STYLES (list and event details)
 */

/* General */
#icagenda {
	display: block;
	width: auto;
	margin: 0px;
	padding:0px
}

/* Align styles */
.ic-align-left {
	text-align: left;
}
.ic-align-right {
	text-align: right;
}
.ic-align-center {
	text-align: center;
}

/* Float styles */
.ic-float-left {
	float: left;
}
.ic-float-right {
	float: right;
}
.ic-float-none {
	float: none;
}

/* Clear Float div */
.ic-clearfix {
	*zoom: 1;
}
.ic-clearfix:before,
.ic-clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.ic-clearfix:after {
	clear: both;
}


/*
 * LIST PAGE CSS (CONTENT)
 */

/* Style Background alternative */
.ic-event {
	background: none;
	background: rgba(221,221,221,0.3);
	border-radius: 6px;
	/*
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.025);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.025);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.025);
	*/
	margin:5px 0;
	padding:0px;
}
.ic-event:nth-child(2n+1) {
	background: none;
	background: rgba(221,221,221,0.1);
}

/* Style Category */
.ic-cat {
	margin-top: 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size:11px;
}

/* Style Left (Container Box Date) */
.ic-box {
	display: block;
	min-height: 96px;
	border: 0px;
}

#icagenda .fontColor {color: #666 !important;}

/* Style Box Date */
.ic-box-date {
	display: block;
	text-transform: capitalize;
	width: 56px;
	height: 56px;
	padding: 12px;
	color: #fff;
	margin: 8px 28px 2px 8px;
	border-radius: 6px;
}
.ic-date {
	line-height: 0px !important;
	font-size: 30px;
}
.ic-day {
	line-height: 30px !important;
	font-size: 30px;
	font-weight: bold;
}
.ic-month {
	line-height: 16px !important;
	font-size: 16px;
	letter-spacing: 0px;
	margin-left: 1px;
	font-weight: normal;
}
.ic-year {
	line-height: 11px !important;
	font-size: 11px;
	letter-spacing: 2px;
	margin-left: 2px;
	font-weight: bold;
}

/* Style Right (Container Title, Cat, Desc...) */
.ic-content {
	display: block;
	border: 0px;
	margin: 0px;
	padding: 8px;
	vertical-align: top;
}
.ic-content h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 3px 0px 3px 0px;
	padding: 0;
}
.ic-place {
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
}
.ic-descshort {}




/*
 * EVENT PAGE CSS
 */

/* Style full-width div containing Sharing and Register Button */
.ic-event-buttons {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

/* Style Event General */
.ic-info {
	padding: 1%;
	background:#f3f3f3; /* old versions of IE */
	background:rgba(221,221,221,0.3);
	border:0px solid #ccc;
	margin-bottom:10px;
	border-radius:6px;
}
.ic-info .ic-details {
	padding:1%;
}

/* Style Image */
.ic-image img {
	max-width: 100%;
	max-height: 400px;
	border: 0px solid #ccc;
	margin-bottom: 10px;
}

.ic-divTable {
	display: table;
	width: auto;
	border-spacing: 5px;
	/* border-collapse: separate; */
}

.ic-divRow {
	display: table-row;
	width: auto;
}

.ic-divCell {
	float: left; /* fix for buggy browsers */
	display: table-column;
	min-width: 100px;
	padding: 1px 5px;
}
.ic-label {
	font-weight:bold;
	padding: 1px;
}

/* Style Description */
#ic-detail-desc {}

/* Style Google Maps */
#ic-detail-map {}
#ic-detail-map .icagenda_map {
	margin: auto;
	border: 0px solid #ccc;
	text-shadow: none;
	border-radius: 0px;
	box-shadow:none;
}

/* Style All Dates */
#ic-list-of-dates {}
.ic-dates-list {}
.ic-all-dates ul {
	padding-left: 1%;
}
.ic-all-dates li {
	background-image: none
}
.ic-all-dates h3 {
	display: block;
	font-size: 18px;
	margin-top: 10px;
	font-weight:bold;
}

/* Style List of Participants */
#ic-list-of-participants {}
.ic-dates-list {}
.ic-participants h3 {
	display: block;
	font-size: 18px;
	margin-top: 10px;
	font-weight:bold;
}

/* Slider */
#icagenda .icpanel {
	background: #FFF;
	background: rgba(255,255,255,0.3);
	border-radius: 6px;
}
#icagenda .panel {
	margin: 1px;
	border: 0;
}
#icagenda .panel h3 {
	margin: -1px !important;
	padding: 0 !important;
	background: #eee;
	background: rgba(221,221,221,0.3);
	border: 0;
	border-radius: 6px;
}
#icagenda .panel h3 a {
	color: inherit;
	display: block;
	padding: 6px !important;
	text-decoration: none;
	border-radius: 6px;
}
#icagenda .panel h3 a:hover {
	color: #000000;
}
#icagenda .panel h3.pane-toggler a {
	border: solid 1px #d4d4d4;
	background-color: #f5f5f5;
	background-color: rgba(221,221,221,0.3);
	background: url(../images/pluslist.png) 99% 50% no-repeat;
	border-radius: 6px;
}
#icagenda .panel h3.pane-toggler-down a {
	border: solid 1px #d4d4d4 !important;
	background: #f5f5f5 url(../images/minuslist.png) 99% 50% no-repeat;
	background-color: rgba(221,221,221,0.3);
	border-bottom: 0 !important;
	border-radius: 6px 6px 0px 0px !important;
}
#icagenda .pane-slider .ic-content  {
	border-bottom: solid 1px #d4d4d4;
	border-top: 0;
	padding-bottom: 3px !important;
}
#icagenda .pane-slider {
	border-top: 0;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #d4d4d4;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin: 0;
	background: #FFF;
	background: rgba(255,255,255,0.3);
	border-radius: 0px 0px 6px 6px;
	width: 100% !important;
	margin-left: -1px;
}

/* Slider Full list of Participants */
#icagenda .list_table {
	color: #333333;
	background: #cccccc;
	background: rgba(204,204,204,0.8);
	border-radius: 3px 3px 3px 3px;
	float: left;
}
#icagenda .imgbox {
	width: 40px;
}
#icagenda .imgbox img {
	border-radius: 3px 3px 3px 3px;
	margin: 2px 0px;
}
#icagenda .list_name {
	font-weight: bold;
}
#icagenda .list_places {
	font-size: smaller;
}
#icagenda .list_date {
	font-size: smaller;
}



/*
 * REGISTRATION
 */

/* Style Title */
#icagenda .formTitle h2 {margin: 15px 0 -5px 0px;}

/* Style Form (general) */
#icagenda .icagenda_form {}
#icagenda .icagenda_form h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0 10px 0px;
}
/* #icagenda .icagenda_form div {padding:5px;} */
#icagenda .icagenda_form .fieldset {border-radius:2px; margin:10px 0; background:#f3f3f3; padding:10px;}

/* Style Registration infos */
#icagenda .reginfos {font-size:0.8em;}

/* Style Label */
#icagenda .icagenda_form label {
	color: #333;
	display: block;
	width: 130px;
	float: left;
	margin: 0px 3px;
}

/* Style Input field */
#icagenda .icagenda_form input {border:1px solid #ccc; padding:3px;}

/* Style button left (joomla 2.5) */
#icagenda .icagenda_form .button2-left {
	margin: 3px 3px 3px 0px;
	float:left;
}

/* Style Field infos */
#icagenda .icagenda_form .formInfo {}
#icagenda .icagenda_form .formInfo img {height:14px; vertical-align:middle; cursor:help;}
#icagenda .icagenda_form .formInfo img a:hover {background:none;}

/* Style Buttons Background */
#icagenda .icagenda_form  .bgButton {
	background: #c0c0c0;
	color: #fff;
	margin-top: 25px;
	padding: 5px;
	border: none;
	text-align: center;
}

/* Style Terms of Service */
#icagenda .icagenda_form  .agreeToS {color:#fff; font-weight:bold;}

/* Style Button Submit */
#icagenda .icagenda_form  .button {font-family:arial; font-size:12px; background:#555555; color:#fff; padding:5px; border:none; border-radius:6px; text-align:center;}
#icagenda .icagenda_form  .button:hover {background:#c72031; color:#fff;}

/* Style Button Cancel */
#icagenda .icagenda_form  .buttonx a {font-family:arial; font-size:12px; background:none !important; text-decoration:none; color:#555; padding:0px; border:none; border-radius:6px; text-align:center;}
#icagenda .icagenda_form  .buttonx a:hover {background:none !important; text-decoration:none; color:#c72031 !important;}


/*
 * STYLES for classes not presents in Theme Pack php files, but in iCagenda core php files
 */

/* Style Navigation (list of events) */
#icagenda .navigator {margin: 7px 0;}
#icagenda .navigator a {text-decoration:none;}
#icagenda .navigator a:link, #icagenda .navigator a:visited {}
#icagenda .navigator a:hover, #icagenda .navigator a:active, #icagenda .navigator a:focus {cursor:pointer;}
#icagenda .icagenda_back {float:left; margin-left:20px;}
#icagenda .icagenda_next {float: right; margin-right:20px;}
#icagenda .navigator button {border:0; padding:5px; color:#fff; background:#f3f3f3; margin-right:5px;}

/* Style Category Header (list of events) */
#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 0px;
}

/* Style Back Button (event details) */
.ic-back {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
}
.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;
}

/* Share buttons (AddThis) */
#icagenda .share {display:block; background:none; padding:5px 10px 5px 0; text-shadow:none;}
#icagenda .share a:link, #icagenda .share a:visited {background:none; text-decoration:none;}
#icagenda .share a:hover, #icagenda .share a:active, #icagenda .share a:focus {background:none;}

/* Style Registration button */
.ic-registration-box {
	float: none;
	margin: 3px 0;
}
.ic-registration-box a {
	text-decoration: none;
	float: none;
}

/* 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:inline-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; color:#111111; 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 Time (in date) */
#icagenda .evttime {font-size:0.8em;}

/* Style File Download link */
#icagenda .icDownload {}

/** 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;}

