.z-panel{
  width: 100%;
  height: 100px;
  position: relative;
}
.z-panel .act-sol{
  width: 250px;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.1);
  font-size: 20px;
  position: absolute;
  background: rgba(41,119,155,0.2);
  right: 10px;
  border-radius: 3px;
  padding: 10px 25px;
  top: 0;
  right: 0;
}
.z-panel .act-sol .act-sol-txt{
  display: inline-block;
  width: 100%;
  height:30px; 
  text-align: center;
  text-transform: uppercase;
  font-family: 'Noto Sans';
  font-size: 17px;
  
}
.z-panel .act-sol .solde{
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  border: 1px solid red;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  background-color: red;
  color: white;
  font-family: 'Noto Sans';
  
}
.z-panel-title{
  width: 100%;
  height: 50px;
  position: relative;
  text-align: center;
}
.z-panel-title .z-title{
  display: inline-block;
  font-family: 'Noto Sans';
  font-size: 20px;
  bottom: 30px;
}
.divTable{
  width: 100%; 
  height: 40px;
  line-height: 38px;
  padding: 0 12px;
  position: relative;
}
.divTable .title-mouv{
  position: relative;
  font-size: 25px;
  font-family: 'Noto Sans';
  font-size: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1)
}
.divTable .title-mouv:after{
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  left: 0px;
  background-color: red;
  bottom: -1.5px;
  border-radius: 3px;
}
.divTable .divbetwen {
  position: absolute;
  right: 12px;
  top: -20px;
  height: 40px;
  /*! width: 480px; */
}
.divTable .divbetwen .spbetwen {
  display: inline-block;
  height: 100%;
 position : relative;
}
.divTable .divbetwen .spbetwen:before {
  
  position: absolute;
  top: -30px;
  font-size: 12px;
  font-family: 'Noto Sans';
}
.divTable .divbetwen .spbetwen:nth-child(1):before{
  content: 'Date de début';
}
.divTable .divbetwen .spbetwen:nth-child(2):before{
  content: 'Date de fin';
}
.divTable .divbetwen .spbetwen input {
  display: inline-block;
  width: 100%;
  height: 90%;
  border : 1px solid rgba(0,0,0,0.1);
  padding: 0 8px;
  font-size: 12px;
  font-family: 'Noto Sans';
  border-radius: 3px;
}
.divTable .divbetwen .spbtn {
   display: inline-block;
  width: 120px;
  height: 40px;
  vertical-align: top;
}
.divTable .divbetwen .spbtn button{
  width: 100%;
  height: 90%;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(41,119,155,0.2);
  font-family: 'Noto Sans';
  border-radius: 3px;
}
.divTable .divbetwen .spbtn button:hover {
  background: rgb(41,119,155);
  color: #fff;
  cursor: pointer;
  
}
.divCustomers {
  padding: 0 12px;
  height: calc(100% - 220px);
  margin-top: 12px;
  overflow-y: auto
}
#customers {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
  font-family: 'Noto Sans';
  font-size: 14px;
}
#customers .tr-head {
  height: 30px;
  background: linear-gradient(to top, rgba(76,175,80,0.5), white)
}
#customers .tr-head th, #customers .tr-body td {
  padding: 0 8px;
  border-right: 1px solid rgba(0,0,0,0.1)
}
#customers .tr-head th:nth-child(1){
  width: 50px;
}
#customers .tr-head th:nth-child(2){
  width: 150px;
}
#customers .tr-head th:nth-child(4){
  width: 150px;
}
#customers .tr-head th:nth-child(6){
  width: 130px;
}
#customers .tr-body {
  height: 30px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  cursor: pointer;
}
#customers .tr-body:hover{
  background: linear-gradient(to top, rgba(76,175,80,0.2), white)
}
