.order-pils-header {
  height: 30px;
  background: var(--theme-8);
  border-bottom : 1px solid rgba(0,0,0,0.1);
  font-size: 14px;
  line-height: 28px;
position: relative
}
.order-pils-header  span.pils-item {
  float: left;
  padding: 0 12px;
  height: 100%;
  margin: 0 !important;
  cursor: pointer;
}
.order-pils-header  span.pils-item font, 
.order-pils-header  span.pils-item i{
  float: left;
  padding: 0 5px;
}
.order-pils-header  span.pils-item i {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 50%;
background: var(--theme-1);
font-size: 10px;
color: #fff;
margin: 4px;
font-style: normal
}
.order-pils-header  span.pils-item.activated i {
 background: #fff;
font-size: 10px;
color: var(--theme-1);
}
.order-pils-header  span.pils-item.activated {
  background: var(--theme-1);
  color: #fff;
}
.order-pils-header .addVente {
position: absolute;
right: 0;
 padding: 0 12px;
  height: 100%;
  margin: 0 !important;
  cursor: pointer;
background: var(--theme-1);
color: #fff
}
.VenteHead {
  padding: 0;
  background: rgba(41,119,155,0.6)
}
.VenteHead span {
  color: #fff
}
table.t-table.ventetable .tr-head th:nth-child(1) {
   width: 250px;
}
table.t-table.ventetable .tr-head th:nth-child(2) {
   width: 50px;
}
table.t-table.ventetable .tr-head th:nth-child(3) {
  width: 50px;
}
table.t-table.ventetable .tr-head th:nth-child(4) {
  width: 50px ;
}
table.t-table.ventetable .tr-head th:nth-child(5) {
  width: 30px;
  text-align: center;
}
table.t-table.ventetable .tr-body td:nth-child(5) {
  width: 30px;
  text-align: center;
  cursor: pointer;
  color: red;
}