/* @override http://www.cmaq.net/sites/default/modules/event/event.css */


/* MIC-MOD : cacher les liens poches Jour, Tableau, Liste */

#main ul.links li.event_day a.event_day {
	visibility: hidden;
}
#main ul.links li.event_table a.event_table {
	visibility: hidden;
}
#main ul.links li.last.event_list {
	visibility: hidden;	
}



/*  event calendar table styles  */
.event-calendar table {
  border: 1px solid #242;
  border-collapse: collapse;
  border-spacing: 0;
  width: 98%; /* Setting at 100% causes problem in Internet Explorer. */
  margin-bottom: 1em;
}
.event-calendar tr {
  padding: 0;
  margin: 0;
  background: white;
}
.event-calendar th {
  color: #000;
  background: #aac;
  text-align: center;
  padding: 10px 0.33em;
  border: 1px solid #242;
}
.event-calendar td {
  width: 14%; /* 14% is about 1/7 of total table width */
  border: 1px solid #bbb;
  color: indigo;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

/* LE DESSUS DU CALENDRIER: MOIS */



.event-calendar th.heading {
  border-width: 1px 0px;
font-size: 1.7em;
	color: #6d3030;
}

/* Fleches pour voir les mois precedents et suivants */
.event-calendar th.prev {
  text-align: left;
  border-width: 1px 0px 1px 1px;
font-size: 1.1em;
}
.event-calendar th.prev a:hover {
  	text-decoration: none;
	color: #333168;
}
.event-calendar th.next {
  text-align: right;
  border-width: 1px 1px 1px 0px;
font-size: 1.1em;
}
.event-calendar th.next a:hover {
	text-decoration: none;
	color: #333168;
}
.event-calendar th a {
 font-weight: bold;
 color: white;
}
.event-calendar th a:hover {
 text-decoration: underline;
 color: orange;
}
.event-calendar td a {
  font-weight: bold;
  text-decoration: none;
}
.event-calendar td a:hover {
  text-decoration: none;
}
.event-calendar td.sat, .event-calendar td.sun {
  background: #fff;
}
.event-calendar td.selected {
  background: indigo;
}
.event-calendar td.today {
  background: #99f;
}
.event-calendar td.year, .event-calendar td.month {
  text-align: center;
  border-width: 1px 0px;
}

/*  days of the week header cells */
.event-calendar td.days {
  color: #fff;
  background: #224;
  text-align: center;
  border: 1px solid #242;
  border-width: 0 1px 1px 0;
  font-weight: bold;
font-size: 1.1em;
}

/*  floating day number div  */
.event-calendar div.day {
  float: right;
  text-align: center;
  border: 1px solid gray;
  border-width: 0 0 1px 1px;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
  background: #f3f3f3;
}

/*  event node times for the body */
.event-nodeapi div {
  color: #000;
  padding: 0.5em 1em 0 0;
}
.event-nodeapi div label { color: #999; }


/*  LES TITRES DES EVENEMENTS */

.event-calendar div.event {
  font-style: italic;
font-size: 1.2em;
  background-color: #fff;
  border: solid 1px #555;
  text-align: left;
  margin: 0.25em 0 0.5em 0.25em;
}
.event-calendar div.title {
  padding-left: 3px;
}
.event-calendar div.title a {
  color: ;
}
.event-calendar div.title a:hover {
  color: #c00;
}
.event-calendar .content {
  margin: 5px;
  padding: 3px;
  border-left: solid 2px #ddd;
  padding-left: 5px;
}
.event-calendar div.type {
  margin-left: 5px;
  font-size: 0.8em;
}
.event-calendar div.type a {
  color: #00c;
}
.event-calendar div.type a:hover {
  color: #c00;
}
.event-calendar div.links {
  padding-left: 3px;
}
.event-calendar div.links a {
  color: #00c;
}
.event-calendar div.links a:hover {
  color: #c00;
}
.event-calendar .start {
  font-style: normal;
  color: #555;
  margin: 2px 0 2px 0;
  padding-left: 3px;
}
.event-calendar .end {
  font-style: normal;
  color: #555;
  margin: 2px 0 2px 0;
  padding-left: 9px;
  font-size: 0.8em;
}
.event-calendar .ongoing {
  font-style: normal;
  color: #555;
  margin: 2px 0 2px 0;
  padding-left: 9px;
  font-size: 0.8em;
}
.event-calendar div.info {
  visibility: hidden;
  height: 0px;
  overflow:hidden;
  padding-left: 3px;
}

/*  individual node view styles  */
.event-calendar div.monthview .title {
  font-size: 0.8em;
}
.event-calendar div.dayview {
  width: auto;
}
.event-calendar div.tableview {
  width: auto;
}
.event-calendar div.tableview .links {
}
.event-calendar .event-empty {
  min-height: 6em;
}
/* hack to make Internet Explorer for Windows display calendar height correctly \*/
* html .event-calendar .event-empty {
  height: 6em;
}
/* end of hack */
.container-inline .day input {
  width: auto;
  display: inline;
}

/*  multi-day event top stripes  */
.event-calendar .event .stripe {
  height: 5px;
}
.event-calendar .event .stripe-1 {
  background-color: #8cce97;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-2 {
  background-color: #cbcc95;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-3 {
  background-color: #8cce97;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-4 {
  background-color: #cbcc95;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-5 {
  background-color: #8cce97;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-6 {
  background-color: #cbcc95;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-7 {
  background-color: #8cce97;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-8 {
  background-color: #cbcc95;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-9 {
  background-color: #8cce97;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-10 {
  background-color: #cbcc95;
  height: 5px;
  width: 100%;
}

#block-event-1 .item-list ul li a { 
  margin-top: 8px; 
}

span.event-timeleft {
  padding-bottom: 3px;
  text-align: right;
  width: auto;
  display: block;
}
span.event-nodetype {
  padding: 0px 0px 0px 5px;
  display: block;
  width: auto;
  text-align: right;
  float: right;
}
.ical-link {
  text-align: right;
}
.event div.form-item {
  white-space: normal;
}
