.ibox {
    margin-bottom: 20px;
  }
  .ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
  }



.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 5px 2px 2px 5px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid;
    border-width: 1px;
  }

  thead > tr  {
    background-color: #F5F5F6;
    border-bottom-width: 1px;
  }
  .table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
  }

  .car-reservation {
    position: absolute;
    top: -5px;
    left: 0;
    margin-bottom: 5px;
    padding: 5px 5px 0;
    z-index: 10;
  }


  .car-reservation-inner {
    height: 30px;
    width: 50%;
    border-radius: 2px;
    padding: 0 5px;
    color: #fff;
  }

 .car-reservation-outer:last-child {
    padding-bottom: 5px;
    height: 30px;
  }
  .car-reservation-outer {
    height: 25px;
    width: 100%;
    position: relative;
  }


  .bg-confirmed {
    background-color: #5ac5b6;
    border-color: #5ac5b6;
    color: #fff;
  }

  .booking-add:hover {
   /* background: url(../img/icon-add.png) center center no-repeat; */

  }

  .jour_cal {
    text-align: center;
    width: 80px;
	
  }    
  .case_tri {
    text-align: center;
    width: 60px;

  }  
 .case-empl {
    text-align: center;
    font-weight: bold;
    color:#fff;
    height: 20px;
    position: relative;
    margin-left: -40px; 
    margin-right: 50px;
    background-color: #ffcc33;
	border-radius: 25px;
    }

 .case-debut {
  width: 50%;
  font-weight: bold;
  color:#fff;
  height: 20px;
  border-radius: 3px 0px 0px 3px;
  position: relative;
  margin-left: 65%;
  background-color: #5ac5b6; 
  }
  
  .texte-debut {
    position:absolute;
    top:0px;
    left:3px; 
    width:200px; 
    z-index: 2;
  }

  .case-milieu {
    text-align: center;
    font-weight: bold;
    color:#fff;
    height: 20px;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #5ac5b6;
    }

    .case-fin {
      position: relative;
      text-align: center;
      font-weight: bold;
      color:#fff;
      height: 20px;
      border-radius: 0px 3px 3px 0px;
      width: 40%;
      margin-left: -10px;
      background-color: #5ac5b6;     
      }

      .etat-paye {
        background-color: #b0c55a; 
      }
      .etat-attente {
        background-color: #fa8379;
      }
      .debfin {
        margin-top: -20px;
      }
      .weekend{
        background: linear-gradient(-45deg, #f2f2f2 12.5%, #fff 12.5%, #fff 37.5%, #f2f2f2 37.5%, #f2f2f2 62.5%, #fff 62.5%, #fff 87.5%, #f2f2f2 87.5%);
        background-size: 100px 100px;
        background-position: 50px 50px;
		width: 80px;
      }
      .selected-item {
        background-color: #fa79c8;
      }

  .ligne{
height: 20px; overflow:hidden;
	
	  
  }
  .infobulle {
  position: relative; 
cursor: help;
}



.infobulle:hover::after,
.infobulle:focus::after {
  content: attr(aria-label);  
  position: absolute;

  left: 30%;
    font-weight: bold;
	 background-color: #fa8379;
  transform: translateX(50%); 
  z-index: 1;
  white-space: nowrap;  
}

.button-13 {
  background-color: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-family: "Amazon Ember",sans-serif;
  font-size: 13px;
  line-height: 29px;
  padding: 0 10px 0 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;

}

.button-13:hover {
  background-color: #f7fafa;
}

.button-13:focus {
  border-color: #008296;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  outline: 0;
}
