/*
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;
}
* {
  outline: none;
}
html {
  font-size: 100%;
}
body {
  background-color: #292929;
  color: #ddd;
  font-family: "ubuntu", "arial", sans-serif;
  font-size: 1em;
  font-weight: 100;
  overflow-x: hidden;
}
#navBar {
  -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);
  height: 40px;
  margin-bottom: 10px;
  background-color: #01aadb;
  color: #fff;
  margin-bottom: 20px;
}
#navBar.limitedGutter {
  margin-bottom: 10px;
}
#navBar .leftPart {
  float: left;
}
#navBar .rightPart {
  float: right;
}
#navBar li {
  float: left;
  line-height: 40px;
}
#navBar .dispUsername {
  margin-right: 20px;
  position: relative;
  padding-left: 31px;
}
#navBar .dispUsername::before {
  background: url(../../../img/material_design/ic_perm_identity_white_24dp.png) no-repeat 50% 50%;
  content: "";
  height: 40px;
  width: 26px;
  position: absolute;
  left: 0;
  top: 0;
}
#whoSwitch {
  border-right: 1px solid #f6f4f0;
  margin: 5px 15px;
  padding-right: 20px;
  line-height: 30px;
  cursor: pointer;
}
#who {
  height: 70vh;
  position: absolute;
  width: 200px;
  right: -200px;
  z-index: 1000;
  top: 20vh;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  opacity: 0;
}
#who li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #2c2c2c;
  color: #f6f4f0;
  display: block;
  width: 100%;
  text-align: center;
}
/* Placement standard sur page */
.searchBar {
  float: right;
}
/* Comportement standard de la zone des tags */
.tagZone {
  height: 40px;
  margin-bottom: 10px;
}
.tagZone ul {
  display: block;
  margin-right: 18px;
  margin-bottom: 5px;
}
.tagZone ul li:not(:last-child) {
  margin-right: 25px;
}
/* Définition d'un tag */
.tag {
  -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-color: #dbdbdb;
  border-radius: 2px 0 0 2px;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  max-width: 134px;
  min-width: 35px;
  padding-left: 15px;
  position: relative;
  vertical-align: middle;
}
.tag::before {
  background: #45bee1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #45bee1 0%, #9ddcf9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45bee1), color-stop(100%, #9ddcf9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #45bee1 0%, #9ddcf9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #45bee1 0%, #9ddcf9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #45bee1 0%, #9ddcf9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #45bee1 0%, #9ddcf9 100%);
  /* W3C */
  -moz-box-shadow: inset -2px 0px 0px 0px #33aeb0;
  -webkit-box-shadow: inset -2px 0px 0px 0px #33aeb0;
  -o-box-shadow: inset -2px 0px 0px 0px #33aeb0;
  box-shadow: inset -2px 0px 0px 0px #33aeb0;
  border-radius: 2px 0 0 2px;
  content: "";
  height: 21px;
  position: absolute;
  right: 90%;
  width: 7px;
}
.tag::after {
  background: url(../../../img/tag.png) no-repeat 0 0;
  content: "";
  left: 100%;
  height: 21px;
  position: absolute;
  width: 19px;
}
.tag:hover {
  background: #9ddcf9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9ddcf9 0%, #45bee1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9ddcf9), color-stop(100%, #45bee1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9ddcf9 0%, #45bee1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9ddcf9 0%, #45bee1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9ddcf9 0%, #45bee1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #9ddcf9 0%, #45bee1 100%);
  /* W3C */
  color: #fff;
  cursor: pointer;
}
.tag:hover::after {
  content: "";
  background: url(../../../img/tag.png) no-repeat -19px 0;
  height: 21px;
  left: 100%;
  position: absolute;
  width: 19px;
}
.dashboardBox {
  -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;
  width: 100%;
}
.dashboardBox.colorPrimary {
  background-color: #01aadb;
  color: #fff;
}
.dashboardBox.colorPrimary h2 {
  background-color: #0182a8;
}
.dashboardBox.colorSecondary {
  background-color: #353535;
  color: #fff;
}
.dashboardBox.colorSecondary h2 {
  background-color: #3e3e3e;
}
.dashboardBox.bandeau {
  height: 40px;
  margin-bottom: 10px;
}
.dashboardBox.bandeau h2 {
  background-color: initial;
}
.dashboardBox.small {
  height: 90px;
  margin-bottom: 10px;
}
.dashboardBox.small h2 {
  background-color: initial;
}
.dashboardBox.smallTitle {
  height: 180px;
  margin-bottom: 10px;
}
.dashboardBox.smallTitle h3 {
  color: white;
  text-align: center;
}
.dashboardBox.medium {
  height: 240px;
  margin-bottom: 10px;
  overflow: hidden;
}
.dashboardBox.mediumPlus {
  height: 340px;
  margin-bottom: 10px;
}
.dashboardBox.big {
  height: 390px;
  margin-bottom: 10px;
}
.dashboardBox h2 {
  height: 40px;
  margin-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  display: block;
  margin-left: 0;
  padding-left: 10px;
}
.dashboardBox .boxContent {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  display: inline;
  float: left;
  width: 98.80952381%;
  margin: 0 0.5952381%;
  display: block;
  margin-top: 5px;
  padding: 0 10px;
  position: relative;
  height: calc(100% - 55px);
  overflow: hidden;
}
.dashboardBox .boxContent .overflowed {
  overflow-y: auto;
}
.dashboardBox .boxContent.overflowVisible {
  overflow: visible;
}
.dashboardBox#avancement {
  height: auto;
}
.dashboardBox#avancement h2 {
  margin-bottom: 0;
}
.dashboardBox#avancement .boxContent {
  margin-top: 0;
}
.dashboardBox#avancement #avancementCarousel h3 {
  color: white;
  margin-top: 5px;
  text-align: center;
}
.dashboardBox #radarCarousel h3 {
  color: white;
  text-align: center;
}
.dashboardBox.preserve3D {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.wrapperPerspective {
  -webkit-perspective: 3000px;
  -moz-perspective: 3000px;
  -ms-perspective: 3000px;
}
.wrapperContent {
  *zoom: 1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 0.4s ease-in-out 0s;
  -moz-transition: transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
}
.wrapperContent:before,
.wrapperContent:after {
  content: "";
  display: table;
}
.wrapperContent:after {
  clear: both;
}
.logoLittle {
  height: 35px;
  position: relative;
  top: -3px;
  width: 40px;
}
.logoMedium {
  height: 63px;
  width: 70px;
}
.logoBig {
  height: 90px;
  width: 100px;
}
#tooltip {
  position: absolute;
  display: none;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 150px;
  max-width: 250px;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  color: #0182a8;
  z-index: 15000;
}
@media (max-width: 1024px) {
  .dashboardBox .boxContent {
    height: calc(100% - 60px);
  }
}
