/****************************************/
/*     	 palette des couleurs			*/
/****************************************/
/****************************************/
/*					variables			*/
/****************************************/
/****************************************/
/*					fonts				*/
/****************************************/
.fontNormal {
  font-family: Helvetica, Arial, sans-serif;
}
.fontBold {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
strong {
  font-weight: bold;
}
/******************************************************/
/*						arrow entities				  */
/*	droite -> &#59392; ou &#59393; ou &#59396;		  */
/*	bas 	-> &#59397; ou &#59395; ou &#59394;		  */
/******************************************************/
/** general calendar **/
.scale {
  font-size: 14pt;
  line-height: 17pt;
  display: inline-block;
  vertical-align: top;
}
.scale.bigScale {
  font-size: 12pt;
  line-height: 14pt;
}
.scale.smallScale {
  font-size: 3pt;
  line-height: 4pt;
}
.year {
  display: inline-block;
  vertical-align: top;
  background-color: #D8D8D8;
  width: auto;
  min-width: 36em;
  height: auto;
  margin: 0em 0em 0em 0em;
  padding: 0 0 0.2em 0.2em;
  position: relative;
}
.monthCalendar {
  position: relative;
  height: auto;
}
.year .month {
  display: block;
  float: left;
  background-color: #e5e5e5;
  width: 3em;
  margin-top: 2.5em;
  margin-right: 0.25em;
  margin-left: 0em;
}
/** labels **/
.scale .label {
  margin-top: 0em;
  height: 1em;
  padding-left: 0em;
}
.year .label {
  display: block;
  float: left;
  width: auto;
  font-size: 40px;
  line-height: 45px;
  cursor: pointer;
}
.month .label {
  float: none;
  margin: -2em 0px 0px 0px;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  cursor: normal;
}
/** counters **/
.counter {
  color: #777;
  display: block;
  font-size: 0.7em;
  font-weight: normal;
}
.year .counter {
  display: block;
  float: left;
  width: auto;
  font-size: 14px;
  line-height: 16px;
  margin-top: 1.4em;
  height: 1em;
  padding-left: 0.6em;
  vertical-align: bottom;
}
.month .counter {
  display: block;
  float: none;
  width: auto;
  font-size: 1em;
  line-height: 1em;
  margin-top: 0em;
  height: 1em;
  overflow: hidden;
  padding-left: 0em;
  vertical-align: default;
}
/** instances **/
.year.closed .instanceList {
  display: none;
}
.year .instanceList {
  display: block;
  position: absolute;
  top: 1.5em;
  left: -3.25em;
  width: 40em;
  /*height: 5em;*/
  z-index: 100;
}
.year .instance {
  display: block;
  width: 3em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  left: 0em;
  top: 0px;
  margin: 0em;
  margin-top: 0em;
  padding: 0;
  text-align: center;
}
.year .instance a {
  color: #0741D4;
  font-size: 0.7em;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 1.36em;
  background-color: rgba(129, 162, 255, 0.3);
}
.year .instance a:hover {
  text-decoration: none;
  background-color: #81a2ff;
  color: #F3F3F3;
}
/**** different calendar styles ****/
/** proportional **/
.proportional .year .month {
  height: 31.2em;
}
/** non proportional **/
.nonproportional .year .instanceList {
  height: auto;
}
.nonproportional .year .instance {
  position: default !important;
}
/** simple list by years **/
.simpleList .scale {
  display: block;
}
.simpleList .smallScale,
.simpleList .bigScale {
  font-size: 1.3em;
}
.simpleList .year {
  display: block;
  width: 100%;
  min-width: 1210px;
  color: #404040;
  background-color: transparent;
  font-size: 18pt;
  height: 90px;
  margin: 0em 0em 0em 0em;
  /*padding: 0em 0 0.2em 0.2em;*/
  position: relative;
  background-color: white;
  background: -webkit-linear-gradient(top, #d9d7d7 0%, #ffffff 8%);
  background: -moz-linear-gradient(top, #d9d7d7 0%, #ffffff 8%);
  background: -o-linear-gradient(top, #d9d7d7 0%, #ffffff 8%);
  background: -ms-linear-gradient(top, #d9d7d7 0%, #ffffff 8%);
  background: linear-gradient(to bottom, #d9d7d7 0%, #ffffff 8%);
  overflow: hidden;
}
.simpleList .year.closed {
  color: #666666;
  position: relative;
  height: 90px;
  padding: 0;
  background: #c2c2c2;
  background: -webkit-linear-gradient(top, #d1d1d1 0%, #f2f2f2 36%);
  background: -moz-linear-gradient(top, #d1d1d1 0%, #f2f2f2 36%);
  background: -o-linear-gradient(top, #d1d1d1 0%, #f2f2f2 36%);
  background: -ms-linear-gradient(top, #d1d1d1 0%, #f2f2f2 36%);
  background: linear-gradient(to bottom, #d1d1d1 0%, #f2f2f2 36%);
}
.simpleList .year.opened {
  height: 13.5em;
}
.simpleList .year > .label {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1000;
  width: 30%;
  height: 100px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 65px;
  line-height: 1.2em;
  padding: 0em 20px 0em 0em;
  text-align: right;
}
.simpleList .year.closed > .label {
  top: 10px;
  height: 60px;
}
body.nopic .simpleList .year > .label {
  width: 22%;
}
.yearLabel {
  display: none;
  color: #f2f2f2;
}
.year.opened .yearLabel {
  display: block;
  -webkit-animation: fadein 1s 0s forwards;
  -moz-animation: fadein 1s 0s forwards;
  -ms-animation: fadein 1s 0s forwards;
  animation: fadein 1s 0s forwards;
}
@-webkit-keyframes fadein {
  from {
    color: #f2f2f2;
  }
  to {
    color: #7f7f7f;
  }
}
@-moz-keyframes fadein {
  from {
    color: #f2f2f2;
  }
  to {
    color: #7f7f7f;
  }
}
@-ms-keyframes fadein {
  from {
    color: #f2f2f2;
  }
  to {
    color: #7f7f7f;
  }
}
.simpleList .year.opened .bar {
  color: #827c7c;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 350px;
  line-height: 350px;
  letter-spacing: -0.05em;
  text-align: center;
  vertical-align: top;
  opacity: 0.13;
  background-color: transparent;
  border-left: none;
}
@-moz-document url-prefix() {
  .simpleList .year.opened .bar {
    line-height: 415px;
  }
}
.simpleList .year.closed .bar {
  display: block;
  position: absolute;
  margin-left: 20px;
  left: 30%;
  top: 0;
  overflow: hidden;
  height: 90px;
  background: rgba(76, 147, 255, 0.4) url("/tna/media_sel/images/barGloss.png") 0em 0em repeat-x;
  border-left: 2px solid #4c93ff;
}
body.nopic .simpleList .year.closed .bar {
  left: 22%;
}
.simpleList .year.closed .yearLabel {
  display: none;
}
.simpleList .year .counter {
  margin: 0em 0em 0em 0px;
  padding: 0em 20px 0em 0px;
  position: absolute;
  left: 0;
  top: 85px;
  z-index: 900;
  height: auto;
  width: 22%;
  font-size: 1.2em;
  line-height: 1em;
  text-align: right;
  color: inherit;
  cursor: pointer;
}
.simpleList .year.closed .counter {
  margin: 0em 0em 0em 60px;
  padding: 0em 0em 0em 0px;
  position: absolute;
  left: 30%;
  top: 5px;
  height: 60px;
  font-size: 1.1em;
  line-height: 3em;
  width: auto;
  color: inherit;
}
body.nopic .simpleList .year.closed .counter {
  left: 25%;
}
body.nopic .simpleList .year.closed .yearThumb,
body.nopic .simpleList .year.opened .yearThumb {
  display: none !important;
}
.simpleList .year.closed .yearThumb {
  display: block;
  margin: 0em 200px 0em 0px;
  padding: 0em 0em 0em 0px;
  position: absolute;
  right: 70%;
  top: 20px;
  height: 50px;
  width: 75px;
  z-index: 800;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  cursor: pointer;
  box-shadow: 5px 5px 8px #4c93ff;
}
.simpleList .year.opened .yearThumb {
  display: block;
  margin: 0em 20px 0em 0px;
  padding: 0em 0em 0em 0px;
  position: absolute;
  right: 70%;
  top: 130px;
  height: 150px;
  width: 240px;
  z-index: 800;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  cursor: pointer;
  box-shadow: 5px 5px 8px rgba(76, 147, 255, 0.5);
}
.simpleList .yearThumb .yearLabel {
  display: none;
}
.simpleList .monthCalendar {
  position: relative;
  width: 60%;
  height: 14em;
  top: -5px;
  left: 30%;
  margin: 0em 0em 0em 16px;
  border-left: 2px solid #4c93ff;
}
@-moz-document url-prefix() {
  .simpleList .monthCalendar {
    margin: 0em 0em 0em 16px;
  }
}
body.nopic .simpleList .monthCalendar {
  left: 22%;
  width: 68%;
}
.simpleList .columns {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 70px;
  height: 12em;
  text-align: left;
}
.simpleList .month {
  display: block;
  float: none;
  width: auto;
  height: 1em;
  margin: 0;
  padding: 0em 0em 0em 20px;
  font-weight: normal;
  background-color: transparent;
}
.simpleList .month .label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0.3em;
  font-size: 0.55em;
  line-height: 1em;
  cursor: default;
  text-transform: capitalize;
}
.simpleList .month .counter {
  display: none;
}
.simpleList .instanceList {
  display: block;
  position: relative;
  top: 20px;
  left: 70px;
  width: auto;
  height: auto;
  /*height: 5em;*/
}
.simpleList .instance {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;
}
.simpleList .instance a {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  vertical-align: middle;
  width: 1.56em;
  height: 1.6em;
  font-size: 0.56em;
  /* line-height: 1.74em; */
  line-height: 1.6em;
  text-decoration: none;
  background-color: #497cff;
  /* border-radius: 0.3em; */
}
@-moz-document url-prefix() {
  .simpleList .instance a {
    line-height: 1.7em;
  }
}
.simpleList .instance.selected a,
.simpleList .instance.selected a:hover {
  color: white !important;
  background-color: #d57500 !important;
}
.simpleList .instance a:hover {
  text-decoration: none;
}
.simpleList .year .instance a {
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
}
.simpleList .year .instance a:hover {
  color: white;
  background-color: #4c93ff;
}
/** yearLabelOnly : display only year labels when calendar is small **/
.yearLabelOnly .smallScale .year {
  background-color: #FFFFFF;
}
/*.yearLabelOnly .bigScale .year { background-color: #F5F5F5; }*/
.yearLabelOnly .smallScale .monthCalendar {
  display: none;
}
.yearLabelOnly .bigScale .monthCalendar {
  display: block;
}
/* palette */
.palette {
  display: none;
  width: 250px;
  height: 200px;
  top: -30px;
  left: 20px;
  position: relative;
  z-index: 1000;
  background-color: #4c93ff;
  border-radius: 0.7em;
  box-shadow: 1px 2px 10px #e5efff;
  border: 3px solid #b2d1ff;
}
body.nopic .palette {
  display: none !important;
}
.palette .image {
  display: block;
  width: 220px;
  height: 170px;
  margin: 0em 15px 15px 15px;
  background: #4c93ff url("../../../content/images/2012thumb.jpg") center center no-repeat;
  background-size: contain;
}
.palette .caption {
  display: block;
  color: #e5efff;
  font-size: 0.6em;
  text-align: right;
  line-height: 1em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 0em 15px 0em 0em;
}
/* multiple */
.multi:hover {
  /*background-color: red;*/
  border: 20px solid transparent;
  margin-left: -20px !important;
  margin-top: -20px !important;
}
.multipleInstance {
  display: none;
  width: 150px;
  min-height: 2.1em;
  max-height: 198px;
  height: auto;
  overflow-y: auto;
  top: -10px;
  left: -3px;
  position: relative;
  z-index: 100000;
  background-color: #f2f2f2;
  border-radius: 0.7em;
  box-shadow: 1px 2px 10px #8c8c8c;
  border: 3px solid #bfbfbf;
}
@-moz-document url-prefix() {
  .multipleInstance {
    top: -1.2em;
    left: 0.8em;
  }
}
a.multipleInstanceLabel {
  color: #050505;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 0px;
  background-color: #ffffff;
}
a.multipleInstanceLabel:hover {
  color: white;
  background-color: #8c8c8c;
}
#tools .multipleInstance li {
  display: block;
  float: none;
  border-bottom: 1px dotted #525252;
  padding: 0em 0em 0em 0em;
  font-size: 0.95em;
  line-height: 1.3em;
  height: auto;
}
.multipleInstance li:first-child {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
#tools .multipleInstance li:last-child {
  border-bottom: none;
}
.simpleList .year .multipleInstance li a {
  margin: 0;
  padding: 0.6em 1em;
  font-family: Helvetica, Arial, sans-serif;
  float: none;
  text-transform: capitalize;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: transparent;
  color: #050505;
  border-radius: 0;
  line-height: 1em;
  height: auto;
}
.simpleList .year .multipleInstance li:hover {
  background-color: #4c93ff;
}
.simpleList .year .multipleInstance li:hover a {
  background-color: transparent;
  color: #f2f2f2;
}
