/****************************************
  Couleurs principales de l'application
****************************************/
/* Palette de couleurs
   ------------------------------------ */
/* Couleurs spécifiques Sispea
   ------------------------------------ */
/* Couleurs de fond
   ------------------------------------ */
/* Couleurs pour les graphiques
   ------------------------------------ */
/* Couleurs pour les textes
   ------------------------------------ */
/* Couleurs de validation des formulaires
   ------------------------------------ */
/* Couleurs pour l'écran du périmètre
   ------------------------------------ */
/* Couleurs pour l'écran des indicateurs
   ------------------------------------ */
/* Règles typographiques générales
******************************************************************************/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-inline {
  white-space: nowrap;
}
.character-limit--medium {
  max-width: 150px;
  display: inline-block;
  vertical-align: middle;
}
.text-bold {
  font-weight: bold;
}
.text-no-bold {
  font-weight: normal;
}
.text-align-center {
  text-align: center;
}
.text-align-top {
  vertical-align: top;
}
.text-wrap {
  margin: 20px;
  max-width: 90%;
}
/* Classes communes d'affichage
******************************************************************************/
.layout-page-width {
  width: 98% !important;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1900px;
}
.layout-height-maximised {
  height: 100%;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.clear {
  clear: both;
}
/* Marges
******************************************************************************/
.padding-none {
  padding: 0 !important;
}
.padding-bottom--small {
  padding-bottom: 10px;
}
.padding-top--small {
  padding-top: 10px;
}
.padding-top--medium {
  padding-top: 30px;
}
.margin-none {
  margin: 0 !important;
}
.margin-top--none {
  margin-top: 0;
}
.margin-top--small {
  margin-top: 10px;
}
.margin-top--medium {
  margin-top: 30px;
}
.margin-top--large {
  margin-top: 50px;
}
.margin-bottom--small {
  margin-bottom: 10px;
}
.margin-bottom--medium {
  margin-bottom: 30px;
}
.margin-left--small {
  margin-left: 10px;
}
.margin-right--small {
  margin-right: 10px;
}
/* Mixins less
******************************************************************************/
/* Transformation 2D pour rester compatible IE9
******************************************************************************/
.history-hide {
  display: none;
}
.history-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}
.history-spinner {
  position: absolute;
  height: 50px;
  width: 50px;
  font-size: 50px;
  top: 135px;
  right: 0;
  left: 0;
  margin: auto;
}
history-overview {
  position: relative;
  display: block;
  margin-top: 25px;
  padding-bottom: 35px;
  margin-left: -15px;
  padding-left: 15px;
  margin-right: -15px;
  padding-right: 15px;
  margin-top: -50px;
  padding-top: 50px;
  background: rgba(20, 99, 103, 0.2);
}
.historyOverview-area {
  position: relative;
}
.highlight-enter-setup {
  background: yellow;
}
.highlight-enter-start {
  background: white;
}
.historyOverview-fields {
  position: relative;
  margin-top: 35px;
  width: 170px;
  border: 1px solid transparent;
}
.historyOverview-field {
  height: 35px;
  line-height: 35px;
}
.historyOverview-field-details-enabler {
  display: none;
}
.historyOverview-field-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 170px;
  padding-right: 7px;
  margin: 0;
  font-weight: normal;
  text-align: right;
}
.historyOverview-field-label-before {
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  cursor: pointer;
}
.historyOverview-viewport {
  position: absolute;
  top: 0;
  bottom: -35px;
  left: 170px;
  right: 20px;
  overflow: hidden;
}
.historyOverview-container {
  position: absolute;
  top: 35px;
  margin-left: 20px;
  transform: translate3d(0px, 0px, 0px);
  transition-property: transform;
  transition-duration: 0.5s;
}
.historyOverview-timeline {
  position: absolute;
  top: -35px;
  bottom: 0;
  left: 0;
  right: 0;
}
.historyOverview-timeline-markers {
  position: absolute;
  height: 30px;
  width: 100%;
  line-height: 30px;
  background: rgba(20, 99, 103, 0.1);
}
.historyOverview-field-values {
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.02);
  white-space: nowrap;
}
.historyOverview-time-chunk {
  display: inline-block;
  width: 100px;
  height: 30px;
  text-align: center;
}
.historyOverview-state-chunk {
  display: inline-block;
  width: 100px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  padding-left: 6px;
  border: solid transparent;
  border-width: 0 4px 0 6px;
  border-radius: 5px;
  background: #ffffff;
  background-clip: padding-box;
  transition-property: width;
  transition-duration: 0.8s;
}
.historyOverview-state-chunk i[class^="icon-mission-"] {
  padding: 0 3px;
}
.historyOverview-state-chunk i[class^="icon-competence-"] {
  padding: 0 3px;
}
.historyOverview-time-chunk--with-marker {
  position: relative;
  left: 0;
  top: 0;
  width: 90px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  height: 30px;
  background-color: #4b76ae;
  color: #FFF;
}
.historyOverview-time-chunk--with-marker:hover {
  cursor: pointer;
  background-color: #ea2d95;
}
.historyOverview-field-details-enabler + .historyOverview-field-label-before::before {
  content: "\f070";
}
.historyOverview-field-details-enabler:checked + .historyOverview-field-label-before::before {
  content: "\f06e";
}
.historyOverview--small .historyOverview-time-chunk {
  width: 60px;
}
.historyOverview--small .historyOverview-time-chunk--with-marker {
  width: 50px;
}
history-scrollbar {
  position: absolute;
  top: 0;
  left: 150px;
  right: 0;
}
.historyScrollbar-arrow {
  position: absolute;
  height: 30px;
  line-height: 30px;
  font-size: 25px;
  color: #4b76ae;
  display: inline-block;
  cursor: pointer;
}
.historyScrollbar-arrow.deactivated {
  display: none;
}
.historyScrollbar-arrow:hover {
  color: #ea2d95;
}
.historyScrollbar-arrow--right {
  right: 0;
}
.historyScrollbar-arrow--left {
  left: 0;
}
history-details {
  position: relative;
  display: block;
  top: 20px;
  width: 100%;
}
.historyDetails-year-events {
  position: relative;
  width: 100%;
  border-radius: 5px;
  margin: 10px 0;
  background: #f9fbfc;
  transition: all 2s 0s ease-out;
  border: 1px solid transparent;
}
.historyDetails-year-events--not-empty {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.historyDetails-year-events--not-empty:nth-child(even) {
  background: #ffffff;
}
.historyDetails-year-events--not-empty:hover {
  border: 1px solid rgba(20, 99, 103, 0.5);
  box-shadow: 0px 1px 10px rgba(20, 99, 103, 0.2);
  transition-duration: 3s;
}
.historyDetails-year-events--empty {
  background: transparent !important;
  color: #aaaaaa;
}
.historyDetails-year-markup {
  text-align: center;
  width: 100%;
  transition: all 2s 0s ease-out;
  font-weight: bold;
}
.historyDetails-events {
  width: 100%;
}
.historyDetails-event {
  width: 50%;
}
.historyDetails-year-markup--with-markup-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 22px;
  width: 1px;
  background: #313e50;
}
.historyDetails-year-markup--with-markup-line::after {
  content: "\f077";
  font-family: FontAwesome;
  color: #313e50;
  position: absolute;
  left: 1px;
  right: 0;
  top: -6px;
}
.historyDetails-year-events--empty .historyDetails-year-markup--with-markup-line::before {
  background: #aaaaaa;
}
.historyDetails-year-events--empty .historyDetails-year-markup--with-markup-line::after {
  color: #aaaaaa;
}
.historyDetails-year-markup--is-starting-exercise {
  height: 0;
  overflow: hidden;
}
.historyDetails-year-markup--is-starting-exercise::before {
  height: 25px;
}
.historyDetails-events--with-markup-line {
  min-height: 15px;
}
.historyDetails-event--even {
  text-align: right;
  margin-left: 0%;
  padding-right: 15px;
}
.historyDetails-event--odd {
  text-align: left;
  margin-left: 50%;
  padding-left: 15px;
}
.historyDetails-event--first {
  margin-top: 10px;
}
.historyDetails-event--last {
  margin-bottom: 10px;
}
.historyDetails-event--starting-event {
  padding-top: 15px;
  width: 100%;
  text-align: center;
}
.historyDetails-event--ending-event {
  position: absolute;
  left: 0;
  top: -25px;
  margin: auto;
  width: 100%;
  text-align: center;
  color: #313e50;
}
history-event {
  display: block;
}
.historyEvent-more-items {
  cursor: pointer;
}
.historyEvent-more-items::before {
  content: "\f0fe";
  font-family: FontAwesome;
}

