/*  Accent sur les bleus */
/*$primary-color        : hsl(211, 39%, 23%);
$secondary-color      : hsl(211, 39%, 23%)43;

$darkgray             : hsl(209, 61%, 16%);
$darkestgray             : hsl(209, 61%, 16%);
$mediumgray           : hsl(209, 28%, 39%);
$lightgray            : #BCCCDC;
$extralightgray       : hsl(210, 36%, 96%);
*/
/* Neutre et gris */
/* Status de couleurs : */
body {
  position: relative;
  width: 100%;
  min-width: 20em;
}

html {
  -webkit-font-smoothing: antialiased;
}

body, table, div, td, tr, input, h1, h2, h3, h4, h5, form, p {
  margin: 0;
  padding: 0;
}

body, input, textarea {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 0.85em;
}

body.login {
  background: url("../img/bg.jpg") top center fixed;
  background-size: cover;
  min-height: auto;
}

#logologin {
  width: 100%;
  text-align: center;
  padding: 20px 0px 40px 0px;
}

#logologin img {
  width: 250px;
  height: auto;
}

#logo {
  padding: 4px 0 0 0;
  float: right;
}

#login-wrapper .box {
  border-radius: 20px;
  background-color: transparent;
  border: 0;
}
#login-wrapper .box input[type=text], #login-wrapper .box input[type=password], #login-wrapper .box input[type=email], #login-wrapper .box textarea {
  font-size: 1.2em;
}

#header {
  color: #fff;
  z-index: 9999999999;
  position: relative;
}

#header a {
  color: #fff;
  text-decoration: underline;
}

#header a:hover {
  color: #fff;
  text-decoration: none;
}

.header-top {
  background: hsl(209, 20%, 25%);
  padding: 6px 25px 2px 25px;
}

.header-middle {
  background-color: hsl(209, 20%, 25%);
  padding: 0 10px;
  height: 62px;
}

#header p {
  margin: 0 0 5px 0;
}

#header span {
  color: hsl(214, 15%, 91%);
}

#page-content {
  padding: 10px;
  color: hsl(209, 20%, 25%);
}

#page-header {
  border-bottom: 1px solid hsl(214, 15%, 91%);
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-left: 1%;
  margin-right: 1%;
}

/* Navigation */
#toggle {
  float: right;
  margin: 0;
  margin-top: 10px;
  overflow: hidden;
  color: white;
  font-size: 2em;
  cursor: pointer;
}

#nav {
  font-size: 16px;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 62px;
  float: left;
}
#nav ul {
  padding-left: 0;
}
#nav li {
  display: block;
  float: left;
  padding: 5px 15px;
  text-align: left;
  position: relative;
  height: 24px;
  font-size: 12px;
  text-transform: uppercase;
  border: 0;
}
#nav li:last-child {
  border-left: 0;
}

#nav li:hover, #nav li.current {
  border-top: 0;
  border-bottom: 0;
  color: hsl(224, 67%, 76%);
}

#nav li a {
  color: hsl(216, 33%, 97%);
  padding: 10px 0px;
  font-size: 12px;
  text-decoration: none;
}

#nav li a i {
  font-size: 1.6em;
}

#nav li.current a {
  color: hsl(224, 67%, 76%);
}

#nav li.current li a {
  color: white;
}

#nav li.current li:hover a {
  /* color: $lightgray; */
  color: hsl(224, 67%, 76%);
}

#nav li a:hover {
  text-decoration: none;
  color: hsl(224, 67%, 76%);
}

#nav li ul {
  display: none;
  position: absolute;
  padding: 0;
  top: 30px;
}

#nav li ul li {
  float: left;
  border: 0;
  float: none;
}

#nav li:hover ul {
  display: block;
  background-color: hsl(209, 20%, 25%);
  width: 250px;
  text-align: left;
}

/* responsive nav */
/** standard */
@media screen and (min-width: 60em) {
  #toggle {
    display: none;
  }
}
/** tablet */
@media screen and (max-width: 60em) {
  #nav ul {
    display: none;
    position: absolute;
    right: -4px;
    margin-top: 62px;
    z-index: 100000134;
    background: hsl(209, 20%, 25%);
  }
  #nav li {
    display: block;
    float: none;
    padding: 5px;
    text-align: right;
    position: relative;
    height: auto;
    font-size: 10px;
    border: 0;
  }
  #nav li a {
    color: white;
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
    margin: 4px;
  }
  #nav li ul {
    display: block;
    position: relative;
    padding: 0;
    top: 0px;
    margin-top: 0;
  }
  #nav ul.visible {
    display: block;
  }
  #toggle {
    display: block;
    margin-top: 10px;
  }
  #nav li ul li {
    padding: 5px 0px;
    float: none;
  }
  #nav li ul li a {
    font-size: 9px;
  }
  #nav li:hover ul {
    display: block;
    background-color: transparent;
    width: auto;
    text-align: right;
    padding-right: 0px;
  }
}
/** phone */
/* end responsive nav */
/* sub levels link hover */
#nav {
  display: inline-block;
}

html[xmlns] #nav {
  display: block;
}

* html #nav {
  height: 1%;
}

.boxtitle {
  border-bottom: 1px solid #dcdcdc;
  color: #aaaaaa;
  margin: 0;
  padding: 0p;
  margin-bottom: 15px;
  min-height: 33px;
}

.boxtitle h1 {
  font-size: 20px;
  font-weight: normal;
  padding-left: 0px;
  padding-top: 3px;
  display: inline-block;
  padding-bottom: 8px;
  line-height: 1em;
}

.boxcontent .actionbar {
  margin-top: 0px;
}

#tablecontent_inventory {
  overflow: scroll;
}

.commentHighlight {
  display: inline-block;
  padding: 5px;
  background-color: rgba(255, 247, 0, 0.52);
}

.table_moving_average .inner {
  background: #d8d8d8;
  border-radius: 3px;
  padding: 5px;
}

.table_moving_average > table td, .table_moving_average > table th {
  padding: 5px;
  border-right: 1px solid grey;
}

.table_moving_average table th {
  font-weight: bold;
}

td .progress {
  display: inline-block;
  background: #d8d8d8;
  padding: 5px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 0.8em;
  margin-left: 5px;
}

td .progress.positive {
  background: #97BF0D;
  color: white;
}

td .progress.negative {
  background: hsl(0, 79%, 32%);
  color: white;
}

.summary_options {
  padding: 10px;
  clear: both;
}

.summary_options input[type=checkbox] {
  margin-right: 15px;
}

.summary_options select {
  margin-right: 15px;
}

.testmode_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0em;
  background: hsl(0, 79%, 32%);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}/*# sourceMappingURL=layout.css.map */