/* ==================================================== */
/* = CSS du calendrier								  = */
/* ==================================================== */
div#main-content.main-zone.calendar-zone {
  background-image: none; }

.col-1-tiers {
  width: 34%;
  float: left;
  margin-right: 2%; }

.col-2-tiers {
  width: 64%;
  float: left; }

.col-1-quart {
  width: 24%;
  float: left;
  margin-right: 2%; }

.col-3-quart {
  width: 74%;
  float: left; }

/* le calendrier
----------------------------------------*/
table#calendar {
  width: 100%; }

#calendar td {
  border: 1px solid #dce0e8;
  background-color: white;
  width: 14%;
  vertical-align: top;
  padding: 5px;
  height: 70px; }

#calendar td:hover {
  background-color: #f6f6f6; }

#calendar td.offmonth {
  background-color: #f1f1f1; }

#calendar td.currentday {
  background-color: #e4ffe2; }

#calendar td span.date {
  /*
  	position: absolute;
  	top: 5px;
  	right: 5px;
  */
  text-transform: uppercase;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 5px; }

/* le calendrier : le mois
----------------------------------------*/
#calendar-month {
  border: 1px solid #dce0e7;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 0px 0px;
  border-bottom-width: 2px;
  text-align: center;
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dcdcdc), to(white));
  background-image: -moz-linear-gradient(90deg, #dcdcdc 0%, white 100%);
  height: 70px; }

#calendar-month h1 {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative; }

a.cal-prev, a.cal-next {
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/sprite-navigmonth.png);
  position: absolute; }

a.cal-prev {
  background-position: 0 0;
  left: 0;
  bottom: 5px; }

a.cal-next {
  background-position: 0 20px;
  right: 0;
  bottom: 5px; }

a.cal-prev:hover {
  background-position: right 0; }

a.cal-next:hover {
  background-position: right 20px; }

#datefilter {
  float: left;
  position: absolute;
  top: 25px;
  left: 20px; }

/* le calendrier : les dates
----------------------------------------*/
#calendar a {
  margin: 0 2px 2px 0;
  padding: 3px 6px 2px;
  background-color: #a5c13f;
  border-radius: 2px;
  text-decoration: none;
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  float: left; }

/* calendar popup
----------------------------------------*/
#popup-id {
  position: absolute;
  width: 340px;
  background-color: white;
  padding: 1em;
  border-radius: 2px;
  -moz-box-shadow: inset 0 1px 92px #f7f7f7, 0 1px 5px #9a9a9a;
  -webkit-box-shadow: inset 0 1px 92px #f7f7f7, 0 1px 5px #9a9a9a;
  box-shadow: inset 0 1px 92px #f7f7f7, 0 1px 5px #9a9a9a;
  font-size: 13px;
  font-size: 1.3rem; }

#popup-id h2 {
  margin: 0 0 0.2em;
  text-align: left;
  background-color: white;
  padding-bottom: 0;
  padding-right: 0;
  color: black;
  padding-top: 1px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  font-style: normal; }

p.meet-resume {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px; }

#popup-id h2 span.sigle {
  margin: 0 5px 0 0;
  padding: 3px 2px 2px 6px; }

p.meet-sous-com {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-color: #e5e5e5;
  font-weight: bold; }

p.meet-date {
  margin: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 11px;
  font-size: 1.1rem;
  padding-bottom: 8px;
  padding-right: 0;
  padding-left: 0;
  text-align: center; }

div.meet-docs {
  padding: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 1em;
  border: 1px solid #EEE; }

div.meet-docs ul {
  margin: 0;
  padding: 0; }

/* les filtres
----------------------------------------*/
.calendar-filter {
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 3em; }

.calendar-filter div {
  clear: both;
  overflow: auto;
  margin-bottom: 6px; }

.calendar-filter div.external-offices {
  margin-bottom: 0;
  margin-top: 18px; }

.calendar-filter a,
ul.ResultAgenda > li > a {
  text-decoration: none;
  margin-right: 2px;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  color: black;
  border-style: solid;
  border-width: 2px;
  background-color: white;
  margin-bottom: 2px;
  float: left;
  margin-left: 2px; }

.calendar-filter.full a {
  width: 97%; }

.calendar-filter a span.sigle,
ul.ResultAgenda a span.sigle {
  float: left;
  color: white;
  padding: 2px 5px;
  width: 40px;
  text-align: center; }

.calendar-filter a span.office,
ul.ResultAgenda a span.office {
  float: left;
  padding: 2px;
  margin-right: 3px;
  margin-left: 3px; }

.calendar-filter li a.off {
  background-color: #f3f3f3;
  -moz-box-shadow: inset 0 0 26px #dddddd;
  -webkit-box-shadow: inset 0 0 26px #dddddd;
  box-shadow: inset 0 0 26px #dddddd;
  color: #838383; }

/*	.calendar-filter div a.colorall {
		text-align: center;
		text-transform: capitalize;
		height: 19px;
		line-height: 19px;
		background-color: #214f74;
		color: white;
		border: 2px solid #214f74;
	}
	
		.calendar-filter div a.colorall:hover {
			background-color: #214f74;
			border-color: #669ec7;
		}*/
/* le calendrier : les couleurs
----------------------------------------*/
a.colorall {
  text-transform: uppercase;
  height: 22px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 20px; }

#calendar a.colorall, .colorall {
  background-color: #214f74;
  border-color: #214f74; }

.colorall span.sigle, .colorall.active {
  background-color: #214f74;
  color: #fff; }

#calendar a.color01, .color01 {
  background-color: #d88b25;
  border-color: #d88b25; }

.color01 span.sigle, .color01.active {
  background-color: #d88b25;
  color: #fff; }

#calendar a.color02, .color02 {
  background-color: #9c3e14;
  border-color: #9c3e14; }

.color02 span.sigle, .color02.active {
  background-color: #9c3e14;
  color: #fff; }

#calendar a.color03, .color03 {
  background-color: #262f7d;
  border-color: #262f7d; }

.color03 span.sigle, .color03.active {
  background-color: #262f7d;
  color: #fff; }

#calendar a.color04, .color04 {
  background-color: #47861d;
  border-color: #47861d; }

.color04 span.sigle, .color04.active {
  background-color: #47861d;
  color: #fff; }

#calendar a.color05, .color05 {
  background-color: #ededed;
  border-color: #b7b7b7;
  color: black; }

.color05 span.sigle, .color05.active {
  color: black !important;
  background-color: #b7b7b7; }

div.calendar-filter a.active {
  background-image: url(../images/icon-check.png);
  background-position: 99% center;
  background-repeat: no-repeat;
  background-size: 12px; }

#calendar a:hover, .calendar-filter a:hover {
  background-color: #e0e0e0;
  color: black; }

/* le calendrier > actions
----------------------------------------*/
a.CalendarPrintVersion {
  float: right;
  margin-top: -30px;
  background: url(../images/icon-pdf-mini.png) 97% center no-repeat #f0f1f0;
  height: 16px;
  padding: 3px 40px 3px 7px;
  line-height: 17px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px; }

a.CalendarPrintVersion:hover {
  background-color: #ecb020;
  color: #ffffff; }

/* Nouvelle vue du calendrier : Calendar list
----------------------------------------*/
#CalendarList {
  margin-top: 2em;
  margin-bottom: 2em; }

div.date-filter-form {
  font-size: 1.4rem;
  line-height: 2em; }

div.date-filter-form select {
  margin: 0; }

div.date-filter-form select#form_dob_month.select-styled,
div.date-filter-form select#form_dob_month_end.select-styled {
  width: 100px !important; }

div.date-filter-form label {
  width: 2em;
  text-align: right;
  padding-right: .5em;
  float: left; }

div.date-filter-form select {
  width: auto; }

div.date-filter-form input#submitbutton {
  margin-top: 1em; }

#debut-date-filter,
#end-date-filter {
  float: left;
  width: 340px; }

.col-right .calendar-filter a {
  width: 98%; }

ul.ResultAgenda {
  font-size: 1.4rem;
  margin: 0;
  padding: 0; }

ul.ResultAgenda > li {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  list-style-image: none; }

ul.ResultAgenda > li > a {
  width: 100%;
  float: left;
  margin: 0; }

ul.ResultAgenda h3 {
  display: inline-block;
  padding: .5em .3em .3em; }

ul.ResultAgenda li h3 {
  margin-top: 0 !important; }

ul.ResultAgenda p.infos {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding-top: .4em;
  padding-bottom: .4em;
  text-align: right; }

ul.ResultAgenda p.summary {
  line-height: 1.4em; }

ul.AgendaRelatedDocs {
  margin: 0; }

/*Statuts*/
.status {
  border-radius: 3px;
  font-size: .8em;
  background-color: #e9e9e9;
  padding: 5px;
  bottom: 0;
  right: 0; }

/* Message erreur */
div.portlet-msg-info {
  padding: 1em 1em 1em 41px;
  font-size: 15px;
  font-size: 1.5rem;
  background: url(../images/icon-info.png) 10px center no-repeat #e6e6e6;
  border-radius: 3px;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  text-transform: none; }

