/*
.timeline-me-showmore span {
  background: url(../../../../../admin-v4/images/chevron_down_482882.png);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

.timeline-me-showless span {
  background: url(../../../../../admin-v4/images/chevron_down_482882.png);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  transform: rotate(180deg);
}
*/
.timeline-me-content .timeline-me-showmore span,
.timeline-me-content .timeline-me-showless span {
  right: 0px; }

.history-timeline-container {
  max-height: 500px;
  overflow-y: auto; }

.htimeline-container {
  padding-bottom: 20px;
  width: 100%; }

.htimeline {
  list-style-type: none;
  display: flex;
  justify-content: left;
  width: 100%;
  font-family: "Titillium Web", sans serif;
  /*
  color: #758D96;
*/ }

.htimeline .popover {
  width: 500px;
  max-height: 300px;
  overflow-y: auto; }

.htimeline .popover table td {
  padding: 5px; }

.htimeline .appointments-link {
  cursor: pointer; }

.task-chart-wrapper ul.htimeline li:after {
  border-right: #E0E0E0 dotted 1px;
  position: relative;
  content: "";
  margin-top: -86px;
  left: -3px;
  display: block;
  width: 1px; }

.task-chart-wrapper ul.htimeline li:nth-child(2):after {
  left: -4px; }

.timeline-me-right .timeline-me-shortcontent, .timeline-me-right .timeline-me-fullcontent {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.timeline-me-left .timeline-me-shortcontent, .timeline-me-left .timeline-me-fullcontent {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.timeline-me-picto .fa-circle {
  font-size: inherit !important; }

.htimeline li {
  transition: all 200ms ease-in;
  height: 75px; }

.htimeline .timestamp {
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
  white-space: nowrap;
  background: #fff; }

.htimeline .status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
  padding-top: 15px;
  text-align: center; }

.htimeline .status h4 {
  font-weight: 600;
  font-size: 90%; }

.htimeline .status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in; }

.htimeline li.complete .status {
  border-top: 2px solid #482882; }

.htimeline li.complete .status:before {
  background-color: #482882;
  border: none;
  transition: all 200ms ease-in; }

.htimeline li.complete .status h4 {
  color: #482882; }

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline {
    list-style-type: none;
    display: block; }
  .htimeline li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit; }
  .htimeline .timestamp {
    width: 100px; }
  .htimeline .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in; } }

.task-chart-wrapper {
  position: relative;
  overflow: auto; }

.task-chart-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.12);
  z-index: 1000;
  padding-top: 10%;
  text-align: center;
  display: none; }

.task-chart {
  transform: scale(0.7);
  font-size: 120%;
  margin-top: 125px;
  padding-right: 50px;
  left: 0;
  top: 25px;
  position: absolute;
  margin-left: 0; }

.task-chart-explain .fa-info {
  padding: 10px;
  float: left; }

.task-chart-explain span {
  float: left; }

/** ELEMENTS **/
.task-chart .action-task {
  border: 0.1em dotted #d4e06b;
  width: 15em;
  /*height:4em;*/
  line-height: 2em;
  height: 7.5em; }

.task-chart input {
  font-size: 120%;
  width: inherit; }

.task-chart table.planning_table tr td {
  vertical-align: top; }

.task-chart table.planning_table tr td:first-child, .task-chart table.planning_table tr td:nth-child(3) {
  padding-top: 2.5px; }

/** HOVER EFFECTS **/
.task-chart .action-task:hover, .task-chart .action-task.jtk-source-hover, .task-chart .action-task.jtk-target-hover {
  border: 1px solid #482882;
  color: #482882; }

.task-chart .action-task.with-errors:hover {
  border: solid 3px #a94442; }

.action-task {
  background-color: white;
  border: 1px solid #346789;
  text-align: center;
  z-index: 24;
  cursor: pointer;
  box-shadow: 2px 2px 19px #aaa;
  -o-box-shadow: 2px 2px 19px #aaa;
  -webkit-box-shadow: 2px 2px 19px #aaa;
  -moz-box-shadow: 2px 2px 19px #aaa;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  position: absolute;
  color: black;
  padding: 0.5em;
  width: 80px;
  /*height:80px;*/
  line-height: 80px;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in;
  -moz-transition: -moz-box-shadow 0.15s ease-in;
  -o-transition: -o-box-shadow 0.15s ease-in;
  transition: box-shadow 0.15s ease-in; }

.action-task:hover {
  border: 1px solid #123456;
  box-shadow: 2px 2px 19px #444;
  -o-box-shadow: 2px 2px 19px #444;
  -webkit-box-shadow: 2px 2px 19px #444;
  -moz-box-shadow: 2px 2px 19px #fff;
  opacity: 0.9; }

.action-task-title a {
  float: right;
  cursor: pointer; }

.close-chart-explain {
  position: absolute;
  top: 5px;
  right: 5px; }

path, .jtk-endpoint {
  cursor: pointer; }

.action-task-root {
  font-weight: bold;
  color: #482882; }

.action-task-no-admin {
  padding-top: 2em; }

.action-task-admin {
  position: relative;
  top: -5px; }

.action-task.with-errors {
  border: solid 3px #a94442; }
