.auth {
  background:url('../images/bg.jpg');
  background-size: cover;
}


.listButton {
  margin-bottom:20px;
}
.actionIcon {
  margin-right:10px;
}
.green {
  color:green;
}
.blue {
  color:blue;
}
.red {
  color:red;
}
tfoot th label {
  width:auto;
  min-width:200px;
}


.fixedCard {
  position:fixed;
  bottom:-15px;
  left:0;
  padding: 0 50px;
  line-height:50px;
  z-index:10000;
  background:#CCC;
  border:2px solid #CCC;
  border-radius: 0;
}
.fixedCard table {
  width:90%;
}
.fixedCard table tr th, .fixedCard table tr td  {
  width:12%;
  text-align: left;
}

.delProduct, .delChantier {
  margin-left: 5px;
}
.addProduct button {
  margin-left: 30px;
}
