
.gantt-rm-allocation {
  /*position: absolute;*/
  /*vertical-align: middle;*/
  /*position: relative;*/
  text-align: center;
  display: inline-block;
  top: 0;
  color: #484848;
  /*pointer-events: none;*/
}

input.gantt-rm-allocation-input {
  height: inherit;
  position: absolute;
  top: -1px;
  z-index: 1;
  border: 1px solid rgba(217, 72, 56, 1);
  line-height: inherit;
  text-align: center;
  font-size: 12px;
}

input.gantt-rm-allocation-input:focus {
  outline: none;
}

.gantt-assignee-bullet:before {
  margin-left: 0; /*5px;*/
  content: url('data:image/gif;base64,R0lGODlhEQAUAOcAAAAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKiouLi4yMjI2NjY6Ojo+Pj5CQkJGRkZKSkpOTk5SUlJWVlZaWlpeXl5iYmJmZmZqampubm5ycnJ2dnZ6enp+fn6CgoKGhoaKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq6ysrK2tra6urq+vr7CwsLGxsbKysrOzs7S0tLW1tba2tre3t7i4uLm5ubq6uru7u7y8vL29vb6+vr+/v8DAwMHBwcLCwsPDw8TExMXFxcbGxsfHx8jIyMnJycrKysvLy8zMzM3Nzc7Ozs/Pz9DQ0NHR0dLS0tPT09TU1NXV1dbW1tfX19jY2NnZ2dra2tvb29zc3N3d3d7e3t/f3+Dg4OHh4eLi4uPj4+Tk5OXl5ebm5ufn5+jo6Onp6erq6uvr6+zs7O3t7e7u7u/v7/Dw8PHx8fLy8vPz8/T09PX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/f7+/v///yH5BAEKAP8ALAAAAAARABQAAAhIAP8JHPivi0GCCAcaXHgwoUKGDR1CZOiw4MSICC9izDixosCLHh92CUlS4kiCGy0aZDIwCcWPEEUuhBkTpMabOHPq3MmzJ86AADs=')
}

.gantt-assignee-avatar-bullet .gravatar {
  vertical-align: initial;
}

.redmine .gantt-assignee-avatar-bullet .gravatar {
  border-radius: 5000px;
  width: 18px;
}

.gantt_row .gantt-assignee-bullet, .gantt_row .gantt-assignee-avatar-bullet  {
  padding: 0 6px;
}

.gantt-rm-milestone {
  position: absolute;
  margin-left: -1px;
  top: 0px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  transform: scale(0.45) rotate(45deg);
  background-color: #42321a;
  border-color: #42321a;
}

.gantt-superitem-after {
  opacity: 0.5;
  padding-left: 10px;
  font-size: 11px;
}

.gantt-assignee-tooltip-allocations-cont {
  margin-bottom: 20px;
  flex-basis: 100%;
  font-size: .9em;
  height: 100%;
}

.gantt-assignee-tooltip-header-events {
  margin-bottom: 0;
  border-bottom: 0;
}

.gantt-assignee-tooltip-day {
  font-size: .9em;
  padding: 6px 6px 0 6px;
  font-weight: bold;
}

.gantt-assignee-tooltip-day-cont {
  flex-basis: 20%;
  box-sizing: border-box;
  min-width: 20%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  flex-grow: 1;
}

/*.gantt-assignee-tooltip-day-cont + .gantt-assignee-tooltip-day-cont {*/
  /*border-left: 1px solid rgba(0, 0, 0, 0.2);*/
/*}*/

.gantt-assignee-tooltip-day-cont ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .9em;
  margin-bottom: 12px;
}

.gantt-assignee-tooltip-day-cont li {
  margin-top: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 6px;
}

.gantt-assignee-tooltip-day-cont li:first-child {
  margin-top: 6px;
}

.gantt-assignee-tooltip-event-name {
  max-height: 4.2em;
  line-heigh: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gantt-assignee-tooltip-event-type {
  padding-top: 6px;
}

.modal a.disabled {
  opacity: 0.25;
}

.modal a.disabled:hover {
  color: inherit;
  text-decoration: none;
}

.tabular label {
  padding: 3px 0;
}

#easy_gantt.resource_management .gantt_link_point {
  display: none !important;
}

@media print {
  .inmplayer-general {
    display: none !important;
  }
}

.gantt_reservation-type {
  background-color: rgba(255, 125, 0, 0.5);
  border-color: rgba(255, 125, 0, 1);
}

.gantt-legend-box-reservation {
  background-color: rgba(255, 125, 0, 0.5);
}

.gantt-assignee-tooltip-allocations-sum {
  font-weight: bold;
}

