.job {
  position: absolute;
  min-height: 89px;
  top: 0px;
  z-index: 102;
  border-radius: 0px;
  cursor: pointer;
  max-width: 100%;
}

.job[title="Supprimer intervention"] {
  width: 100% !important;
}

.project_duration_item {
  z-index: 100;
}

.job.dashed_border_item {
  z-index: 101;
}

.job_description {
  margin-top: 5px;
  margin-left: 2px;
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job.resizable::after {
  content: "";
  background-color: #646965;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  cursor: ew-resize;
}

.pe-7s-trash:before {
  content: "\e609";
}

.pe-7s-trash:before {
  font-size: 17px;
}

[class^="pe-7s-"],
[class*=" pe-7s-"] {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pe-7s-trash.delete_item {
  float: right;
  margin-right: 5px;
}

.job.dashed_border_item {
  border: 2px dashed #bf0000;
}
