.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete > input {
    display: block;
}

.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete > ul:empty {
    display: none;
}

.awesomplete > ul {
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

@supports (transform: scale(0)) {
	.awesomplete > ul {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
	}
	
	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		transition-timing-function: ease;
	}
}

	/* Pointer */
	.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.awesomplete > ul > li {
		position: relative;
		padding: .2em .5em;
		cursor: pointer;
	}
	
	.awesomplete > ul > li:hover {
		background: hsl(200, 40%, 80%);
		color: black;
	}
	
	.awesomplete > ul > li[aria-selected="true"] {
		background: hsl(205, 40%, 40%);
		color: white;
	}
	
		.awesomplete mark {
			background: hsl(65, 100%, 50%);
		}
		
		.awesomplete li:hover mark {
			background: hsl(68, 100%, 41%);
		}
		
		.awesomplete li[aria-selected="true"] mark {
			background: hsl(86, 100%, 21%);
			color: inherit;
		}
/*# sourceMappingURL=awesomplete.css.map */

/**
 *----------------------------------------------------------------------------
 * iCicons      icon font for iCagenda
 *----------------------------------------------------------------------------
 * @version     2.0.0 2022-02-03
 *
 * @package     iCagenda.Media
 * @subpackage  iCicons
 * @link        https://www.icagenda.com
 *
 * @author      Cyril RezÃ©
 * @copyright   (c) 2012-2024 Cyril RezÃ© / iCagenda - All rights reserved.
 * @license     GNU General Public License version 3 or later; see LICENSE.txt
 *
 * @since       iCagenda 3.2.2
 *----------------------------------------------------------------------------
*/

@font-face {
  font-family: 'iCicons';
  src:  url('fonts/iCicons.eot?be68ex');
  src:  url('fonts/iCicons.eot?be68ex#iefix') format('embedded-opentype'),
    url('fonts/iCicons.ttf?be68ex') format('truetype'),
    url('fonts/iCicons.woff?be68ex') format('woff'),
    url('fonts/iCicons.svg?be68ex#iCicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="iCicon-"], [class*=" iCicon-"],
[class^="icon-iCicon-"], [class*=" icon-iCicon-"],
[class^="menu-iCicon-"], [class*=" menu-iCicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: 'iCicons', sans-serif !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color:#fff;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Need inline-block to be able to scale icons */
[class^="iCicon-"]:before, [class*=" iCicon-"]:before,
[class^="icon-iCicon-"]:before, [class*=" icon-iCicon-"]:before,
[class^="menu-iCicon-"]:before, [class*=" menu-iCicon-"]:before {
  display: inline-block;
}

/* Dashboard Icon (J4) */
.icon-iCicon-icagenda:before {
  content: "\e606";
  color: #990000;
  -webkit-margin-end: .15rem !important;
  margin-inline-end: .15rem !important;
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  width: .65rem;
}

/* Menus Icons Styles (J4) */
[class^="iCicon-jmenu-"]:before,
[class*=" iCicon-jmenu-"]:before {
  margin-right: .85rem;
  text-align: center;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  width: 1rem;
}

.iCicon-jmenu-icagenda:before {
  content: "\e606";
  -webkit-margin-end: .15rem !important;
  margin-inline-end: .15rem !important;
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

.iCicon-jmenu-dashboard:before {
  content: "\e900";
}

.iCicon-jmenu-categories:before {
  content: "\e902";
}

.iCicon-jmenu-events:before {
  content: "\e90a";
}

.iCicon-jmenu-registrations:before {
  content: "\e904";
}

.icon-iCicon-newsletter:before {
  content: "\e905";
}

.iCicon-jmenu-customfields:before {
  content: "\e907";
}

.iCicon-jmenu-features:before {
  content: "\e920";
}

.iCicon-jmenu-themes:before {
  content: "\e921";
}

.iCicon-jmenu-information:before {
  content: "\e922";
}

/* Menus Icons Styles (J3) */
[class^="menu-iCicon-"]:before,
[class*=" menu-iCicon-"]:before {
  float: left;
  margin-right: .5rem;
  width: 1rem !important;
}
.menu-iCicon-icagenda:before {
  float: left;
  margin-right: 0;
  margin-top: .15rem;
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
  width: .9rem !important;
}
.menu-iCicon-icagenda:before {
  content: "\e606";
}
.menu-iCicon-dashboard:before {
  content: "\e900";
}
.menu-iCicon-categories:before {
  content: "\e902";
}
.menu-iCicon-events:before {
  content: "\e90a";
}
.menu-iCicon-registrations:before {
  content: "\e904";
}
.menu-iCicon-newsletter:before {
  content: "\e905";
}
.menu-iCicon-customfields:before {
  content: "\e907";
}
.menu-iCicon-features:before {
  content: "\e920";
}
.menu-iCicon-themes:before {
  content: "\e921";
}
.menu-iCicon-information:before {
  content: "\e922";
}

/*
 * Icons Font
 */
.iCicon-iclogo:before {
  content: "\e606";
}
.iCicon-icagenda:before {
  content: "\e606";
}
.iCicon-dashboard:before {
  content: "\e900";
}
.iCicon-folder-open:before {
  content: "\e902";
}
.iCicon-categories:before {
  content: "\e902";
}
.iCicon-calendar-days:before {
  content: "\e90a";
}
.iCicon-calendar-2:before {
  content: "\e90a";
}
.iCicon-events:before {
  content: "\e90a";
}
.iCicon-user-check:before {
  content: "\e904";
}
.iCicon-registrations:before {
  content: "\e904";
}
.iCicon-paper-plane:before {
  content: "\e905";
}
.iCicon-newsletter:before {
  content: "\e905";
}
.iCicon-rectangle-list:before {
  content: "\e907";
}
.iCicon-customfields:before {
  content: "\e907";
}
.iCicon-square-check:before {
  content: "\e920";
}
.iCicon-features:before {
  content: "\e920";
}
.iCicon-palette:before {
  content: "\e921";
}
.iCicon-themes:before {
  content: "\e921";
}
.iCicon-circle-info:before {
  content: "\e922";
}
.iCicon-information:before {
  content: "\e922";
}
.iCicon-backicY:before {
  content: "\e997";
}
.iCicon-backic:before {
  content: "\e998";
}
.iCicon-nextic:before {
  content: "\e999";
}
.iCicon-nexticY:before {
  content: "\e99a";
}
.iCicon-backward:before {
  content: "\e906";
}
.iCicon-back:before {
  content: "\e90e";
}
.iCicon-next:before {
  content: "\e90f";
}
.iCicon-forward:before {
  content: "\e908";
}
.iCicon-calendar-day:before {
  content: "\e909";
}
.iCicon-calendar:before {
  content: "\e903";
}
.iCicon-calendar-week:before {
  content: "\e90b";
}
.iCicon-calendar-check:before {
  content: "\e90c";
}
.iCicon-calendar-plus:before {
  content: "\e90d";
}
.iCicon-calendar-minus:before {
  content: "\e910";
}
.iCicon-calendar-xmark:before {
  content: "\e913";
}
.iCicon-folder:before {
  content: "\e919";
}
.iCicon-folder-tree:before {
  content: "\e91a";
}
.iCicon-square-envelope:before {
  content: "\e91b";
}
.iCicon-envelope:before {
  content: "\e91c";
}
.iCicon-envelope-open:before {
  content: "\e91d";
}
.iCicon-envelope-open-text:before {
  content: "\e91e";
}
.iCicon-house-chimney:before {
  content: "\e91f";
}
.iCicon-location:before {
  content: "\e923";
}
.iCicon-filter:before {
  content: "\e924";
}
.iCicon-filter-circle-xmark:before {
  content: "\e925";
}
.iCicon-lock:before {
  content: "\e926";
}
.iCicon-private:before {
  content: "\e926";
}
.iCicon-ban:before {
  content: "\e927";
}
.iCicon-blocked:before {
  content: "\e927";
}
.iCicon-list-check:before {
  content: "\e928";
}
.iCicon-tags:before {
  content: "\e929";
}
.iCicon-tag:before {
  content: "\e92a";
}
.iCicon-play:before {
  content: "\e92b";
}
.iCicon-clipboard-check:before {
  content: "\e92c";
}
.iCicon-mobile:before {
  content: "\e92d";
}
.iCicon-tablet:before {
  content: "\e92e";
}
.iCicon-desktop:before {
  content: "\e92f";
}
.iCicon-print:before {
  content: "\e930";
}
.iCicon-sign-in:before {
  content: "\e931";
}
.iCicon-register:before {
  content: "\e931";
}
.iCicon-sign-out:before {
  content: "\e932";
}
.iCicon-images:before {
  content: "\e933";
}
.iCicon-thumbs:before {
  content: "\e933";
}
.iCicon-shield:before {
  content: "\e934";
}
.iCicon-clock:before {
  content: "\e935";
}
.iCicon-user-card:before {
  content: "\e993";
}
.iCicon-circle-user:before {
  content: "\e994";
}
.iCicon-user:before {
  content: "\e995";
}
.iCicon-user-lock:before {
  content: "\e936";
}
.iCicon-permissions:before {
  content: "\e936";
}
.iCicon-user-shield:before {
  content: "\e937";
}
.iCicon-user-gear:before {
  content: "\e938";
}
.iCicon-user-group:before {
  content: "\e996";
}
.iCicon-users:before {
  content: "\e99b";
}
.iCicon-users-gear:before {
  content: "\e939";
}
.iCicon-gear:before {
  content: "\e93a";
}
.iCicon-gears:before {
  content: "\e93b";
}
.iCicon-addthis:before {
  content: "\e93c";
  color: orangered;
}
.iCicon-file-fields:before {
  content: "\e986";
}
.iCicon-form:before {
  content: "\e986";
}
.iCicon-file-form:before {
  content: "\e987";
}
.iCicon-file-form-checked:before {
  content: "\e988";
}
.iCicon-file-lines:before {
  content: "\e989";
}
.iCicon-layer-group:before {
  content: "\e93d";
}
.iCicon-eye:before {
  content: "\e98a";
}
.iCicon-eye-slash:before {
  content: "\e98b";
}
.iCicon-info:before {
  content: "\e98c";
}
.iCicon-pagination:before {
  content: "\e96f";
}
.iCicon-pagination-2:before {
  content: "\e970";
}
.iCicon-chevron-down:before {
  content: "\e98d";
}
.iCicon-chevron-up:before {
  content: "\e98e";
}
.iCicon-magnifying-glass:before {
  content: "\e98f";
}
.iCicon-search:before {
  content: "\e98f";
}
.iCicon-arrow-rotate-left:before {
  content: "\e990";
}
.iCicon-reset:before {
  content: "\e990";
}
.iCicon-icons:before {
  content: "\e610";
}
.iCicon-people:before {
  content: "\e60b";
}
.iCicon-avatar:before {
  content: "\e918";
}
.iCicon-plus:before {
  content: "\e991";
}
.iCicon-minus:before {
  content: "\e992";
}
.iCicon-position:before {
  content: "\e93e";
}
.iCicon-header-after:before {
  content: "\e617";
}
.iCicon-header-before:before {
  content: "\e618";
}
.iCicon-icons-2:before {
  content: "\e96e";
}
.iCicon-earth:before {
  content: "\e600";
}
.iCicon-timezone:before {
  content: "\e601";
}
.iCicon-home:before {
  content: "\e901";
}
.iCicon-register-2:before {
  content: "\e609";
}
.iCicon-location-2:before {
  content: "\e605";
}
.iCicon-info-circle:before {
  content: "\e614";
}
.iCicon-print-2:before {
  content: "\e602";
}
.iCicon-lock-2:before {
  content: "\e608";
}
.iCicon-filter-2:before {
  content: "\e611";
}
.iCicon-thumbs-2:before {
  content: "\e60c";
}
.iCicon-clock-2:before {
  content: "\e60d";
}
.iCicon-screen:before {
  content: "\e60e";
}
.iCicon-options:before {
  content: "\e60f";
}
.iCicon-info-2:before {
  content: "\e613";
}
.iCicon-navigation:before {
  content: "\e615";
}
.iCicon-form-2:before {
  content: "\e616";
}
.iCicon-reset-2:before {
  content: "\e911";
}
.iCicon-search-2:before {
  content: "\e912";
}
.iCicon-arrow-down:before {
  content: "\e914";
}
.iCicon-arrow-up:before {
  content: "\e915";
}
.iCicon-eye-2:before {
  content: "\e916";
}
.iCicon-eye-close-2:before {
  content: "\e917";
}


/* Multiple icons */
.iCicon-eyes-1:before {
  content: "\e905\e905\e905";
  vertical-align: middle;
  letter-spacing: 4px;
}
.iCicon-eyes-2:before {
  content: "\e906\e905\e905";
  vertical-align: middle;
  letter-spacing: 4px;
}
.iCicon-eyes-3:before {
  content: "\e906\e906\e905";
  vertical-align: middle;
  letter-spacing: 4px;
}
.iCicon-eyes-4:before {
  content: "\e906\e906\e906";
  vertical-align: middle;
  letter-spacing: 4px;
}

/* BI-COLOR ICONS */
.iCicon-bi-color-header:before {
  content: "\e618";
  letter-spacing: -1em;
/*  color: #bebebe; */
}
.iCicon-bi-color-header:after {
  content: "\e617";
  color: #ca0000;
}

/* ONE-COLOR ICONS */
[class^="iCicon-iclogo"]:before,
[class*=" iCicon-iclogo"]:before {
  content: "\e606";
}
[class$="-iCagendaColor"]:before {
  color: #990000;
}
[class$="-colorBlue"]:before {
  color: blue;
}
[class$="-colorOrange"]:before {
  color: orange;
}

/* ADDITIONAL STYLES */
.iCicon-info-circle:active,
.iCicon-info-circle:hover,
.iCicon-info-circle:focus {
  text-decoration: none !important;
  background: none;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.3);;
  cursor: help;
}

/*
 * MOD_ICCALENDAR
 * iCagenda by JoomliC
 * Theme Pack Official
 * Default Theme - module calendar
 *
 * @name		default
 * @author		Lyr!C (JoomliC)
 * @version 	3.5.14 2016-01-19
 * @since		1.0
 */


/* Clear Float div */
.ic-clearfix {
	*zoom: 1;
}
.ic-clearfix:before,
.ic-clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.ic-clearfix:after {
	clear: both;
}

/*
 * CALENDAR STYLES
 */

/* General Calendar */
.iccalendar {
	display: block;
	margin: auto !important;
	padding: 3px !important;
}
.iccalendar div {
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
	text-align: center;
}

/* General Table */
.iccalendar table {
	padding: 1% !important;
	margin: 0px !important;
	border:0px;
}
.iccalendar table th {
	font-size: 10px;
	font-weight: 500;
	padding: 0px !important;
	margin: 0px !important;
	text-align: center;
	border: 0px;
	color:#fff;
}
.iccalendar table tr {
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
}


/*
 * DAYS STYLES
 */

/* General */
.iccalendar table td {
	padding: 3px !important;
	margin: 0px !important;
	border: 0px;
}
.iccalendar table td div {
	text-align: center;
	font-size: 10px;
	border-radius: 3px;
	line-height: 20px;
	border: 0px solid #DDDDDD;
	width: auto !important;
}

/* Styles for days (today or else) */
.iccalendar table td div.style_Today {
	border: 1px solid #777;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	box-shadow: 0px 0px 5px #fff;
	color: #000;
    background: #fff;
}
.iccalendar table td div.style_Day {
	border: none;
	color:#fff;
}

/* In case of no event */
.iccalendar .no-event {
}

/* In case of event */
.iccalendar table td .icevent a {
	display: block;
	text-align: center;
	height: 100%;
	color: #fff;
	text-decoration: none;
	z-index: 1000;
}
.iccalendar table td .icevent a:hover,
.iccalendar table td .icevent a:focus {
	border-radius: 3px;
	background: #333;
}

/* Dark background */
.ic-dark {
	color: #fff !important;
}
/* Bright background */
.ic-bright {
	color: #111 !important;
}
.iccalendar table td .icevent a .ic-bright {
	display: block;
	text-align: center;
	height: 100%;
	color: #111 !important;
	text-decoration: none;
}
.iccalendar table td .icevent a:hover .ic-bright,
.iccalendar table td .icevent a:focus .ic-bright {
	border-radius: 3px;
	color: #fff !important;
	background: #333;
}

/* In case of multi-event day */
.iccalendar table td .icmulti a {
	background: url(../images/plus.png) top right no-repeat;
	display: block;
	text-align: center;
	height: 100%;
	color: #fff !important;
	text-decoration: none;
	border-radius: 3px;
}
.iccalendar table td .icmulti a:hover,
.iccalendar table td .icevent a:focus {
	background: #333;
}

/* In case of multi-event day (bright background) */
.iccalendar table td .icmulti a .bright {
	background: url(../images/plus.png) top right no-repeat;
	display: block;
	text-align: center;
	height: 100%;
	color: #111 !important;
	text-decoration: none;
	border-radius: 3px;
}
.iccalendar table td .icmulti a:hover .bright,
.iccalendar table td .icevent a:focus .bright {
	color: #fff !important;
	background: #333;
}

/* Loading... */
.icloading_box {
	display: block;
	height: 172px;
	font-size: 10px;
}
.icloading_img {
	display: block;
	width: 100%;
	height: 172px;
	background: url(../images/ic_load.gif) 50% 50% no-repeat
}


/*
 * SCRIPT FUNCTION (Dates with event)
 */

/* General */
.icevent,
.icmulti {}

/* Text (Don't modify it!) */
.icevent .spanEv,
.icmulti .spanEv {
	display: none !important;
}

/* Date (Don't modify it!) */
.icevent .date,
.icmulti .date {
	display: none !important;
}

/* Link */
.icevent a,
.icmulti a {
	cursor: pointer;
}


/*
 * NAVIGATOR
 */

/* Arrows General */
.icagendabtn {
	font-family: arial;
}

/* Navigator General */
.icnav {
	font-size: 10px;
	padding: 0px !important;
	margin: 0px !important;
	min-height: 24px;
}

/* Arrows General */
.icnav .backicY,
.icnav .backic,
.icnav .nextic,
.icnav .nexticY {
	display: block;
	text-decoration: none;
	color: #555555;
}
.icnav .backicY {
	letter-spacing: -3px;
	margin-right: 2px !important;
}
.icnav .backic {
	letter-spacing: 0px;
	margin-right: 2px !important;
	margin-left: 3px !important;
}
.icnav .nextic {
	letter-spacing: 0px;
	margin-left: 2px !important;
}
.icnav .nexticY {
	letter-spacing: -3px;
	margin-right: 2px !important;
	margin-left: 2px !important;
}

/* Arrows Back Month and Year (Left) */
.icnav .backic,
.icnav .backicY {
	float: left !important;
}

/* Arrows Next Month and Year (Right) */
.icnav .nextic,
.icnav .nexticY {
	float: right !important;
}

/* Arrows Back and Next - Month */
.icnav .backic,
.icnav .nextic {
	background: none;
	font-size: 12px;
	width: auto !important;
	cursor: pointer;
}

/* Arrows Back and Next - Year */
.icnav .backicY,
.icnav .nexticY {
	background: none;
	font-size: 12px;
	width: auto !important;
	cursor: pointer;
}

/* Arrows Over */
.icnav .backic:hover,
.icnav .nextic:hover,
.icnav .backicY:hover,
.icnav .nexticY:hover {
	background: none;
	color: #333333;
	cursor: pointer;
}

/* Navigator Title (month and year) */
.icnav .titleic {
	font-size: 12px;
	text-align: center;
	width: auto !important;
	color:#fff;
}


/*
 * INFO TIP
 */

/* General */
#ictip {
	font-family: arial;
	text-align: left;
	background: #ffffff;
	background: rgba(255,255,255,1);
	border: 1px solid #ccc;
	padding: 15px;
	width: auto;
	min-width: 350px;
	border-radius: 7px;
	z-index: 10000;
	max-height: 100%;
	overflow-y: auto;
}
#ictip .ictip-event {
	display: block;
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #eee;
}
#ictip span {
	margin: 10px;
	font-size: 0.8em;
}
#ictip a {
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	background: none;
}

/* Date Header */
#ictip .ictip-date {
}
#ictip span.ictip-date-lbl {
	font-variant: small-caps;
}
#ictip span.ictip-date-format {
	font-size: 1em;
}

/* Close "X" */
#ictip a.close {
	position: absolute;
	display: block;
	width: auto;
	top: 15px;
	right: 15px;
	color: red;
	text-decoration: none !important;
}
#ictip a.close:hover {
	background: none !important;
	color: black;
	cursor: pointer;
}

/* Event Div */
#ictip div.linkTo {
	color: #333;
	background: none;
	text-decoration: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#ictip div.linkTo:hover {
	color: #111;
	background: rgba(0,0,0,0.1);
	border-radius: 5px;
}

/* Contener of the image */
#ictip span.img {
	display: block;
	width: 100px;
	float: left;
	text-align: center;
	padding: 3px;
	border-radius: 3px;
	box-sizing: content-box;
}

/* Image Thumb */
#ictip span.img img {
	width: 100px;
	border: 0px solid #ccc;
	border-radius: 3px;
	opacity: 1 !important; /* Added due to override of some site templates (Shape5 vertex, ...) */
}

/* no-image */
#ictip div.noimg {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding: 3px;
}
#ictip .bright {
	color: #111111 !important;
}

/* Event Title */
#ictip .ictip-event-title {
	display: block;
	min-width: 200px;
	font-weight: bold;
	padding: 8px 5px 3px 5px;
}

/* Event Info */
#ictip .ictip-info {
	display: block;
	min-width: 200px;
	font-size: 12px;
	padding: 0 8px 2px 8px;
}
#ictip .ictip-time {
	font-size: 14px;
	padding: 0 8px;
}
#ictip .ictip-location {
	font-size: 12px;
	padding: 0 8px 3px 8px;
}
#ictip .ictip-desc {
	font-size: 12px;
	color: #555;
	line-height: 14px;
}

/* Contener of the description */
#ictip span.bloc {
	display: block;
	width: 300px;
	float: left;
	margin: 3px;
}

/* Registration Infos */
#ictip div.regButtons {
	text-align: center;
	padding: 5px 1px;
}
#ictip span.iCreg {
	display: inline-block;
	font-size: 11px;
	margin: 0 3px;
	padding: 1px 5px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 1px #333;
/*	cursor: pointer; */
}
#ictip span.iCreg.available,
#ictip span.iCreg.closed {
	color: black;
	background: white;
}
#ictip span.iCreg.ticketsleft {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top,#62c462,#51a351);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image: -webkit-linear-gradient(top,#62c462,#51a351);
	background-image: -o-linear-gradient(top,#62c462,#51a351);
	background-image: linear-gradient(to bottom,#62c462,#51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	*background-color: #51a351;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#ictip span.iCreg.registered {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #1d6cb0;
	background-image: -moz-linear-gradient(top,#2384d3,#15497c);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#2384d3),to(#15497c));
	background-image: -webkit-linear-gradient(top,#2384d3,#15497c);
	background-image: -o-linear-gradient(top,#2384d3,#15497c);
	background-image: linear-gradient(to bottom,#2384d3,#15497c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2384d3', endColorstr='#ff15497c', GradientType=0);
	border-color: #15497c #15497c #0a223b;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color: #15497c;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* End function clear <div> */
#ictip .clr {
	clear: both;
	display: block;
}

/* Features */
#ictip .ic-features-container {
	margin: 2px 8px 2px 2px;
}
#ictip .ic-feature-icon {
	float: right;
	margin: 0px 0.5px;
}

/* Messages Info */
.ic-msg-no-event {
	font-size: 0.8em;
	text-align: center;
}