/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 14 mai 2014, 14:04:24.000
    Author     : mdosimont
*/
/* ORANGE */
/* BLEU */
/* VIOLET */
/* VERT */
/* ROUGE */
/* GRIS*/
/* AUTRES */
.roseClair.boxUser {
  background-color: #E57373;
}
.rouge.boxUser {
  background-color: #D32F2F;
}
.rose.boxUser {
  background-color: #C2185B;
}
.violetClair.boxUser {
  background-color: #9575CD;
}
.bleuFonce.boxUser {
  background-color: #303F9F;
}
.violet.boxUser {
  background-color: #7986CB;
}
.violetFonce.boxUser {
  background-color: #512DA8;
}
.bleu.boxUser {
  background-color: #64B5F6;
}
.turquoise.boxUser {
  background-color: #0097A7;
}
.bleuTurquoise.boxUser {
  background-color: #4DB6AC;
}
.vertFonce.boxUser {
  background-color: #00796B;
}
.vertClair.boxUser {
  background-color: #81C784;
}
.vert.boxUser {
  background-color: #388E3C;
}
.mauve.boxUser {
  background-color: #D473D4;
}
.moutarde.boxUser {
  background-color: #FBC02D;
}
.orange.boxUser {
  background-color: #FFA000;
}
.beige.boxUser {
  background-color: #FF8A65;
}
.orangeFonce.boxUser {
  background-color: #E64A19;
}
.grisMarron.boxUser {
  background-color: #A1887F;
}
.gris.boxUser {
  background-color: #90A4AE;
}
.noir.boxUser {
  background-color: #000000;
}
.marron.boxUser {
  background-color: #5D4037;
}
.grisFonce.boxUser {
  background-color: #455A64;
}
.violetFonce.boxUser {
  background-color: #AB47BC;
}
.rougeRose.boxUser {
  background-color: #E91E63;
}
.bleuNuit.boxUser {
  background-color: #3d4a6e;
}
.marronFonce.boxUser {
  background-color: #4c2015;
}
.verKaki.boxUser {
  background-color: #AFB42B;
}
.orangeClair.boxUser {
  background-color: #ff9700;
}
.vertBleu.boxUser {
  background-color: #466964;
}
.vertMarron.boxUser {
  background-color: #6e643d;
}
.bleuCyan.boxUser {
  background-color: #4DD0E1;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.buttonGroupLarge > div {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 27px;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
}
.buttonGroupLarge .btnPicto.big.more > .closeAnnule,
.buttonGroupLarge .btnPicto.big.more > .validEnregistrer {
  height: 27px;
  line-height: 27px;
}
.buttonGroupLarge input.cPrimary {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
  font-family: 'futura-pt';
  font-size: 1em;
  height: 27px;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
}
.buttonGroupLarge .cPrimary {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  background: #01aadb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01aadb), color-stop(100%, #016d8d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #01aadb 0%, #016d8d 100%);
  /* W3C */
  border: solid #0182a8 1px;
  color: #fff;
  line-height: 22px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.buttonGroupLarge .cPrimary:hover {
  background: #01aadb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01aadb), color-stop(100%, #4cd2f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #01aadb 0%, #4cd2f9 100%);
  /* W3C */
}
.buttonGroupLarge .cSecondary {
  background-color: #353535;
  color: #96938f;
}
.buttonGroupLarge .cSecondary:hover {
  background: #4c4c4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4c4c4c 0%, #383838 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(100%, #383838));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #383838 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4c4c4c 0%, #383838 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4c4c4c 0%, #383838 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4c4c4c 0%, #383838 100%);
  /* W3C */
  background-color: #4c4c4c;
  color: #01aadb;
}
.buttonLarge {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 27px;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
  /* COULEURS */
  /* Cas spécial quand il s'agit d'un input */
}
.buttonLarge.cPrimary {
  border: solid #0182a8 1px;
  background: #01aadb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01aadb), color-stop(100%, #016d8d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #01aadb 0%, #016d8d 100%);
  /* W3C */
}
.buttonLarge.cPrimary:hover {
  background: #01aadb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01aadb), color-stop(100%, #4cd2f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #01aadb 0%, #4cd2f9 100%);
  /* W3C */
}
.buttonLarge.cSecondary {
  background-color: #353535;
  color: #96938f;
}
.buttonLarge.cSecondary:hover {
  background: #4c4c4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4c4c4c 0%, #383838 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(100%, #383838));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #383838 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4c4c4c 0%, #383838 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4c4c4c 0%, #383838 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4c4c4c 0%, #383838 100%);
  /* W3C */
  background-color: #4c4c4c;
  color: #01aadb;
}
.buttonLarge.cValidatory {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  background: #68a341;
  /* Old browsers */
  background: -moz-linear-gradient(top, #68a341 0%, #68a341 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68a341), color-stop(100%, #68a341));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #68a341 0%, #68a341 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #68a341 0%, #68a341 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #68a341 0%, #68a341 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #68a341 0%, #68a341 100%);
  /* W3C */
  border: solid #68a341 1px;
  color: #fff;
  line-height: 22px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.buttonLarge.cValidatory:hover {
  background: #68a341;
  /* Old browsers */
  background: -moz-linear-gradient(top, #68a341 0%, #68a341 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68a341), color-stop(100%, #68a341));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #68a341 0%, #68a341 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #68a341 0%, #68a341 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #68a341 0%, #68a341 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #68a341 0%, #68a341 100%);
  /* W3C */
}
.buttonLarge input.cPrimary {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
  font-family: 'futura-pt';
  font-size: 1em;
  height: 27px;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
}
.button {
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  display: inline-block;
  color: #fff;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  text-align: center;
  width: 230px;
}
.button.cPrimary {
  border: solid #0182a8 1px;
  background: #01aadb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01aadb), color-stop(100%, #016d8d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #01aadb 0%, #016d8d 100%);
  /* W3C */
}
.button.cPrimary:hover {
  background: #01aadb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01aadb), color-stop(100%, #4cd2f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #01aadb 0%, #4cd2f9 100%);
  /* W3C */
}
.button.grey {
  background: #3e3e3e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3e3e3e 0%, #2c2c2c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3e3e), color-stop(100%, #2c2c2c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3e3e3e 0%, #2c2c2c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3e3e3e 0%, #2c2c2c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3e3e3e 0%, #2c2c2c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3e3e3e 0%, #2c2c2c 100%);
  /* W3C */
}
.button.grey:hover {
  background: #3e3e3e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3e3e3e 0%, #383838 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3e3e), color-stop(100%, #383838));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3e3e3e 0%, #383838 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3e3e3e 0%, #383838 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3e3e3e 0%, #383838 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3e3e3e 0%, #383838 100%);
  /* W3C */
}
.button.disabled {
  cursor: not-allowed;
  background: #b2b6b6;
  border: solid #b2b6b6 1px;
}
.button.disabled:hover {
  background: #b2b6b6;
}
.buttonSmall {
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  display: inline-block;
  color: #fff;
  cursor: pointer;
  height: 30px;
  line-height: 35px;
  text-align: center;
  width: 120px;
}
.buttonSmall.cPrimary {
  border: solid #0182a8 1px;
  background: #01aadb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01aadb), color-stop(100%, #016d8d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #01aadb 0%, #016d8d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #01aadb 0%, #016d8d 100%);
  /* W3C */
}
.buttonSmall.cPrimary:hover {
  background: #01aadb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01aadb), color-stop(100%, #4cd2f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #01aadb 0%, #4cd2f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #01aadb 0%, #4cd2f9 100%);
  /* W3C */
}
.buttonSmall.grey {
  background: #3e3e3e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3e3e3e 0%, #2c2c2c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3e3e), color-stop(100%, #2c2c2c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3e3e3e 0%, #2c2c2c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3e3e3e 0%, #2c2c2c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3e3e3e 0%, #2c2c2c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3e3e3e 0%, #2c2c2c 100%);
  /* W3C */
}
.buttonSmall.grey:hover {
  background: #3e3e3e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3e3e3e 0%, #383838 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3e3e), color-stop(100%, #383838));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3e3e3e 0%, #383838 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3e3e3e 0%, #383838 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3e3e3e 0%, #383838 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3e3e3e 0%, #383838 100%);
  /* W3C */
}
.buttonSmall.disabled {
  cursor: not-allowed;
  background: #b2b6b6;
  border: solid #b2b6b6 1px;
}
.buttonSmall.disabled:hover {
  background: #b2b6b6;
}
.btnBox {
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 27px;
}
.btnBox.cPrimary {
  background: #4cd2f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4cd2f9 0%, #01aadb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cd2f9), color-stop(100%, #01aadb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4cd2f9 0%, #01aadb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4cd2f9 0%, #01aadb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4cd2f9 0%, #01aadb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4cd2f9 0%, #01aadb 100%);
  /* W3C */
  border: solid #036c6e 1px;
}
.btnBox.cPrimary:hover {
  background: #4cd2f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4cd2f9 0%, #45bee1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cd2f9), color-stop(100%, #45bee1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4cd2f9 0%, #45bee1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4cd2f9 0%, #45bee1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4cd2f9 0%, #45bee1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4cd2f9 0%, #45bee1 100%);
  /* W3C */
}
.btnBox.grey {
  background: #3e3e3e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3e3e3e 0%, #2c2c2c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3e3e), color-stop(100%, #2c2c2c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3e3e3e 0%, #2c2c2c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3e3e3e 0%, #2c2c2c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3e3e3e 0%, #2c2c2c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3e3e3e 0%, #2c2c2c 100%);
  /* W3C */
}
.btnBox.grey:hover {
  background: #4c4c4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4c4c4c 0%, #383838 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(100%, #383838));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #383838 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4c4c4c 0%, #383838 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4c4c4c 0%, #383838 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4c4c4c 0%, #383838 100%);
  /* W3C */
}
.btnBox.disabled {
  color: #a6a6a6;
  background-color: #cacaca;
  cursor: auto;
  cursor: not-allowed;
}
.btnCercle {
  background: #01aadb;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 11px;
  width: 11px;
}
.btnCercle.uncheck {
  background: #353535;
  border: 1px solid #01aadb;
  height: 10px;
  width: 10px;
}
.btnMenu {
  background: #0182a8 url('../../../img/big-menu.png');
  cursor: pointer;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}
.btnMenu:hover {
  background-color: #016d8d;
}
.btnPadlock {
  background: #0182a8 url('../../../img/big-padlock.png');
  cursor: pointer;
  height: 40px;
  width: 40px;
}
.btnPadlock:hover {
  background-color: #016d8d;
}
.btnPicto {
  background-color: #0182a8;
  cursor: pointer;
  display: inline-block;
  background-size: cover;
}
.btnPicto:hover {
  background-color: #016d8d;
}
.btnPicto.big {
  height: 40px;
  width: 40px;
}
.btnPicto.big.cross {
  background-image: url('../../../img/big-cross.png');
}
.btnPicto.big.eye {
  background-image: url('../../../img/big-eye.png');
}
.btnPicto.big.gear {
  background-image: url('../../../img/big-gear.png');
}
.btnPicto.big.help {
  background-image: url('../../../img/big-help.png');
}
.btnPicto.big.less {
  background-image: url('../../../img/big-less.png');
}
.btnPicto.big.mGlass {
  background-image: url('../../../img/big-mGlass.png');
}
.btnPicto.big.more {
  background-image: url('../../../img/big-more.png');
}
.btnPicto.big.pen {
  background-image: url('../../../img/big-pen.png');
}
.btnPicto.big.download {
  background-image: url('../../../img/material_design/download.png');
}
.btnPicto.big.delete {
  background-image: url('../../../img/material_design/delete.png');
}
.btnPicto.medium {
  height: 25px;
  width: 25px;
}
.btnPicto.medium.eye {
  background-image: url('../../../img/medium-cross.png');
}
.btnPicto.medium.eye {
  background-image: url('../../../img/medium-eye.png');
}
.btnPicto.medium.more {
  background-image: url('../../../img/medium-more.png');
}
.btnPicto.medium.pen {
  background-image: url('../../../img/medium-pen.png');
}
.btnPicto.medium.download {
  background-image: url('../../../img/material_design/download.png');
}
.btnPicto.medium.delete {
  background-image: url('../../../img/material_design/delete.png');
}
.btnPicto.little {
  height: 20px;
  width: 20px;
}
.btnPicto.little.cross {
  background-image: url('../../../img/little-cross.png');
}
.btnPicto.little.eye {
  background-image: url('../../../img/little-eye.png');
}
.btnPicto.little.help {
  background-image: url('../../../img/little-help.png');
}
.btnPicto.little.less {
  background-image: url('../../../img/little-less.png');
}
.btnPicto.little.more {
  background-image: url('../../../img/little-more.png');
}
.btnPicto.little.pen {
  background-image: url('../../../img/little-pen.png');
}
.btnPicto.little.download {
  background-image: url('../../../img/material_design/download.png');
}
.btnPicto.little.delete {
  background-image: url('../../../img/material_design/delete.png');
}
.btnPicto.nbg {
  height: 14px;
  width: 14px;
}
.btnPicto.nbg.primary.cross {
  background: url(../../../img/little-cross-nbg.png) no-repeat -20px 0;
}
.btnPicto.nbg.primary.pen {
  background: url(../../../img/little-pen-nbg.png) no-repeat -28px 0;
}
.btnPicto.nbg.primary.pen:hover {
  background: url(../../../img/little-pen-nbg.png) no-repeat -14px 0;
}
.btnPicto.nbg.cross:hover {
  background: url(../../../img/little-cross-nbg.png) no-repeat 0 0;
}
.btnPicto.nbg.secondary.cross {
  background: url(../../../img/little-cross-nbg.png) no-repeat -40px 0;
}
.btnText {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  padding-left: 25px;
  position: relative;
  text-decoration: none;
  /* COULEUR PRIMAIRE */
  /* ICONES DIFFERENTS PAR CLASSE */
}
.btnText::before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.btnText.primary::before {
  background: #0182a8 no-repeat;
}
.btnText.primary:hover {
  color: #01aadb;
}
.btnText.primary:hover::before {
  background: #016d8d no-repeat;
}
.btnText.secondary {
  background-color: #383838;
}
.btnText.secondary:hover {
  color: #353535;
}
.btnText.secondary:hover::before {
  background-color: #292929;
}
.btnText.more::before {
  background-image: url('../../../img/little-more.png');
}
.btnText.pen::before {
  background-image: url('../../../img/little-pen.png');
}
.btnText.eye::before {
  background-image: url('../../../img/little-eye.png');
}
.btnText.help::before {
  background-image: url('../../../img/little-help.png');
}
.btnText.glass::before {
  background-image: url('../../../img/little-mGlass.png');
}
.btnText.rapport::before {
  background-image: url('../../../img/little-rapport.png');
}
.btnText.centre::before {
  background: url(../../../img/material_design/menu/ic_store_white_20dp.png) no-repeat 0 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20px;
}
.btnText.centre:hover {
  color: #74e0ff;
  cursor: pointer;
  text-decoration: none;
}
.btnText.centre:hover::before {
  background: url(../../../img/material_design/menu/ic_store_white_20dp.png) no-repeat 0 0;
}
.btnText.controleur::before {
  background: url(../../../img/material_design/menu/ic_accessibility_white_20dp.png) no-repeat 0 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20px;
}
.btnText.controleur:hover {
  color: #74e0ff;
  cursor: pointer;
  text-decoration: none;
}
.btnText.controleur:hover::before {
  background: url(../../../img/material_design/menu/ic_accessibility_white_20dp.png) no-repeat 0 0;
}
.fleches.triangle {
  content: "";
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  height: 13px;
  width: 7px;
}
.fleches.triangle.smallPrec {
  background: url(../../../img/arrow-nbg-13.png) no-repeat 0 0;
}
.fleches.triangle.smallPrec:hover {
  background: url(../../../img/arrow-nbg-14.png) no-repeat 0 0;
}
.fleches.triangle.smallSuiv {
  background: url(../../../img/arrow-nbg-10.png) no-repeat 0 0;
}
.fleches.triangle.smallSuiv:hover {
  background: url(../../../img/arrow-nbg-11.png) no-repeat 0 0;
}
.fleches.triangle.disabled {
  background: url(../../../img/arrow-nbg-3.png) no-repeat 0 0;
}
.deleteEntry {
  width: 100px;
  height: 30px;
  position: absolute;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  top: 15px;
  right: 15px;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  background: #db0101;
  /* Old browsers */
  background: -moz-linear-gradient(top, #db0101 0%, #bc0101 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db0101), color-stop(100%, #bc0101));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #db0101 0%, #bc0101 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #db0101 0%, #bc0101 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #db0101 0%, #bc0101 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #db0101 0%, #bc0101 100%);
  /* W3C */
}
.deleteEntry:hover {
  background: #ff0c0c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff0c0c 0%, #db0101 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0c0c), color-stop(100%, #db0101));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff0c0c 0%, #db0101 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff0c0c 0%, #db0101 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff0c0c 0%, #db0101 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff0c0c 0%, #db0101 100%);
  /* W3C */
}
#editUser .deleteEntry {
  top: 0;
  right: 0;
}
.dateRangePickerClear {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 25px;
  position: relative;
  text-decoration: none;
  margin-left: 1px;
  margin-bottom: 17px;
}
.dateRangePickerClear::before {
  background: #016d8d url(../../../img/material_design/ic_highlight_remove_white_18dp.png) no-repeat 50% 50%;
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 0;
}
.dateRangePickerClear:hover::before {
  background-color: #c12b41;
}
.btnClose,
.btnCloseEditEcart,
.btnCloseSynthese,
.btnTrashFile {
  /*  background: url(../img/material_design/attention.png) no-repeat -20px 0; */
  background-image: url('../../../img/material_design/close4.png');
  display: inline-flex;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: -98px 0;
  cursor: pointer;
  position: absolute !important;
  background-color: transparent;
  top: 8px;
  right: 60px;
  /* background: url(../img/arrow-nbg-11.png) no-repeat 0 0; */
}
.btnCloseEditEcart {
  right: 170px;
  top: 125px;
}
.btnCloseSynthese {
  top: 7px;
  left: 257px;
}
.btnTrashFile {
  background-image: url('../../../img/material_design/trash.png');
  width: 18px;
  height: 35px;
  background-position: -12px 12px;
  top: 153px;
  right: 465px;
  border: none;
}
.second {
  left: 236px;
  top: 64px;
}
.hidden {
  z-index: -1;
}
