/*
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%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.wrapperContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  height: 98vh;
}
.wrapperContent #fixedHeader {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.wrapperContent #fixedHeader #toolBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  *zoom: 1;
}
.wrapperContent #fixedHeader #toolBar:before,
.wrapperContent #fixedHeader #toolBar:after {
  content: "";
  display: table;
}
.wrapperContent #fixedHeader #toolBar:after {
  clear: both;
}
.wrapperContent #fixedHeader #toolBar .itemToolBar {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.wrapperContent #mainContent {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
@-moz-document url-prefix() {
  .flex-container {
    width: 100%;
    -moz-box-sizing: border-box;
  }
}
.dashBoard .columnBox {
  display: inline;
  float: left;
  width: 48.80952381%;
  margin: 0 0.5952381%;
}
.groupBouton .bouton {
  display: inline;
  float: left;
  width: 48.80952381%;
  margin: 0 0.5952381%;
}
.content {
  display: inline;
  float: left;
  width: 98.80952381%;
  margin: 0 0.5952381%;
}
.dashboardPanel {
  display: inline;
  float: left;
  width: 98.80952381%;
  margin: 0 0.5952381%;
}
.colContent {
  display: inline;
  float: left;
  width: 32.14285714%;
  margin: 0 0.5952381%;
}
.floatRight {
  float: right;
}
.listIcon li {
  display: inline-block;
}
.listIcon li:not(:last-child) {
  padding-right: 14px;
  border-right: 1px solid #b2b2b2;
}
.listIcon li:not(:first-child) {
  padding-left: 14px;
}
.col_M {
  display: inline;
  float: left;
  width: 98.80952381%;
  margin: 0 0.5952381%;
}
.col_L {
  display: inline;
  float: left;
  width: 90.47619048%;
  margin: 0 0.5952381%;
}
.col_K {
  display: inline;
  float: left;
  width: 82.14285714%;
  margin: 0 0.5952381%;
}
.col_J {
  display: inline;
  float: left;
  width: 73.80952381%;
  margin: 0 0.5952381%;
}
.col_I {
  display: inline;
  float: left;
  width: 65.47619048%;
  margin: 0 0.5952381%;
}
.col_H {
  display: inline;
  float: left;
  width: 57.14285714%;
  margin: 0 0.5952381%;
}
.col_G {
  display: inline;
  float: left;
  width: 48.80952381%;
  margin: 0 0.5952381%;
}
.col_F {
  display: inline;
  float: left;
  width: 40.47619048%;
  margin: 0 0.5952381%;
}
.col_E {
  display: inline;
  float: left;
  width: 32.14285714%;
  margin: 0 0.5952381%;
}
.col_D {
  display: inline;
  float: left;
  width: 23.80952381%;
  margin: 0 0.5952381%;
}
.col_C {
  display: inline;
  float: left;
  width: 23.80952381%;
  margin: 0 0.5952381%;
}
.col_B {
  display: inline;
  float: left;
  width: 15.47619048%;
  margin: 0 0.5952381%;
}
.col_A {
  display: inline;
  float: left;
  width: 7.14285714%;
  margin: 0 0.5952381%;
}
