/*
 * #%L
 * SISPEA web application
 * %%
 * Copyright (C) 2014 - 2019 AFB
 * %%
 * ONEMA - Tous droits réservés
 * #L%
 */
/****************************************
  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
   ------------------------------------ */
/*****************************************************************************/
/*------------------------------- Animations --------------------------------*/
/* Chargement des pages / Loading
******************************************************************************/
.page-loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1001;
  text-align: center;
}
.page-loading-framed {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 4;
}
.page-loading i {
  font-size: 300px;
  color: rgba(74, 117, 174, 0.15);
  margin-top: 200px;
}
/* Animation d'highlight
*******************************************************************************/
@keyframes highlight {
  0% {
    background: #ea2d95;
  }
  100% {
    background: none;
  }
}
/****************************************************************************/
/*--------------------------------- Footer -----------------------------------*/
/* Footer
******************************************************************************/
.breadcrumb {
  position: absolute;
  bottom: 0;
  height: 25px;
  margin: 0;
  width: 100%;
  padding: 2px 0;
  background: #dbe1ec;
  border-radius: 0 0 5px 5px;
  z-index: 30;
}
.breadcrumb ul {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.breadcrumb .dropdown {
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 3px;
}
.breadcrumb .dropdown > i {
  margin-left: 5px;
}
.breadcrumb .dropdown:hover {
  background-color: #ea2d95;
  border-radius: 0 0 0 5px;
  cursor: pointer;
}
.breadcrumb .dropdown:hover i {
  color: #FFF;
}
.breadcrumb li.breadcrumb-inline {
  display: inline;
  padding: 3px 0;
  margin-right: 5px;
  padding-right: 5px;
}
.breadcrumb li.breadcrumb-inline:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/****************************************************************************/
/*--------------------------------- Menu -----------------------------------*/
/* Menu principal
******************************************************************************/
.header {
  display: flex;
  height: 80px;
  font-size: 18px;
}
.header .logos {
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
  line-height: 80px;
}
.header .logos img:first-child {
  margin-right: 10px;
}
.header .logo {
  margin-right: 50px;
}
.header > div,
.header > ul {
  display: inline-block;
  float: left;
  vertical-align: middle;
  height: 80px;
  padding: 0 10px;
}
.header > div:last-child,
.header > ul:last-child {
  padding-right: 0;
}
.header > ul {
  line-height: 80px;
}
.header > ul > li {
  line-height: normal;
}
.header ul.header-main-menu {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}
.header ul.header-main-menu > li {
  display: inline-block;
  padding: 0 0 0 15px;
  color: #4b76ae;
  cursor: default;
}
.header ul.header-main-menu > li .dropdown > .dropdown-content ul {
  background: #ffffff;
  color: #313e50;
}
.header ul.header-main-menu > li .dropdown > .dropdown-content ul li a {
  padding-left: 15px;
  padding-right: 60px;
  color: #4b76ae;
}
.header ul.header-main-menu > li .dropdown > .dropdown-content ul li:hover {
  background: #dbe1ec;
}
.header ul.header-main-menu > li:hover {
  color: #ea2d95;
}
.header ul.header-main-menu > li:hover > ul {
  display: block;
}
.header ul.header-main-menu > li:selected {
  color: #935697;
}
.header ul.header-main-menu > li .icon-home {
  vertical-align: baseline;
}
.header ul.header-main-menu > li.search,
.header ul.header-main-menu > li.user-menu,
.header ul.header-main-menu > li.feedback {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  white-space: nowrap;
}
.header ul.header-main-menu > li.search {
  margin-left: auto;
}
.header ul.header-main-menu > li.feedback .button {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
}
.header ul.header-main-menu > li.feedback i {
  padding: 0 !important;
  vertical-align: bottom;
  font-size: 21px;
}
.header ul.header-main-menu > li.user-menu {
  background: #ffffff;
  font-size: 13px;
  border-radius: 15px;
  padding: 5px;
}
.header ul.header-right-menu {
  margin-left: auto;
}
.header ul.header-right-menu li {
  display: inline-block;
  vertical-align: middle;
}
/* Champs de recherche
******************************************************************************/
.header-search {
  background: #ffffff;
  border-radius: 15px;
}
.header-search > input {
  width: 150px;
  padding: 5px 15px 5px 10px;
  border: 0;
  background: #ffffff;
  border-radius: 15px;
  font-size: 14px;
}
.header-search .button {
  padding: 5px 0;
}
/* Règles responsives pour ajuster l'affichage sur certaines résolutions
******************************************************************************/
@media (max-width: 1550px) {
  .header {
    font-size: 17px;
  }
}
@media (max-width: 1500px) {
  .header {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .header {
    font-size: 15px;
  }
  .header ul.header-main-menu {
    margin-left: 0px;
  }
  .header ul.header-main-menu > li {
    padding: 0 0 0 10px;
  }
  .header .logos > img {
    max-width: 80px;
  }
  .user-menu .character-limit--medium {
    display: none;
  }
}
@media (max-width: 1300px) {
  .header {
    font-size: 14px;
  }
  .header-search {
    background: #ffffff;
    border-radius: 15px;
  }
  .header-search > input {
    width: 100px;
  }
}
@media (max-width: 1250px) {
  .header .logos img {
    max-width: 50px;
  }
}
@media (max-width: 1150px) {
  .feedback .button > span {
    display: none;
  }
}
/* Mise en page principale et disposition des éléments
******************************************************************************/
body {
  height: 100%;
  overflow: hidden;
  background-color: #eceff4;
  color: #313e50;
  font-family: 'Opensans';
  font-size: 14px;
}
.main-container {
  position: absolute;
  left: 0;
  bottom: 10px;
  height: auto;
  top: 80px;
  right: 0;
  background: #ffffff;
  border-radius: 5px;
}
/* Typographie
/****************************************************************************/
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/open-sans-regular.woff2') format('woff2'), url('../fonts/open-sans-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/open-sans-700.woff2') format('woff2'), url('../fonts/open-sans-700.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/open-sans-300.woff2') format('woff2'), url('../fonts/open-sans-300.woff') format('woff');
  font-weight: 100;
}
/* Règles responsives pour ajuster l'affichage sur certaines résolutions
******************************************************************************/
@media (max-width: 1200px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  body {
    overflow: auto;
  }
  .main-container {
    position: relative;
    clear: both;
    top: 0;
  }
  .col-md-6 {
    width: 98% !important;
  }
  .breadcrumb {
    position: relative;
    clear: both;
  }
}
/*****************************************************************************/
/*------------------------- Mise en page simple d'une page ------------------------*/
.single-page {
  height: 100%;
  margin: 2px;
  background: #f1f4f7;
}
.single-page-content {
  height: 100%;
  padding-bottom: 25px;
}
.single-page-content-wrapper {
  overflow: auto;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.single-page-content-wrapper::after {
  content: '';
  height: 20px;
  display: block;
}
/*****************************************************************************/
/*------------------------- Mise en page en colonnes ------------------------*/
/* Disposition en grille
******************************************************************************/
.blocks-display {
  width: 96%;
  margin: 20px auto 0 auto;
  clear: both;
  position: relative;
}
.blocks-display:first-child {
  margin-top: 0;
}
.blocks-display h2,
.blocks-display h3 {
  text-align: center;
  border-bottom: 2px solid #E1E6EF;
  padding: 5px 0;
  margin: 10px 0;
}
.blocks-display-title-extra-text {
  font-size: 85%;
  margin-left: 20px;
}
.blocks-display-title-extra-button {
  position: absolute;
  right: 10px;
  top: 0px;
  padding: 0;
}
.blocks-display--aside {
  margin-top: 50px;
  padding: 15px 30px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  transform: scale(0.9);
}
/* Affichage d'un bloc dans la grille : Titre, contenu et footer
******************************************************************************/
.blocks-display-block {
  border-radius: 10px;
}
.blocks-display-block.col-md-4:not(:last-child) {
  padding-right: 10px;
}
.block-display-block-header {
  padding: 10px 0;
  background: #ffffff;
  text-align: center;
  border-bottom: 1px solid #EEE;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.block-display-block-header.dropdown > ul {
  top: 100%;
  width: 100%;
  font-size: 16px;
}
h3.block-display-block-header {
  margin-bottom: 0;
}
.block-display-block-header.dropdown::after {
  right: 20px;
  content: "\f078";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'FontAwesome';
}
.block-display-block-header.dropdown:hover::after {
  color: #ea2d95;
}
.block-display-block-header--clickable.dropdown {
  text-align: left;
}
.block-display-block-header--clickable {
  color: #FFF;
  background-color: #4b76ae;
  border-color: #4b76ae;
  cursor: pointer;
}
.block-display-block-header--clickable a {
  color: #FFF;
}
.block-display-block-header--selected {
  background: #dbe1ec;
  border-color: #dbe1ec;
}
.block-display-content {
  background: #ffffff;
  padding: 5px 10px;
  text-align: center;
}
.block-display-content .fa-flip-horizontal {
  display: inline-block;
  vertical-align: baseline;
}
.block-display-content--no-footer {
  border-radius: 0 0 10px 10px;
}
.block-display-footer {
  background: #ffffff;
  text-align: center;
  border-top: 1px solid #EEE;
  border-radius: 0 0 10px 10px;
  padding: 8px;
}
/* Onglets
******************************************************************************/
.blocks-display .nav-tabs {
  border-bottom: 2px solid #E1E6EF;
  text-align: center;
  margin: 20px 0 10px 0;
}
.blocks-display .nav-tabs li {
  float: none;
  display: inline-block;
  margin-bottom: -2px;
}
.blocks-display .nav-tabs li.active > a {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #935697;
}
.blocks-display .nav-tabs li a:hover {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid #ea2d95;
}
.tabs .tab-content {
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  padding: 5px;
}
/* Règles spécifiques au dashboard saisisseur
******************************************************************************/
.block-display--dashboard {
  font-weight: lighter;
  font-size: 20px;
}
.dashboard-service-status,
.dashboard-indicators-count {
  color: #25b4bc;
}
.dashboard-indicators-count {
  font-weight: bold;
}
.dashboard-service-status:hover {
  color: #ea2d95;
}
a:hover .dashboard-indicators-count {
  color: #ea2d95;
}
.block-display--warning {
  width: 75%;
  margin-top: 20px !important;
  padding: 10px 15px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px 1px rgba(100, 100, 100, 0.05);
  font-size: 16px;
  text-align: center;
}
.block-display--warning p {
  margin: 0;
}
.block-display--warning .button {
  display: inline-block;
  margin: 10px;
  white-space: nowrap;
}
/* Règles spécifiques au dashboard animateur
******************************************************************************/
.animateur-home-table-action {
  position: absolute;
  top: 65px;
}
/* Graphiques camembert type donut
******************************************************************************/
.indicators-donut-chart {
  position: relative;
}
.indicators-donut-chart .warning-icon,
.indicators-donut-chart .indicators-donut-chart-count {
  position: absolute;
  left: 5%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.indicators-donut-chart .warning-icon a:hover,
.indicators-donut-chart .indicators-donut-chart-count a:hover {
  color: #ea2d95;
}
.indicators-donut-chart .warning-icon {
  right: 5%;
  left: auto;
}
.indicators-donut-chart .competence-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 45px;
}
.indicators-donut-chart-count-label {
  color: #BBB;
}
.indicators-donut-chart-count-label div {
  font-size: 40px;
}
.warning-icon-label {
  color: #c1292f;
  font-size: 40px;
}
.warning-icon-label i {
  font-size: 30px;
}
.blocks-display .block.col-md-4:last-child .competence-icon {
  padding-left: 0;
}
.block-display-block-header-count {
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4b76ae;
  height: 35px;
  width: 35px;
  font-weight: bold;
  line-height: 35px;
  font-size: 19px;
  text-align: center;
}
.block-display-block-header-count--title {
  padding: 14px 30px 14px 60px;
}
/****************************************
  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
   ------------------------------------ */
/* Liens
/****************************************************************************/
a,
.link {
  color: #4b76ae;
  cursor: pointer;
}
a:hover,
.link:hover {
  color: #ea2d95;
  text-decoration: none;
}
a:focus,
.link:focus {
  outline: none;
  text-decoration: none;
}
a.disabled,
.link.disabled {
  pointer-events: none;
}
/* Boutons standards
/****************************************************************************/
.button-display {
  color: #FFF;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 15px;
  border: 0;
  outline: none;
  cursor: pointer;
}
.button-display:hover {
  background: #ea2d95;
  color: #FFF;
  outline: none;
}
.button {
  color: #FFF;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 15px;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #4b76ae;
}
.button:hover {
  background: #ea2d95;
  color: #FFF;
  outline: none;
}
.button i {
  color: #FFF;
  vertical-align: baseline;
}
.button i:last-child {
  padding-left: 10px !important;
  padding-right: 0;
}
.button i:first-child {
  padding-left: 0;
  padding-right: 10px;
}
.button:hover i {
  color: #FFF ;
}
.button:disabled {
  background: #cbcbcb;
  cursor: default;
  color: #777777;
}
.button:disabled i {
  color: #777777;
}
.button:disabled:hover,
.button:disabled:hover i {
  color: #777777;
}
button i {
  color: #4b76ae;
  vertical-align: baseline;
}
button:hover i {
  color: #ea2d95;
}
.button-danger {
  background-color: #c1292f;
}
/* Boutons spécifiques, avec deux zones cliquables
/****************************************************************************/
.button-group {
  margin-right: 0 !important;
}
.button-group--append a {
  color: #FFF;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 15px;
  border: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  margin: 0 0 0 -10px !important;
  padding-right: 30px;
  padding-left: 10px;
  background: #90abcf;
  border-radius: 0 15px 15px 0;
}
.button-group--append a:hover {
  background: #ea2d95;
  color: #FFF;
  outline: none;
}
.button-group--append a i {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: initial;
  font-size: 16px;
}
/* Surchage d'éléments de formulaires Boostrap
******************************************************************************/
.btn-default-focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn-group .btn {
  margin-top: 2px;
  color: #888;
}
.btn-group .btn:hover {
  background-color: #ea2d95;
  color: #FFF;
  outline: none;
}
.btn-group .btn:hover i {
  color: #FFF;
}
.btn-group .btn-default.active {
  background-color: #4b76ae;
  color: #FFF;
  margin-top: 0;
  border: 4px solid #4b76ae;
  border-radius: 3px !important;
  box-shadow: none;
}
.btn-group .btn-default.active i {
  color: #FFF;
}
/* Boutons spécifiques
/****************************************************************************/
.button--invert {
  background: #ffffff;
  color: #4b76ae;
}
.button--invert i {
  color: #4b76ae;
}
.button--invert:hover {
  color: #FFF;
}
.button--secondary {
  background: #6c91c0;
}
.button--wired {
  background-color: transparent;
  border: 1px solid #4b76ae;
  color: #4b76ae;
}
.button--wired:hover {
  color: #ea2d95;
  background: transparent;
  border-color: #ea2d95;
}
.button--wired i {
  color: #4b76ae;
  vertical-align: baseline;
}
.button--wired:hover i {
  color: #ea2d95;
}
.button-icon {
  background-color: transparent;
  border: 0;
  outline: 0;
}
.button-icon i {
  color: #4b76ae;
  cursor: pointer;
}
.button-icon i:hover {
  color: #ea2d95;
}
.button-icon:hover {
  background-color: transparent;
}
.button-icon.button-disabled i,
.button-icon.button-disabled i:hover,
.button-icon:disabled i,
.button-icon:disabled i:hover {
  color: #cbcbcb;
  cursor: default;
}
.button-icon.close-button {
  top: 5px;
  right: 0;
  position: absolute;
}
.button-icon.close-button i {
  color: white;
}
.button-icon.close-button i:hover {
  color: #cbcbcb;
  cursor: pointer;
}
i.button-icon,
span.button-icon {
  color: #4b76ae;
  cursor: pointer;
}
i.button-icon:hover,
span.button-icon:hover {
  color: #ea2d95;
}
.button-toggle {
  background: #ffffff;
  color: #000;
  border-radius: 5px;
}
.button-toggle.current {
  border-color: #ea2d95;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
}
.button-toggle:disabled {
  color: #777777;
}
.select-button {
  padding: 5px 10px;
  background: #4b76ae;
  color: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
}
/* Zone regroupant plusieurs boutons
/****************************************************************************/
.buttons-area {
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #eee;
}
.buttons-area a,
.buttons-area button {
  margin: 0 10px 10px 10px;
}
/****************************************
  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
   ------------------------------------ */
/* Dégradés de couleurs pour diagrammes en bar
******************************************************************************/
.degrade-0 {
  background-color: #9ecc92;
  color: #FFF;
}
.degrade-1 {
  background-color: #cdc99f;
  color: #FFF;
}
.degrade-2 {
  background-color: #f4d6a0;
  color: #FFF;
}
.degrade-3 {
  background-color: #f0b799;
  color: #FFF;
}
.degrade-4 {
  background-color: #f4998a;
  color: #FFF;
}
.degrade-5 {
  background-color: #ca6769;
  color: #FFF;
}
/* Surcharge de diagrammes Boostrap
******************************************************************************/
.progress-bar {
  border-radius: 7px;
}
/* Surcharge de l'affichage des tootlips d'angular-nvd3
******************************************************************************/
.nvtooltip.xy-tooltip {
  font-family: 'Opensans';
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.nvtooltip.xy-tooltip h3 {
  background-color: transparent;
  border-bottom: 0;
  padding-top: 10px;
  font-size: 15px !important;
}
.nvtooltip.xy-tooltip p {
  font-weight: bold;
}
/****************************************
  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
   ------------------------------------ */
/* Liste déroulante par défaut
******************************************************************************/
.dropdown-content {
  display: none;
  color: #FFF;
  position: absolute;
  z-index: 40;
  border-top: 10px solid transparent;
}
.dropdown-content > ul {
  background: #313e50;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.dropdown-content > ul > li {
  padding: 0;
}
.dropdown-content > ul > li > a {
  padding: 5px 15px 5px 15px;
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.dropdown-content.dropdown-opened {
  display: block;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content-limited-height {
  max-height: 500px;
  overflow-y: auto;
  font-size: 16px;
  border-bottom: 3px solid #999;
  border-radius: 0 0 5px 5px;
}
/* Contenu de la liste déroulante
******************************************************************************/
.dropdown-title {
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 15px !important;
  margin-top: -10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.dropdown-link {
  border-left: 8px solid transparent;
}
.dropdown-link.current {
  border-left: 8px solid #935697;
}
.dropdown-link:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #FFF;
  border-left: 8px solid #ea2d95;
}
.dropdown-link button {
  background-color: transparent;
  border: 0;
  padding: 5px 10px;
  margin: 0;
}
.dropdown-link--current {
  border-left: 8px solid #935697;
  font-weight: normal;
  cursor: none;
}
.dropdown-link--current:hover {
  background: transparent;
  color: #FFF;
  border-left: 8px solid #935697;
}
.dropdown-link--current a {
  cursor: default;
}
.dropdown-link-icon {
  padding-left: 5px;
}
.dropdown-link-icon i {
  font-size: inherit;
}
.page-header-title-dropdown .dropdown-link a {
  padding-left: 35px;
}
.page-header-title-dropdown .dropdown-link-icon {
  padding-right: 5px;
  padding-left: 0;
  margin-left: -25px;
  float: left;
}
.dropdown-menu-element {
  padding: 0 15px 0 15px;
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 14px;
}
.dropdown-menu-element-clickable {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
.dropdown-limited-height {
  max-height: 400px;
  overflow-y: auto;
}
.dropdown-separator {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 5px 20px 5px 20px !important;
  height: 0;
}
/* Boutons pour afficher le contenu de la liste déroulante
******************************************************************************/
.dropdown > i {
  color: #4b76ae;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.dropdown:hover {
  color: #ea2d95;
}
.dropdown:hover > i {
  color: #ea2d95;
}
.dropdown-button {
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 15px;
  background-color: #4b76ae;
  color: #FFF;
  cursor: pointer;
}
.dropdown-button i {
  margin-right: 5px;
  color: #FFF;
}
.dropdown-button:hover {
  background-color: #ea2d95;
  color: #FFF;
}
.dropdown-button:hover i {
  color: #FFF;
}
.dropdown-right > .dropdown-content {
  right: 0;
}
.dropdown-right > .dropdown-content > ul > li {
  text-align: right;
}
.dropdown-right > .dropdown-content > ul > li > a {
  padding-right: 15px;
  padding-left: 60px;
}
.dropdown-top > .dropdown-content {
  bottom: 100%;
  left: 0 ;
}
/* Affichage spécifique pour certaines pages
******************************************************************************/
.block-display--dashboard .dropdown-content {
  max-width: 100%;
  min-width: 100%;
  max-height: 230px !important;
  font-size: 90%;
  overflow: auto !important;
}
.block-display--dashboard .dropdown-content > ul > li {
  font-size: 0.8em;
}
.referentialHeader-title--current .dropdown-button {
  background-color: #ffffff;
  color: #4b76ae;
}
.referentialHeader-title--current .dropdown-button > i {
  color: #4b76ae;
}
/* Listes déroulantes Select2
******************************************************************************/
.select2-loading {
  position: absolute;
  right: 30px;
  top: 10px;
}
.select2-drop-active {
  opacity: 1 !important;
  /* Compatibilité IE */
}
.select2-results .select2-highlighted {
  background-color: rgba(234, 45, 149, 0.05) !important;
  color: #313e50 !important;
}
.ui-select-choices-row:hover {
  background-color: #ea2d95 !important;
  color: #FFF !important;
}
.btn-default.ui-select-toggle[disabled] {
  background-color: #eee;
}
@media (max-width: 1200px) {
  .dropdown-button {
    font-size: 14px;
  }
}
/****************************************
  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
   ------------------------------------ */
/* Disposition des formulaires
******************************************************************************/
.form-regular {
  max-width: 500px;
  margin: 0 auto;
}
.form-control--inline {
  width: auto;
  display: inline-block;
}
.form-grid .row .grid-item {
  padding: 5px 50px;
  min-height: 30px;
  border-radius: 5px;
  text-align: center;
}
.form-grid .row .grid-item:nth-child(even) {
  background: #e6eef3;
}
.form-grid .row .grid-item:nth-child(odd) {
  background: #f9fbfc;
}
.form-grid .row .grid-item.col-md-6 {
  width: 48%;
  margin: 5px 1%;
}
.form-grid .row .grid-item.col-md-12 {
  width: 98%;
  margin: 5px 1%;
}
.form-grid .row:nth-child(odd) .grid-item:nth-child(even) {
  background: #f9fbfc;
}
.form-grid .row:nth-child(odd) .grid-item:nth-child(odd) {
  background: #e6eef3;
}
.form-grid .row-different-color {
  background-color: #e8edf0;
}
.form-grid .grid-item {
  margin: 10px 0;
}
.form-grid .grid-item .button {
  display: inline-block;
  margin-top: 0;
}
.form-grid .consultation-label {
  font-weight: bold;
}
.grid-item .form-group {
  margin: 0;
}
/* Style pour l'édition inline
******************************************************************************/
.editable-value .edit-tip,
.read-only-value .edit-tip {
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.read-only-value .edit-tip {
  color: rgba(0, 0, 0, 0.1);
}
.keep-new-lines {
  white-space: pre-wrap;
}
.last-update {
  font-style: italic;
  font-size: 90%;
  text-align: right;
  margin: 30px 0 0 0;
}
/* Validation : Succès, erreur, warning. Données obligatoires
******************************************************************************/
.form-mandatory-field,
.form-field-additional-info {
  font-size: 90%;
  color: #999;
  padding-left: 10px;
}
.form-mandatory-field i,
.form-field-additional-info i {
  margin-right: 5px;
}
.form-field-additional-info {
  font-weight: lighter;
  color: #313e50;
}
.form-mandatory-field,
.form-field-additional-info,
.form-group .success,
.form-group .warning,
.form-group .error {
  float: right;
  list-style: none;
}
#merge-services .form-mandatory-field {
  float: none;
  margin-left: 30px;
}
.form-group .success {
  color: #91d3c0;
}
.form-group .warning {
  color: #f7931e;
}
.form-group .error {
  color: #c1292f;
}
.form-control--error {
  border-color: #c1292f;
  background-color: rgba(193, 41, 47, 0.1);
}
.background-coloured .error {
  background-color: #c1292f;
  color: #FFF;
  border-radius: 5px 5px 0 0;
  padding: 3px 10px 2px 10px;
  margin: 0;
}
.background-coloured .form-control--error {
  background-color: rgba(193, 41, 47, 0.6);
  color: #FFF;
}
/* Éléments basique
******************************************************************************/
input,
button {
  outline: none;
}
:focus {
  outline: none;
}
.form-group label {
  font-weight: lighter;
}
.form-group--checkbox-inline {
  padding: 6px 0px;
}
.form-horizontal .control-label {
  padding: 0;
}
.input-zone {
  position: relative;
}
.input-with-icon {
  position: relative;
}
.input-with-icon > input {
  padding-right: 20px;
}
.input-with-icon > [class^="icon-"],
.input-with-icon > [class*=" icon-"] {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #4b76ae;
  cursor: pointer;
}
/* Surchage d'éléments de formulaires Boostrap
******************************************************************************/
.form-control {
  border-color: transparent;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.form-control:focus {
  border-color: rgba(147, 86, 151, 0.4);
  box-shadow: 0 0 8px rgba(147, 86, 151, 0.4);
}
table .form-control {
  border-color: #E0E0E0;
}
.input-group-btn button {
  background-color: #4b76ae;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  color: #FFF;
}
.input-group-btn button i {
  color: #FFF;
  font-size: 19px;
}
.input-group-btn button:hover {
  background-color: #ea2d95;
  color: #FFF;
}
.input-group-btn button:hover i {
  color: #FFF;
}
tr.filters .ui-select-bootstrap > .ui-select-choices {
  width: auto;
  max-width: 420px;
}
/* Surchage d'éléments de l'éditeur summernote
******************************************************************************/
.note-editor.note-frame input {
  display: initial !important;
}
.note-modal-footer {
  height: 60px;
}
/* Boutons radio et cases à cocher : Éléments par défaut masqués pour pouvoir
   afficher un style personnalisé
******************************************************************************/
input[type=checkbox]:not(old),
input[type=radio]:not(old) {
  display: none;
}
.checkbox-label,
.radio-label {
  display: inline;
  position: relative;
  padding-left: 25px;
  padding-right: 15px;
  cursor: pointer;
  font-weight: normal;
}
.checkbox-label::before,
.radio-label::before,
.radio-label::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
.radio-label::before,
.radio-label::after {
  border-radius: 50%;
  top: auto;
  top: 1px;
}
.radio-label::after {
  width: 10px;
  height: 10px;
  left: 3px;
  top: 4px;
  box-shadow: none;
}
input[type=radio]:checked + .radio-label::after {
  background-color: #25b4bc;
}
input[type=radio]:checked + .radio-label::before {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
input[type=checkbox]:checked ~ .checkbox-label::before {
  font-family: 'Sispea';
  content: "\e914";
  color: #25b4bc;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  text-align: center;
  line-height: 13px;
}
input.partial-check[type=checkbox]:checked ~ .checkbox-label::before {
  content: "\e936";
}
.radio-label:hover,
.checkbox-label:hover {
  color: #ea2d95;
}
.radio-label:hover::before,
.checkbox-label:hover::before {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1) inset;
}
input[type=radio]:disabled ~ .radio-label,
input[type=checkbox]:disabled ~ .checkbox-label {
  color: #989898;
  cursor: default;
}
input[type=radio]:disabled ~ .radio-label::before,
input[type=checkbox]:disabled ~ .checkbox-label::before {
  color: #cbcbcb;
  cursor: default;
}
input[type=radio]:disabled ~ .radio-label:hover,
input[type=checkbox]:disabled ~ .checkbox-label:hover {
  color: #cbcbcb;
  cursor: default;
}
input[type=radio]:disabled ~ .radio-label:hover:before,
input[type=checkbox]:disabled ~ .checkbox-label:hover:before {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
input[type=radio]:disabled:checked + .radio-label::after,
input[type=checkbox]:disabled:checked ~ .checkbox-label::after {
  background-color: #EEE;
}
.filter .checkbox-label::before,
.filter .radio-label::before {
  border: 1px solid #DDD;
}
/* Affichage standard des checkbox
******************************************************************************/
.standard-checkbox-list {
  display: initial !important;
}
.standard-checkbox-list:not(:first-child) {
  margin-left: 15px;
}
/* Liste à sélection
******************************************************************************/
.items-selection {
  list-style: none;
  margin: 0;
  padding: 0;
}
.items-selection > li {
  margin-bottom: 10px;
}
.items-selection-current {
  padding-left: 25px;
  font-weight: bold;
}
.indicators-selection {
  max-height: 250px;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}
/* Style pour l'édition inline
******************************************************************************/
.editable-value:hover .edit-tip {
  display: inline;
  color: #ea2d95;
}
.editable-value:hover {
  cursor: pointer;
}
.editable-value-error {
  color: red;
}
.editable-value-none {
  color: #999999;
}
.editable-value-input {
  width: 100%;
}
.editable-value-input textarea {
  width: 100%;
}
table .form-group {
  position: relative;
}
table .editable-address-field,
table .editable-text-field table .editable-select-search-field {
  display: inline-block;
}
table .editable-value .edit-tip,
table .read-only-value .edit-tip,
h2 .edit-tip {
  float: right;
  color: #4b76ae;
}
.form--inline {
  display: flex;
}
.form--inline .input-group {
  min-width: 120px;
}
.form--inline-controls {
  display: flex;
  justify-content: center;
}
.form--inline .button,
.form--inline-controls .button {
  font-size: 6px;
  padding: 1px 3px;
  border-radius: 0;
  max-height: 34px;
  line-height: 32px;
}
/* Surchage du composant calendrier qui utilise un tableau pour sa mise en page
******************************************************************************/
.uib-datepicker-popup.dropdown-menu {
  min-width: 100%;
  padding: 0;
}
table.uib-daypicker,
table.uib-monthpicker,
table.uib-yearpicker,
.layout-page-1col table.uib-daypicker,
.layout-page-1col table.uib-monthpicker,
.layout-page-1col table.uib-yearpicker {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
}
table.uib-daypicker thead tr th,
table.uib-monthpicker thead tr th,
table.uib-yearpicker thead tr th,
.layout-page-1col table.uib-daypicker thead tr th,
.layout-page-1col table.uib-monthpicker thead tr th,
.layout-page-1col table.uib-yearpicker thead tr th,
table.uib-daypicker thead tr td,
table.uib-monthpicker thead tr td,
table.uib-yearpicker thead tr td,
.layout-page-1col table.uib-daypicker thead tr td,
.layout-page-1col table.uib-monthpicker thead tr td,
.layout-page-1col table.uib-yearpicker thead tr td {
  background: #3d6098;
  color: #FFF;
}
table.uib-daypicker thead tr th button,
table.uib-monthpicker thead tr th button,
table.uib-yearpicker thead tr th button,
.layout-page-1col table.uib-daypicker thead tr th button,
.layout-page-1col table.uib-monthpicker thead tr th button,
.layout-page-1col table.uib-yearpicker thead tr th button,
table.uib-daypicker thead tr td button,
table.uib-monthpicker thead tr td button,
table.uib-yearpicker thead tr td button,
.layout-page-1col table.uib-daypicker thead tr td button,
.layout-page-1col table.uib-monthpicker thead tr td button,
.layout-page-1col table.uib-yearpicker thead tr td button {
  background-color: #4b76ae;
  color: #FFF;
  border-color: #fff;
}
table.uib-daypicker thead tr th button i,
table.uib-monthpicker thead tr th button i,
table.uib-yearpicker thead tr th button i,
.layout-page-1col table.uib-daypicker thead tr th button i,
.layout-page-1col table.uib-monthpicker thead tr th button i,
.layout-page-1col table.uib-yearpicker thead tr th button i,
table.uib-daypicker thead tr td button i,
table.uib-monthpicker thead tr td button i,
table.uib-yearpicker thead tr td button i,
.layout-page-1col table.uib-daypicker thead tr td button i,
.layout-page-1col table.uib-monthpicker thead tr td button i,
.layout-page-1col table.uib-yearpicker thead tr td button i {
  color: #FFF;
}
table.uib-daypicker thead tr th button:hover,
table.uib-monthpicker thead tr th button:hover,
table.uib-yearpicker thead tr th button:hover,
.layout-page-1col table.uib-daypicker thead tr th button:hover,
.layout-page-1col table.uib-monthpicker thead tr th button:hover,
.layout-page-1col table.uib-yearpicker thead tr th button:hover,
table.uib-daypicker thead tr td button:hover,
table.uib-monthpicker thead tr td button:hover,
table.uib-yearpicker thead tr td button:hover,
.layout-page-1col table.uib-daypicker thead tr td button:hover,
.layout-page-1col table.uib-monthpicker thead tr td button:hover,
.layout-page-1col table.uib-yearpicker thead tr td button:hover {
  background-color: #ea2d95;
  color: #FFF;
}
table.uib-daypicker thead tr th button:hover i,
table.uib-monthpicker thead tr th button:hover i,
table.uib-yearpicker thead tr th button:hover i,
.layout-page-1col table.uib-daypicker thead tr th button:hover i,
.layout-page-1col table.uib-monthpicker thead tr th button:hover i,
.layout-page-1col table.uib-yearpicker thead tr th button:hover i,
table.uib-daypicker thead tr td button:hover i,
table.uib-monthpicker thead tr td button:hover i,
table.uib-yearpicker thead tr td button:hover i,
.layout-page-1col table.uib-daypicker thead tr td button:hover i,
.layout-page-1col table.uib-monthpicker thead tr td button:hover i,
.layout-page-1col table.uib-yearpicker thead tr td button:hover i {
  color: #FFF;
}
table.uib-daypicker > tbody > tr > td,
table.uib-monthpicker > tbody > tr > td,
table.uib-yearpicker > tbody > tr > td,
.layout-page-1col table.uib-daypicker > tbody > tr > td,
.layout-page-1col table.uib-monthpicker > tbody > tr > td,
.layout-page-1col table.uib-yearpicker > tbody > tr > td,
table.uib-daypicker > tbody > tr > th,
table.uib-monthpicker > tbody > tr > th,
table.uib-yearpicker > tbody > tr > th,
.layout-page-1col table.uib-daypicker > tbody > tr > th,
.layout-page-1col table.uib-monthpicker > tbody > tr > th,
.layout-page-1col table.uib-yearpicker > tbody > tr > th {
  padding: 2px 10px;
}
table.uib-daypicker tr.uib-weeks td:first-child,
table.uib-monthpicker tr.uib-weeks td:first-child,
table.uib-yearpicker tr.uib-weeks td:first-child,
.layout-page-1col table.uib-daypicker tr.uib-weeks td:first-child,
.layout-page-1col table.uib-monthpicker tr.uib-weeks td:first-child,
.layout-page-1col table.uib-yearpicker tr.uib-weeks td:first-child {
  background-color: #EEE;
}
table.uib-daypicker .uib-day button,
table.uib-monthpicker .uib-day button,
table.uib-yearpicker .uib-day button,
.layout-page-1col table.uib-daypicker .uib-day button,
.layout-page-1col table.uib-monthpicker .uib-day button,
.layout-page-1col table.uib-yearpicker .uib-day button {
  border: none;
  background-color: transparent;
  color: #4b76ae;
  font-weight: bold;
}
table.uib-daypicker .uib-day button.active,
table.uib-monthpicker .uib-day button.active,
table.uib-yearpicker .uib-day button.active,
.layout-page-1col table.uib-daypicker .uib-day button.active,
.layout-page-1col table.uib-monthpicker .uib-day button.active,
.layout-page-1col table.uib-yearpicker .uib-day button.active {
  box-shadow: none;
}
table.uib-daypicker .uib-day button.btn-info,
table.uib-monthpicker .uib-day button.btn-info,
table.uib-yearpicker .uib-day button.btn-info,
.layout-page-1col table.uib-daypicker .uib-day button.btn-info,
.layout-page-1col table.uib-monthpicker .uib-day button.btn-info,
.layout-page-1col table.uib-yearpicker .uib-day button.btn-info {
  background-color: #935697;
}
table.uib-daypicker .uib-day button.btn-info span,
table.uib-monthpicker .uib-day button.btn-info span,
table.uib-yearpicker .uib-day button.btn-info span,
.layout-page-1col table.uib-daypicker .uib-day button.btn-info span,
.layout-page-1col table.uib-monthpicker .uib-day button.btn-info span,
.layout-page-1col table.uib-yearpicker .uib-day button.btn-info span {
  color: #FFF;
}
table.uib-daypicker .uib-day button:hover,
table.uib-monthpicker .uib-day button:hover,
table.uib-yearpicker .uib-day button:hover,
.layout-page-1col table.uib-daypicker .uib-day button:hover,
.layout-page-1col table.uib-monthpicker .uib-day button:hover,
.layout-page-1col table.uib-yearpicker .uib-day button:hover {
  background-color: #ea2d95;
}
table.uib-daypicker .uib-day button:hover span,
table.uib-monthpicker .uib-day button:hover span,
table.uib-yearpicker .uib-day button:hover span,
.layout-page-1col table.uib-daypicker .uib-day button:hover span,
.layout-page-1col table.uib-monthpicker .uib-day button:hover span,
.layout-page-1col table.uib-yearpicker .uib-day button:hover span {
  color: #FFF;
}
table.uib-daypicker .btn-info.active,
table.uib-monthpicker .btn-info.active,
table.uib-yearpicker .btn-info.active,
.layout-page-1col table.uib-daypicker .btn-info.active,
.layout-page-1col table.uib-monthpicker .btn-info.active,
.layout-page-1col table.uib-yearpicker .btn-info.active {
  background-color: #935697;
}
/* Mise en forme du captcha de l'état
******************************************************************************/
#captchaForm {
  justify-content: center;
  margin-bottom: 15px;
  padding-top: 15px;
}
/****************************************
  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
   ------------------------------------ */
/* Police d'icônes
******************************************************************************/
@font-face {
  font-family: 'Sispea';
  src: url('../fonts/Sispea.woff?yqxlej') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Sispea' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--huge {
  font-size: 60px;
}
.icon--large {
  font-size: 26px;
}
.icon--medium {
  font-size: 20px;
}
.icon--small {
  font-size: 16px;
}
.icon--mini {
  font-size: 12px;
}
.icon--rounded {
  background: #ffffff;
  border-radius: 50%;
  padding: 8px;
  position: relative;
  font-size: 15px;
  text-align: right;
  vertical-align: middle;
}
.icon--rounded:hover {
  background: #ffffff;
}
.icon--rounded::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Couleurs spécifiques pour certaines icones
******************************************************************************/
.competence-color-drinking-water {
  color: #3d6098;
}
.competence-color-collective-purification {
  color: #80a142;
}
.competence-color-not-collective-purification {
  color: #d69a23;
}
.icon-check--green {
  color: #25b4bc;
}
.menu-entry .icon-back::before {
  color: #26b4bd;
}
/* Définitions des icones
******************************************************************************/
.icon-visibility-password:before {
  content: "\e938";
}
.icon-visibility-text:before {
  content: "\e93b";
}
.icon-differences:before {
  content: "\e937";
}
.icon-check-partial:before {
  content: "\e936";
  color: #26b4bd;
}
.icon-history:before {
  content: "\e932";
}
.icon-print:before {
  content: "\e931";
}
.icon-warning-add::before {
  content: "\e92f";
}
.icon-search::before {
  content: "\e939";
}
.icon-hourglass::before {
  content: "\e93a";
}
.icon-clear-filter::before {
  content: "\e92d";
}
.icon-zoom-out::before {
  content: "\e92c";
}
.icon-zoom-in::before {
  content: "\e92e";
}
.icon-plus::before {
  content: "\e930";
}
.icon-favorite-plain::before {
  content: "\e933";
}
.icon-favorite-normal::before {
  content: "\e934";
}
.icon-users::before {
  content: "\e935";
}
.icon-contact::before {
  content: "\e92b";
}
.icon-mail::before {
  content: "\e92a";
}
.icon-mail-adresses::before {
  content: "\e916";
}
.icon-cancel::before {
  content: "\e929";
}
.icon-file::before {
  content: "\e91b";
}
.icon-transport:before,
.icon-mission-TR::before {
  content: "\e91d";
}
.icon-user::before {
  content: "\e901";
}
.icon-trend-down::before {
  content: "\e902";
}
.icon-arrow-left::before {
  content: "\e903";
}
.icon-arrow-right::before {
  content: "\e904";
}
.icon-trend-up::before {
  content: "\e905";
}
.icon-collective-purification:before,
.icon-competence-2::before,
.icon-competence-AssainissementCollectif::before {
  content: "\e906";
}
.icon-not-collective-purification:before,
.icon-competence-3::before,
.icon-competence-AssainissementNonCollectif::before {
  content: "\e907";
}
.icon-calculator::before {
  content: "\e908";
}
.icon-comment::before {
  content: "\e909";
}
.icon-comment-plus::before {
  content: "\e90a";
}
.icon-drinking-water:before,
.icon-competence-1::before,
.icon-competence-EauPotable::before {
  content: "\e90b";
}
.icon-error::before {
  content: "\e90c";
}
.icon-help::before {
  content: "\e90d";
}
.icon-home::before {
  content: "\e90e";
}
.icon-production:before,
.icon-mission-PR::before {
  content: "\e90f";
}
.icon-transfer:before,
.icon-transfert:before,
.icon-mission-TF::before {
  content: "\e910";
}
.icon-distribution:before,
.icon-mission-DI::before {
  content: "\e911";
}
.icon-collection:before,
.icon-collecte:before,
.icon-mission-CO::before {
  content: "\e912";
}
.icon-cleanup:before,
.icon-depollution:before,
.icon-mission-DE::before {
  content: "\e913";
}
.icon-check::before {
  content: "\e914";
}
.icon-close::before {
  content: "\e915";
}
.icon-settings::before {
  content: "\e917";
}
.icon-location::before {
  content: "\e918";
}
.icon-plot::before {
  content: "\e919";
}
.icon-building::before {
  content: "\e91a";
}
.icon-back::before {
  content: "\e91c";
}
.icon-info::before {
  content: "\e900";
}
.icon-info {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  font-size: 22px;
}
.icon-logout::before {
  content: "\e91e";
}
.icon-edit::before {
  content: "\e91f";
}
.icon-edit-annually::before {
  content: "\e920";
}
.icon-edit-annually.icon--small {
  font-size: 18px;
}
.icon-save::before {
  content: "\e921";
}
.icon-send::before {
  content: "\e922";
}
.icon-radio-selected .path1::before {
  content: "\e923";
  color: #4b76ae;
  opacity: 0.2;
}
.icon-radio-selected .path2::before {
  content: "\e924";
  margin-left: -1em;
  color: #4b76ae;
}
.icon-radio-unselected .path1::before {
  content: "\e925";
  color: #4b76ae;
  opacity: 0.2;
}
.icon-radio-unselected .path2::before {
  content: "\e926";
  margin-left: -1em;
  color: #4b76ae;
  opacity: 0.6;
}
.icon-delete::before {
  content: "\e927";
}
.icon-warning::before {
  content: "\e928";
}
/****************************************
  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
   ------------------------------------ */
/* Validation : Messages et coloration
******************************************************************************/
.validation-text--success {
  color: #91d3c0;
}
.validation-text--warning {
  color: #f7931e;
}
.validation-text--error {
  color: #c1292f;
}
/* Surcharge du style de la librairie iziToast
******************************************************************************/
.iziToast-wrapper {
  z-index: 30 !important;
}
.sispea .iziToast {
  border-radius: 20px;
  max-width: 45%;
  border: 1px solid transparent;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
}
.sispea .iziToast::after {
  display: none;
}
.sispea .iziToast::before {
  font-family: 'Sispea';
  position: absolute;
  left: 26px;
  top: 50%;
  font-size: 35px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sispea .iziToast > .iziToast-body {
  padding-left: 20px;
  margin-left: 80px;
  border-left: 3px solid transparent;
}
.sispea .iziToast > .iziToast-body > p {
  color: #313e50;
  margin-bottom: 5px;
  margin-top: 5px;
}
.sispea .iziToast > .iziToast-body > strong {
  margin-top: 5px;
  margin-bottom: 0px;
}
.sispea .iziToast > .iziToast-close {
  font-family: 'Sispea';
  opacity: 1;
  right: 15px;
  top: 5px;
  width: auto;
  height: auto;
  background: transparent;
}
.sispea .iziToast > .iziToast-close::before {
  content: "\e915";
  font-size: 22px;
  color: #4b76ae;
}
.sispea .iziToast > .iziToast-progressbar {
  width: 92%;
  left: 50%;
  bottom: -1px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
}
.sispea .iziToast > .iziToast-progressbar > div {
  height: 1px;
}
/* Style des messages struts pour ressembler aux notifications
******************************************************************************/
.floating-notifications.actionMessage,
.floating-notifications.errorMessage,
.floating-notifications.warningMessage,
.static-notifications.actionMessage,
.static-notifications.errorMessage,
.static-notifications.warningMessage {
  position: fixed;
  bottom: 10px;
  right: 20px;
  list-style: none;
  margin: 0;
  padding: 5px 15px;
  z-index: 10;
  max-width: 45%;
  min-height: 60px;
  border-radius: 20px;
  border: 1px solid transparent;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  color: #313e50;
}
.floating-notifications.actionMessage::before,
.floating-notifications.errorMessage::before,
.floating-notifications.warningMessage::before,
.static-notifications.actionMessage::before,
.static-notifications.errorMessage::before,
.static-notifications.warningMessage::before {
  font-family: 'Sispea';
  position: absolute;
  left: 26px;
  top: 50%;
  font-size: 35px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.floating-notifications.actionMessage li,
.floating-notifications.errorMessage li,
.floating-notifications.warningMessage li,
.static-notifications.actionMessage li,
.static-notifications.errorMessage li,
.static-notifications.warningMessage li {
  padding-left: 20px;
  margin-left: 70px;
  border-left: 3px solid transparent;
  height: 100%;
  min-height: 35px;
}
.actionMessage,
.errorMessage,
.warningMessage {
  padding: 5px 10px;
}
.actionMessage:before,
.errorMessage:before,
.warningMessage:before {
  font-family: 'Sispea';
  margin-right: 15px;
}
.static-notifications {
  position: relative !important;
  box-shadow: none !important;
}
#editDiForm .errorMessage {
  color: red;
}
/* Notification de succès : Vert
******************************************************************************/
.sispea .iziToast.success,
.floating-notifications.actionMessage,
.static-notifications.actionMessage {
  background-color: #ecf7f4;
  border-color: #91d3c0;
}
.sispea .iziToast.success::before,
.floating-notifications.actionMessage::before,
.static-notifications.actionMessage::before {
  content: "\e914";
  color: #91d3c0;
}
.sispea .iziToast.success .iziToast-body,
.floating-notifications.actionMessage .iziToast-body,
.static-notifications.actionMessage .iziToast-body {
  border-color: #c8e9df;
}
.sispea .iziToast.success .iziToast-body strong,
.floating-notifications.actionMessage .iziToast-body strong,
.static-notifications.actionMessage .iziToast-body strong {
  color: #91d3c0;
}
.sispea .iziToast.success .iziToast-progressbar > div,
.floating-notifications.actionMessage .iziToast-progressbar > div,
.static-notifications.actionMessage .iziToast-progressbar > div {
  background: #91d3c0;
}
.floating-notifications.actionMessage li,
.static-notifications.actionMessage li {
  border-color: #c8e9df;
}
/* Notification d'erreur : Rouge
******************************************************************************/
.sispea .iziToast.error,
.floating-notifications.errorMessage,
.static-notifications.errorMessage,
errors > ul {
  background-color: #f2c4c5;
  border-color: #c1292f;
}
.sispea .iziToast.error::before,
.floating-notifications.errorMessage::before,
.static-notifications.errorMessage::before,
errors > ul::before {
  content: "\e929";
  color: #c1292f;
}
.sispea .iziToast.error .iziToast-body,
.floating-notifications.errorMessage .iziToast-body,
.static-notifications.errorMessage .iziToast-body,
errors > ul .iziToast-body,
.sispea .iziToast.error li,
.floating-notifications.errorMessage li,
.static-notifications.errorMessage li,
errors > ul li {
  border-color: #e16f74;
}
.sispea .iziToast.error .iziToast-body strong,
.floating-notifications.errorMessage .iziToast-body strong,
.static-notifications.errorMessage .iziToast-body strong,
errors > ul .iziToast-body strong {
  color: #c1292f;
}
.sispea .iziToast.error .iziToast-progressbar > div,
.floating-notifications.errorMessage .iziToast-progressbar > div,
.static-notifications.errorMessage .iziToast-progressbar > div,
errors > ul .iziToast-progressbar > div {
  background: #c1292f;
}
errors > ul {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  list-style: none;
  padding: 5px 15px;
}
errors > ul::before {
  content: '';
}
.floating-notifications.errorMessage li,
.static-notifications.errorMessage li {
  border-color: #e16f74;
}
/* Notification d'avertissement : Orange
******************************************************************************/
.sispea .iziToast.warning,
.warningMessage {
  background-color: #fef2e3;
  border-color: #f7931e;
}
.sispea .iziToast.warning::before,
.warningMessage::before {
  content: "\e928";
  color: #f7931e;
}
.sispea .iziToast.warning .iziToast-body,
.warningMessage .iziToast-body,
.sispea .iziToast.warning li,
.warningMessage li {
  border-color: #fbc280;
}
.sispea .iziToast.warning .iziToast-body strong,
.warningMessage .iziToast-body strong {
  color: #f7931e;
}
.sispea .iziToast.warning .iziToast-progressbar > div,
.warningMessage .iziToast-progressbar > div {
  background: #f7931e;
}
.warningMessage li {
  border-color: #fbc280;
}
/* Notification d'information : Bleu
******************************************************************************/
.sispea .iziToast.info {
  background-color: #dcecfc;
  border-color: #bbdafa;
}
.sispea .iziToast.info::before {
  content: "\e900";
  color: #5ca6f3;
}
.sispea .iziToast.info .iziToast-body {
  border-color: #bbdafa;
}
.sispea .iziToast.info .iziToast-body strong {
  color: #5ca6f3;
}
.sispea .iziToast.info .iziToast-progressbar > div {
  background: #bbdafa;
}
/* Page d'erreur
******************************************************************************/
.single-page--error {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) inset;
}
.single-page--error .page-header-title {
  background-color: #c1292f;
  color: #FFF;
}
.single-page--error .page-header-title:before,
.single-page--error .page-header-title:after {
  border-top-color: #c1292f;
}
/* Disclaimers : Infos d'environnement, JS désactivé, fonctionnalité de visulation
   de l'application en tant qu'un autre
/****************************************************************************/
#warning-restrictions {
  position: fixed;
  top: 0;
  text-align: center;
  width: 100%;
}
#warning-restrictions span {
  color: #f7931e;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 20px 3px 20px;
  border-radius: 0 0 5px 5px;
  font-size: 0.9em;
}
.main-container--usurp-user {
  top: 140px;
}
.banner-usurp-user,
.banner-configuration-issue {
  position: relative;
  height: 50px;
  background: #313e50;
  color: #FFF;
  padding: 5px 100px 5px 20px !important;
  text-align: center;
  border-radius: 5px;
  z-index: 5;
}
.banner-usurp-user-exit {
  position: absolute;
  right: 45px;
  color: #FFF;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-configuration-issue {
  background: #c1292f;
  font-weight: bold;
  z-index: 999;
  width: 90%;
  margin: 10px auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
/****************************************
  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
   ------------------------------------ */
/* Pagination
******************************************************************************/
.pagination-controls {
  position: relative;
  margin: 10px 0;
  text-align: center;
}
.pagination-controls .pagination-config {
  position: absolute;
  right: 0;
  color: #313e50;
}
.pagination-controls .pagination-config select {
  background: transparent;
  color: #4b76ae;
  border: 1px solid #4b76ae;
  border-radius: 5px;
}
.pagination-controls .pagination-pager {
  border: 1px solid #4b76ae;
  border-radius: 5px;
  color: #4b76ae;
  display: inline-block;
}
.pagination-controls .pagination-pager > span {
  padding: 0 5px;
}
.pagination-controls .pagination-pager .pagination-current {
  background-color: transparent;
  color: #4b76ae;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  padding: 2px 10px;
}
.pagination-controls .pagination-pager input {
  width: 70px;
}
.pagination-controls .pagination-pager button {
  background-color: transparent;
  transition: background-color 0.5s linear;
  border: 0;
  padding: 5px 10px;
}
.pagination-controls .pagination-pager button:first-child {
  border-right: 1px solid #4b76ae;
  border-radius: 5px 0 0 5px;
}
.pagination-controls .pagination-pager button:last-child {
  border-left: 1px solid #4b76ae;
  border-radius: 0 5px 5px 0;
}
.pagination-controls .pagination-pager button:hover {
  background-color: #ea2d95;
  color: #FFF;
}
.pagination-controls .pagination-pager button:hover i {
  color: #FFF;
}
.pagination-controls .pagination-pager button.disabled {
  color: #cbcbcb;
  cursor: initial;
  border-color: #cbcbcb;
}
.pagination-controls .pagination-pager button.disabled:hover {
  background-color: transparent;
}
.pagination-controls .pagination-pager button.disabled:hover i {
  color: #4b76ae;
}
/* Temporary pager ? TODO LK 14/10/16 : à conserver ou remplacer
******************************************************************************/
thead tr td .pager,
tfoot tr td .pager {
  float: right;
  margin: 0;
}
thead tr td .pager .fa,
tfoot tr td .pager .fa {
  cursor: pointer;
}
thead tr td .pager-configuration,
tfoot tr td .pager-configuration {
  float: right;
  margin: 0 10px 0 0;
  border-right: 1px solid #ccc;
  padding-right: 10px;
}
.table--large thead tr th {
  white-space: normal;
}
thead tr td .block-view-filters {
  float: right;
  margin-left: 15px;
}
/****************************************
  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
   ------------------------------------ */
/* Tooltips
******************************************************************************/
.popover {
  border: 1px solid #146367;
  max-width: 500px;
  color: #555;
  box-shadow: 0 0px 8px 4px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  z-index: 15;
}
.popover .arrow {
  border-right-color: rgba(0, 0, 0, 0.2);
}
.popover.left .arrow {
  border-left-color: #146367;
}
.popover.top-right {
  margin-left: 10px;
}
.popover .popover-content {
  padding: 0;
}
.popover .popover-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popover .popover-content ul.popover-list {
  list-style: disclosure-closed;
  margin-left: 10px;
  padding-left: 10px;
}
.popover .popover-content ul li {
  margin: 0;
  padding: 5px;
  border-left: 8px solid transparent;
}
.popover .popover-content ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.popover .popover-content ul li i {
  vertical-align: middle;
  padding: 5px 10px;
}
.popover .popover-content ul li > div {
  display: inline-block;
  vertical-align: middle;
}
.popover .popover-content ul li.title {
  padding: 10px;
}
.popover .popover-content ul li:not(.title):hover {
  background: rgba(0, 0, 0, 0.1);
  border-left-color: #ea2d95;
}
.popover .popover-content > ul > li {
  padding: 10px;
}
.popover .popover-content > ul > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.popover-button {
  color: #4b76ae;
  cursor: pointer;
}
.popover-button:hover {
  color: #ea2d95;
}
.popover-limited-height {
  max-height: 150px;
  overflow-y: auto;
}
.tooltip-inner {
  background-color: rgba(0, 0, 0, 0.9);
  font-family: 'Opensans';
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  max-width: 280px;
}
.tooltip-inner .tooltip-arrow {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
/* Surcharge de tooltips Boostrap
******************************************************************************/
.tooltip {
  z-index: 30;
  min-width: 200px !important;
}
.memberOverview-grid-chunk .bottom-left .tooltip-arrow,
.memberOverview-grid-chunk .top-left .tooltip-arrow {
  left: 44px !important;
}
.memberOverview-grid-chunk .bottom-right .tooltip-arrow,
.memberOverview-grid-chunk .top-right .tooltip-arrow {
  right: 44px !important;
}
/* Surcharge de modales Boostrap et jQuery
******************************************************************************/
.modal-header,
.ui-dialog-titlebar,
.modal-footer,
.ui-dialog-buttonpane {
  background: #ffffff;
}
.modal-header,
.ui-dialog-titlebar {
  border-radius: 10px 10px 0 0;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-footer,
.ui-dialog-buttonpane {
  border-radius: 0 0 10px 10px;
  padding: 15px;
  text-align: right;
}
.modal-body,
.ui-dialog-content {
  max-height: 75vh !important;
  overflow: auto;
  padding: 15px;
  background: #EEE;
}
.modal-body .highlighted,
.ui-dialog-content .highlighted {
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  padding: 20px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05) inset;
  border-radius: 5px;
}
.modal-body .highlighted .title,
.ui-dialog-content .highlighted .title {
  font-weight: lighter;
  padding-bottom: 5px;
}
.modal-body-sub-form {
  background: rgba(0, 0, 0, 0.1);
  margin: 15px -15px 0 -15px;
  padding: 5px 15px;
}
.modal-body-sub-form .form-control {
  display: inline-block;
  margin: 0 10px;
  width: auto;
}
.modal-body-sub-form--right {
  background: rgba(0, 0, 0, 0.05);
  float: right;
  margin: -5px -15px;
  padding: 5px 25px;
}
.modal-body-excerpt {
  max-height: 500px;
  overflow: auto;
}
.ui-dialog,
.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border: 1px solid #ccc;
}
.ui-dialog {
  z-index: 20;
  border-radius: 10px;
}
.ui-widget-overlay,
.modal-backdrop {
  opacity: 0.5;
  transition: opacity .15s linear;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
}
.ui-dialog-buttonset button,
.modal-footer button {
  margin-left: 20px;
  max-width: 50%;
  vertical-align: middle;
}
.feedBackDialog .ui-dialog-titlebar-close {
  display: none;
}
.modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  max-height: 100%;
}
.modal.fade .modal-dialog {
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.modal.in .modal-dialog {
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-body {
  max-height: 70vh;
  overflow: auto;
}
/* Style repris de drupal pour les pages cms incluses en popup d'aide depuis
   Sispea Contributeur
******************************************************************************/
.titre-epais {
  font-weight: bold;
}
diffusion-site-excerpt .content-from-cms--content * {
  font-family: 'Opensans';
}
.content-from-cms--content img {
  max-width: 497px;
}
/****************************************
  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
   ------------------------------------ */
/* Style standard d'un tableau
******************************************************************************/
table {
  min-width: 100%;
}
table > thead > tr > th,
table > thead > tr > td {
  background: #146367;
  color: #FFF;
  padding: 0.5em 1em;
  font-weight: normal;
  text-align: center;
}
table > thead > tr > th a,
table > thead > tr > td a {
  color: #FFF;
}
table > thead > tr > th a:hover,
table > thead > tr > td a:hover {
  color: #ea2d95;
}
table > thead > tr > th.sortable,
table > thead > tr > td.sortable {
  cursor: pointer;
}
table > thead > tr > th.sortable:hover i.fa,
table > thead > tr > td.sortable:hover i.fa {
  display: inline !important;
  color: #ea2d95;
}
table > thead > tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
table > thead > tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
table > thead > tr.filters > th,
table > thead > tr.filters > td {
  color: #313e50;
  background: #CCEAEE;
}
table > thead > tr.filters input,
table > thead > tr.filters select {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  border: 0;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.5s 0 linear;
}
table > thead > tr.filters input:focus,
table > thead > tr.filters select:focus,
table > thead > tr.filters input.active,
table > thead > tr.filters select.active {
  outline: none;
  background: #FFF;
  border-color: rgba(147, 86, 151, 0.4);
  box-shadow: 0 0 8px rgba(147, 86, 151, 0.4);
}
table > thead > tr.filters input.twoinputs,
table > thead > tr.filters select.twoinputs {
  width: 49%;
}
table > thead > tr.filters .indicatorField-wrapper--boolean {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
}
table > tbody > tr > td,
table > tbody > tr > th {
  border-right: 1px solid #e5edf2;
  border-bottom: 1px solid #f3f6f9;
  padding: 0.6em 1em;
  background: #f9fbfc;
}
table > tbody > tr > th {
  background-color: #b2cad8;
  border-bottom: 1px solid #91a3bc;
}
table > tbody > tr:nth-child(even) td {
  background: #ffffff;
}
table > tbody > tr:nth-child(even) td.table-content-list {
  background: rgba(31, 153, 160, 0.05);
}
table > tbody > tr:nth-child(odd) td.table-content-list {
  background: rgba(31, 153, 160, 0.1);
}
table > tbody > tr.table-editing-row td {
  background: #e6eef3;
}
table > tbody > tr .table-content-list ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
table > tbody > tr .table-content-list ul li {
  padding: 5px 10px;
  border-bottom: 1px solid rgba(31, 153, 160, 0.2);
}
table > tbody > tr .table-content-list ul li:first-child {
  border-top: 1px solid rgba(31, 153, 160, 0.2);
}
table > tbody > tr .table-content-list ul li:nth-child(even) {
  background: rgba(31, 153, 160, 0.05);
}
table > tbody > tr .percent {
  color: rgba(49, 62, 80, 0.5);
}
table > tbody > tr td.deactivated {
  background: #EEE;
  border-bottom: 1px solid #E7E7E7;
  border-right-color: #E7E7E7;
}
table > tbody > tr td.emptySelectionPlaceholder {
  font-style: italic;
  text-align: center;
}
table > tfoot {
  background: rgba(37, 180, 188, 0.25);
  color: #313e50;
}
table > tfoot > tr > td {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 0.4em 1em;
}
.table-row-year {
  background: #ffffff;
}
.table-border-strong {
  border-right-color: #91a3bc;
}
.table-th--secondary {
  background: #177378;
}
.table-th--tertiary {
  background: #0c3a3c;
}
table.report tbody tr.error td {
  color: #c1292f;
}
table thead th .editable-value-error {
  padding-bottom: 2px;
  padding-top: 2px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  color: #c1292f;
}
/* TODO FIXME LK 19/10/16 : Temporaire, à améliorer */
#ContentBody table {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
table thead tr th .link {
  color: #FFF;
  text-decoration: underline;
}
.table-input--small,
.table-input--medium,
.table-input--addon {
  padding-left: 5px;
  padding-right: 5px;
}
.table-input--small {
  min-width: 50px;
}
.table-input--medium {
  min-width: 100px;
}
/* Tableau dans des écrans où le vert dominant est déjà présent
******************************************************************************/
.layout-page-1col table thead tr th,
.layout-page-1col table thead tr td {
  background: rgba(37, 180, 188, 0.25);
  color: #313e50;
}
/* Tableau dans des onglets
******************************************************************************/
.tab-content .tab-pane table,
.blocks-display table {
  width: 100%;
}
/* Filtres de tableaux
******************************************************************************/
input.ng-invalid {
  background-color: rgba(193, 41, 47, 0.6) !important;
}
table tbody tr td.number {
  transition: background 10s ease;
}
table.withActiveDataList .select-button {
  background-color: #935697;
}
table.withActiveDataList tbody tr td.filteredByDataList {
  background-color: rgba(147, 86, 151, 0.2);
  color: #935697;
  font-weight: bold;
}
/* Légendes de tableau
******************************************************************************/
.legend {
  margin: 5px 15px;
}
.legend-definition {
  float: left;
  color: #313e50;
  font-size: 12px;
  margin-right: 15px;
}
.legend-definition .service-status-label,
.legend-definition .indicator-state-label {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
}
/* Tableaux spécifiques destinés aux fenêtres modal d'aide
******************************************************************************/
.table-modal > thead > tr > th,
.table-modal > tbody > tr > th {
  background: transparent;
  color: #313e50;
  font-weight: bold;
  border: 0;
}
.table-modal > tbody > tr > th {
  text-align: right;
}
.table-modal > tbody > tr > td {
  text-align: center;
}
/* TMP FIXME LK 24/11/16 : règles temporaires à modifier
******************************************************************************/
tr.footer-decoraction td {
  background: rgba(37, 180, 188, 0.25);
  color: #313e50;
  padding: 1em 1em;
}
/* FIXME AT 27/12/2016 : je met là, mais je ne suis pas sûr de moi
******************************************************************************/
td.single-icon-cell {
  width: 50px;
}
td.single-icon-cell .checkbox-label {
  padding-right: 0;
}
td.checkbox-cell {
  background: #c5d4e6 !important;
}
/* Règles responsives pour ajuster l'affichage sur certaines résolutions
******************************************************************************/
@media (min-width: 1200px) {
  table thead tr th {
    white-space: nowrap;
  }
}
/* Titres standards
/****************************************************************************/
h1,
h2,
h3 {
  margin: 15px 0;
}
h3 .title-main-text {
  font-size: 140%;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
  font-weight: lighter;
}
h3 {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
/* Titres avec mise en page ou comportement spécifiques
******************************************************************************/
h3.category-sticky {
  position: sticky;
  top: -50px;
  padding: 60px 15px 10px 15px;
  background: #f1f4f7;
  font-weight: bold;
  text-align: left;
}
/* Titres des pages single
******************************************************************************/
.page-header {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  text-align: center;
  border: 0;
  padding-bottom: 0;
  margin: 0;
}
.page-header h1 {
  font-size: 20px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 20px;
}
.page-header h1:not(.page-header-title) {
  max-width: 840px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-header-title {
  position: fixed;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  z-index: 9;
  width: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  background: #FFF;
  color: #313e50;
  font-size: 20px;
  height: 40px;
}
.page-header-title .icon-warning {
  vertical-align: baseline;
}
.page-header-title .diffusion-site-excerpt-modal {
  vertical-align: middle;
}
.page-header-title::before,
.page-header-title::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  content: '';
}
.page-header-title::before {
  left: -20px;
  border-top: 40px solid #ffffff;
  border-left: 21px solid transparent;
}
.page-header-title::after {
  right: -20px;
  border-top: 40px solid #ffffff;
  border-right: 21px solid transparent;
}
div.page-header-title::after {
  border-top: 40px solid #4b76ae;
}
.page-header-title-count {
  display: inline-block;
  margin-top: -5px;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-weight: bold;
  color: #FFF;
  background: #dbe1ec;
}
/* Liste déroulante dans titres de pages
******************************************************************************/
.page-header-title-dropdown,
.page-header-title .dropdown {
  text-transform: none;
  color: #FFF;
  background: #4b76ae;
  height: 40px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 20px;
  position: relative;
  margin-left: 10px;
  padding-right: 30px;
}
.page-header-title-dropdown select,
.page-header-title .dropdown select {
  border: 0;
  outline: none;
  background: #4b76ae;
}
.page-header-title-dropdown > ul,
.page-header-title .dropdown > ul {
  font-size: initial;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-header-title-dropdown::before,
.page-header-title .dropdown::before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -20px;
  content: '';
  border-bottom: 40px solid #4b76ae;
  border-left: 21px solid transparent;
}
/* Surcharge du style défini sur les autres écrans pour les listes déroulantes
******************************************************************************/
.page-header .dropdown-button {
  border-radius: 0;
}
.page-header .dropdown-right > .dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.page-header .dropdown-content {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: initial;
  border-top-width: 20px;
}
/* Titre de page et liste déroulante combinés
******************************************************************************/
.page-header-title.dropdown {
  padding-right: 30px;
}
.page-header > div > .dropdown::after,
.page-header h1.dropdown > a::after {
  content: "\f078";
  position: absolute;
  top: auto;
  bottom: auto;
  right: 0;
  font-family: 'FontAwesome';
}
/* Règles responsives pour ajuster l'affichage sur certaines résolutions
******************************************************************************/
@media (max-width: 992px) {
  .page-header {
    position: relative;
  }
  .page-header h1:not(.page-header-title) {
    max-width: 700px;
  }
  .page-header-title {
    position: relative;
    left: 0;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .page-header {
    position: relative;
  }
  .page-header h1:not(.page-header-title) {
    max-width: 950px;
  }
}
/* 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
******************************************************************************/
/* Adaptations pour l'impression sous Internet Explorer
******************************************************************************/
/* IE 10 and IE 11 only */
@media print and (-ms-high-contrast: none) {
  .historyOverview-area {
    display: none;
    /* Only IE 10 */
  }
  *::-ms-backdrop,
  .historyOverview-area {
    display: block;
    /* Only IE 11 */
  }
}
@media print {
  * {
    float: none !important;
    position: static !important;
  }
  /* Adaptations d'affichage pour l'impression : Mise en page
******************************************************************************/
  body {
    overflow: auto;
    height: auto;
  }
  .print-area {
    bottom: auto !important;
    margin: 0;
    padding: 0;
    width: 99% !important;
  }
  .main-container {
    position: relative;
    clear: both;
    top: 0;
  }
  .layout-page-width {
    width: 100% !important;
  }
  .header,
  .header > div {
    height: 40px;
  }
  .header .logos img {
    max-height: 40px;
  }
  .single-page-content-wrapper {
    padding: 0;
    overflow: visible;
  }
  .blocks-display {
    width: 100%;
  }
  thead th {
    font-weight: bold !important;
  }
  table td,
  table th {
    border-left: 1px solid #e5edf2;
    border-top: 1px solid #f3f6f9;
    padding: 0 !important;
    font-size: 80 %;
  }
  .block-display--dashboard .block {
    border: 2px solid #aaa;
    margin-bottom: 10px;
  }
  /* Adaptations d'affichage pour l'impression : Titres
******************************************************************************/
  .print-area-title {
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    font-size: 20px;
  }
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 14px;
  }
  /* Adaptations d'affichage pour l'impression : Fiches de référentiel
******************************************************************************/
  .referentialMenu,
  .referentialEntityMenu {
    display: none;
  }
  .referentialHeader-title-wrapper,
  .referentialPage-content {
    width: 100%;
  }
  .referentialPage-content {
    overflow: visible !important;
  }
  .referentialPage-content-marge {
    padding: 0;
  }
  .referential-menu-banner-content--foreground {
    position: relative !important;
    transform: none !important;
    left: 0 !important;
    font-weight: bold;
    border: 2px solid #000;
    padding: 3px 5px;
  }
  .referential-menu-banner-content--foreground::before,
  .referential-menu-banner-content--foreground::after,
  .referential-menu-banner-content::before,
  .referential-menu-banner-content::after {
    border: 0 !important;
  }
  .referential-exercises-banner,
  .referential-menu-banner {
    margin-top: 0;
  }
  .exercisesBannerExercises {
    border: 1px solid #aaa;
  }
  .historyOverview-state-chunk,
  .historyDetails-year-events {
    border: 1px solid #ccc !important;
  }
  .historyDetails-event {
    position: relative !important;
    width: auto !important;
    margin: 10px auto !important;
    text-align: left !important;
    padding-left: 40px !important;
  }
  .historyDetails-event:before {
    position: absolute;
    content: "\02022";
    left: 25px;
  }
  .historyDetails-year-events--empty,
  .historyDetails-year-markup--with-markup-line::after,
  .historyOverview-field-label-before {
    display: none;
  }
  .historyOverview-viewport {
    position: relative;
  }
  .historyOverview-timeline-markers {
    position: relative;
    display: flex;
    flex-direction: row;
    line-height: auto;
  }
  .historyOverview-time-chunk,
  .historyOverview-time-chunk--with-marker {
    flex: 1;
    width: auto !important;
    margin: 0 !important;
    border: 1px solid #000;
    border-radius: 0 !important;
    overflow: hidden;
  }
  .historyOverview-viewport,
  .historyOverview-container,
  .historyOverview-timeline,
  .historyOverview-timeline-markers,
  .historyOverview-state-chunk {
    position: relative !important;
  }
  #historyOverviewViewport {
    left: auto !important;
    right: auto !important;
  }
  #historyOverviewContainer {
    width: auto !important;
    margin: 0 !important;
    top: 0;
  }
  .historyOverview-timeline {
    top: 0 !important;
  }
  .historyOverview-timeline-markers,
  .historyOverview-field-values {
    display: flex;
  }
  .historyOverview-state-chunk {
    width: auto !important;
    right: auto !important;
    padding-left: 0;
  }
  .historyOverview-fields {
    float: left !important;
  }
  .historyOverview-fields,
  .historyOverview-field,
  .historyOverview-field-label {
    width: 70px !important;
  }
  .referentialHeader-title .referentialHeader-title--formatter {
    max-width: 100% !important;
  }
  .historyEvent-more-items {
    text-overflow: ellipsis;
    max-width: 19px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    vertical-align: bottom;
  }
  .historyEvent-more-items:before {
    display: none;
  }
  /* Adaptations d'affichage pour l'impression : Pages d'accueil
******************************************************************************/
  .block-display-block-header {
    padding-bottom: 0;
    padding-top: 0;
  }
  .block-display-content {
    font-size: 85%;
  }
  /* Adaptations d'affichage pour l'impression : Fenêtres modales
******************************************************************************/
  .modal-open .modal {
    background: #ffffff !important;
  }
  .modal-open .modal .modal-dialog {
    background: #ffffff !important;
    width: 96% !important;
  }
  .showNetworkDiagram-schema {
    overflow: visible;
    transform: scale(0.7);
    transform-origin: top left;
  }
  .showNetworkDiagram-schema:before {
    content: url('../images/reseau_eau_potable.jpg');
  }
  .indicatorsHistoryPanel-content {
    padding-left: 0;
  }
  .indicatorsHistoryPanel-content-values.fullscreen {
    overflow: visible !important;
  }
  .indicatorsHistoryPanel-content-values,
  .indicatorsHistoryPanel-graph {
    top: 130px !important;
  }
  .indicatorsHistoryPanel-content-value {
    display: block !important;
    margin-bottom: 20px !important;
    text-align: left !important;
  }
  .indicatorsHistoryPanel-content-value.noRatio {
    padding-left: 0 !important;
  }
  .indicatorsHistoryPanel-graph {
    left: 170px !important;
  }
  svg > .nvd3.nv-wrap {
    transform: scale(0.2);
    /* L'échelle du graphique est forcée car elle n'est pas automatiquement mise à jour en mode impression*/
  }
  .indicatorsHistoryPanel-graph .highlightedPoint {
    fill: #555555;
    stroke: white;
    fill-opacity: 1;
    stop-opacity: 1;
  }
  .indicatorsHistoryPanel-graph .nv-point-paths path {
    fill-opacity: 0;
    fill: #555555;
    stroke: #555555;
    stroke-opacity: 0;
  }
  .indicatorsHeader-verificationDate,
  .indicatorsHeader-rpqsUploadDate {
    display: inline !important;
  }
  indicators-list,
  .indicatorsList {
    display: block !important;
  }
  /* Adaptations d'affichage pour l'impression : Positionnements absolus
******************************************************************************/
  .page-header,
  .page-header-title {
    position: relative !important;
  }
  .page-header-title {
    left: 0 !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  /* Adaptations d'affichage pour l'impression : Placeholders
******************************************************************************/
  ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
  }
  :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
  }
  ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
  }
  :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
  }
  /* Surcharge boostrap
******************************************************************************/
  a[href]::after {
    content: '';
  }
  .progress-bar {
    float: left !important;
  }
  .progress-bar.degrade-0 {
    background-color: #9ecc92 !important;
  }
  .progress-bar.degrade-1 {
    background-color: #cdc99f !important;
  }
  .progress-bar.degrade-2 {
    background-color: #f4d6a0 !important;
  }
  .progress-bar.degrade-3 {
    background-color: #f0b799 !important;
  }
  .progress-bar.degrade-4 {
    background-color: #f4998a !important;
  }
  .progress-bar.degrade-5 {
    background-color: #ca6769 !important;
  }
  /* Adaptations pour des impressions spécifiques : Schéma des volumes, historique d'un IP
******************************************************************************/
  body.print-only-print-area {
    overflow-x: hidden;
  }
  body.print-only-print-area * {
    visibility: hidden;
  }
  body.print-only-print-area .modal,
  body.print-only-print-area .modal *,
  body.print-only-print-area .indicators-panels,
  body.print-only-print-area .indicators-panels * {
    visibility: visible;
  }
  body.print-only-print-area .indicators-panels {
    display: block !important;
    width: 100%;
  }
  body.print-only-print-area .indicatorInput-form,
  body.print-only-print-area indicators-filters-panel,
  body.print-only-print-area indicators-alerts-panel,
  body.print-only-print-area .button-icon,
  body.print-only-print-area .indicatorsHistoryPanel-content,
  body.print-only-print-area .indicatorsHistoryPanel-header,
  body.print-only-print-area .dropdown-right {
    display: none !important;
  }
  body.print-only-print-area .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    transform: none !important;
  }
  body.print-only-print-area .showNetworkDiagram-production,
  body.print-only-print-area .showNetworkDiagram-distribution,
  body.print-only-print-area .showNetworkDiagram-authorized,
  body.print-only-print-area .showNetworkDiagram-consumed,
  body.print-only-print-area .showNetworkDiagram-counted,
  body.print-only-print-area .showNetworkDiagram-imported,
  body.print-only-print-area .showNetworkDiagram-exported,
  body.print-only-print-area .showNetworkDiagram-lost,
  body.print-only-print-area .showNetworkDiagram-serviceVolume,
  body.print-only-print-area .showNetworkDiagram-notCounted {
    position: absolute !important;
  }
  body.print-only-print-area .showNetworkDiagram-schema::before {
    position: absolute;
    left: 0;
  }
  /* Éléments à cacher lors de l'impression
******************************************************************************/
  .header-main-menu,
  .header-right-menu,
  .breadcrumb,
  .fa-sort-amount-asc,
  .fa-sort-amount-desc,
  tr.filters,
  tr.footer-decoraction,
  .legend,
  .page-header-title-dropdown,
  .page-header-title::before,
  .page-header-title::after,
  .pagination-controls,
  .checkConformity-butons,
  .blocks-display .nav-tabs li:not(.active),
  sispea-referential-action-menu,
  .indicatorsHistoryPanel-comparator,
  .edit-tip,
  .historyScrollbar-arrow,
  .historyOverview-field-label::before,
  quick-contact,
  my-selections,
  .indicators-action-menu,
  .icon-info,
  .iziToast-wrapper,
  #warning-restrictions,
  .dropdown::after,
  .modal-footer,
  .icon-print,
  .page-loading,
  .page-loading-indicators {
    display: none !important;
  }
  .print-area {
    position: relative !important;
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    float: none;
    overflow: visible !important;
  }
}
/* Éléments à cacher lors de la capture d'écran pour les assistances
******************************************************************************/
.deactivateForScreenshot * {
  box-shadow: none !important;
}

