/*
.clearfix {
  *zoom: 1;
  &:before,
  &:after {
    display: table;
    content: "";
    // Fixes Opera/contenteditable bug:
    // http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952
    line-height: 0;
  }
  &:after {
    clear: both;
  }
}
*/
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a.add-another {
  text-indent: -5000px;
}
input#id_datetime_0.ui-datepicker {
  height: 30px;
  margin-top: 0px;
}
input#id_date_debut_0.ui-datepicker {
  height: 30px;
  margin-top: 0px;
}
input#id_date_fin_0.ui-datepicker {
  height: 30px;
  margin-top: 0px;
}
form.admin_form div.form_datetime span {
  margin-top: -1px;
}
form#manifestation_form a#add_id_zones {
  visibility: hidden;
}
.manifestation_block {
  border: 1px #b2b2b2 solid;
  margin: 10px 0;
}
.manifestation_block .blockgentxt {
  font-size: 15px;
  color: #555555;
  border-bottom: 1px #b2b2b2 solid;
  background: #dde4e8;
  color: #094063;
}
.manifestation_block .blockgentxt .manifestation_date {
  padding-left: 0.5em;
}
.manifestation_block .blockgentxt .manifestation_zones {
  padding-right: 0.5em;
}
.manifestation_block .manifestation_content {
  margin: 0.5em;
  line-height: 1.5em;
  font-size: 14px;
}
.reset-form {
  float: right;
  line-height: 26px;
}
.addthis_toolbox {
  padding-bottom: 0.5em;
}
.linkprec {
  float: left;
  text-align: left;
}
.linksuiv {
  float: right;
  text-align: right;
}
.linkcurrent {
  padding: 5px 10px 1px;
  margin: 0 180px 0 180px;
  text-align: center;
}
fieldset.grp-module.view-only label {
  font-size: 1.5em;
  line-height: 1.6em;
}
div.debug_edition th {
  background-color: #b5deec;
}
div.debug_edition tr.picked {
  background-color: #EEE;
}
#box_actu {
  position: absolute;
}
#box_actu div {
  width: 733px;
  height: 115px;
  float: left;
  background: #eee;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #A9D6FF;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(0deg, #76beff, #A9D6FF);
  background-image: -webkit-linear-gradient(0deg, #76beff, #A9D6FF);
  background-image: -o-linear-gradient(0deg, #76beff, #A9D6FF);
  background-image: linear-gradient(0deg, #76beff, #A9D6FF);
}
#box_actu p {
  padding: 0em 0.8em 0.5em 0.8em;
}
span.actu_date {
  font-size: 0.9em;
  line-height: 2em;
}
.actu_body {
  text-align: justify;
}
div#page.full input,
div#page.full textarea {
  border: 1px solid #CCC;
}
div.control-group.error,
#middle.white_ver .error {
  margin: 0;
  height: auto;
  width: auto;
}
div.controls div.controls {
  margin: 0;
}
p.extra_date span.late {
  opacity: 0.5;
}
