
.task-item-feedback {
  position: relative;
  float: right;
}
.arabic .task-item-feedback {
  direction: rtl !important;
}

.task-item-feedback::after {
  content: "";
  display: block;
  clear: right;
}

.task-item-feedback__toggle {
  line-height: 1.1;
  font-size: 14px;
  color: #1caaec;
  cursor: pointer;
  border-bottom: 1px dashed #1caaec;
}

.task-item-feedback__data {
  position: absolute;
  top: 25px;
  right: 0;
  background: white;
  border-radius: 10px;
  padding: 10px;
  z-index: 2;
  box-shadow: 0 0 20px 5px #ccc;
}

.task-item-feedback__type {
  margin-bottom: 10px;
  padding: 2px 0;
  font-size: 100%;
}

.task-item-feedback__text {
  padding: 10px 15px 9px;
  min-height: 60px;
}

.task-item-feedback__submit {
  margin: 10px 0;
}

.task-item-feedback__prev {
  font-size: 12px;
}

.task-item-feedback__prev-item {
  margin: 5px 0;
  padding: 5px 10px 0;
  border: 1px solid rgb(28,170,236);
  border-radius: 10px;
}

.task-item-feedback__prev-item p {
  margin: 0;
  padding: 5px;
}

.task-item-feedback__prev-item p:nth-child(2) {
  font-weight: bold;
}

.task-item-feedback__just_added {
  border-color: lightgreen;
}

.task__user-log-table {
  width: 100%;
  margin-top: 10px;
  text-align: left;
}

.task__user-log-table thead {
  border-bottom: solid 2px #ccc;
}

.task__user-log-table th, .task__user-log-table td {
  padding: 5px;
}

.task__user-log-table tr td:first-child {
  cursor: pointer;
}

.task__user-log-table tr td:nth-child(2) {
  cursor: pointer;
}

.task__user-log-table-line-even {
  background-color: #eee;
}

.task__user-log-table .answer div {
  margin: 5px 0;
}

.task__user-log-table .answer div:hover {
  position: relative;
  cursor: default;
}

.task__user-log-table .answer span[data-title]:hover::after {
  content: attr(data-title);
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 20px;
  bottom: 110%;
  z-index: 20;
  white-space: nowrap;
  border-radius: 10px;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #e8e8e8));
  background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -ms-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
}

.task__user-log-table .right {
  color: #040;
}

.hidden_t,.hidden_s {
  display: none !important;
}

.task-item-feedback__table .comment {
  font-family: Times;
  font-style: italic;
}

.task-item-feedback__table textarea {
  padding: 0 5px;
  border: none;
  background: transparent;
}

.task-item-feedback__table textarea:focus,
.task-item-feedback__table textarea[data-modified] {
  background: #dfd;
}

.task-item-feedback__statuses {
  margin: auto;
  color: #ff6;
  /* width: 100%; */
  position: relative;
  top: -35px;
  z-index: 2;
  height: 0;
}

.task-item-feedback__statuses input {
  margin-left: 15px;
}

.task-item-feedback__statuses span {
  margin: 0 10px;
  cursor: pointer;
}

