.ne-list .task .estimate-clock {
  left: 1050px;
  position: absolute;
  top: 20px;
  width: 178px;
}

.task-progress-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2px;
  position: absolute;
  bottom: 68px;
  width: 100%;
}

.task-progress-stats .report-item {
  background: #4a4646;
  padding: 8px 8px;
  text-align: center;
  position: relative;
}

.task-actions .ne-checkbox-switch {
  background: none;
  border: 0;
  color: transparent;
  margin: 0;
  min-width: unset;
  width: -webkit-fill-available;
  height: 30px;
}

.ne-list .action-menu {
  top: 95px;
  left: 0;
}

.button-sm {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 90px;
}

.ne-list .button-sm,
.ne-rows .button-sm {
  background-image: url("../../images/ui/ic_add.jpg");
  color: transparent;
  position: absolute;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  background-color: unset !important;
  opacity: 0.4;
}

.ne-list .button.settings {
  background-image: url("../../images/ui/ne-drk-ac-settings.png");
}

.ne-list .button.project-add {
  background-image: url("../../images/ui/ne-drk-ac-add.png");
}

.ne-list .button-sm.load-group {
  display: inline-block;
  position: absolute;
  background-position: center;
  background-image: url("../../images/ui-optimized/ic-request-dark.png");
  right: 470px;
  width: 45px;
  top: 13px;
  height: 45px;
}

.ne-list .button-sm.load-group:hover {
  opacity: 1;
}

.ne-list_wrapper {
  overflow: hidden scroll;
  height: 595px;
  -webkit-overflow-scrolling: touch;
}

.ne-list_filter {
  display: none;
}

.ne-list li {
  margin: 0 0 1px;
  padding: 0;
  width: 100%;
  height: 72px;
  position: relative;
  /* display: none; */
  background-size: 423px;
  background-position-y: 110px;
  cursor: pointer;
  color: #444;
  background: #383636;
}

@media (min-width: 768px) {
  body.ne-hardware-skin .ne-list > li {
    box-sizing: border-box;
    border: 1px solid rgb(255 255 255 / 4%);
    border-radius: 0;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.025) 32%, transparent 58%);
    box-shadow: inset 2px 7px 15px rgba(0, 0, 0, 0.22), inset 0 -10px 18px rgb(0 0 0 / 10%), 0 1px 1px rgba(0, 0, 0, 0.48);
  }

  body.ne-hardware-skin .ne-list > li:hover {
    border-color: rgba(255, 255, 255, 0.09);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.105) 0%, rgba(255, 255, 255, 0.035) 35%, transparent 62%);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 -10px 18px rgba(0, 0, 0, 0.08), 0 2px 3px rgba(0, 0, 0, 0.42);
  }

  body.ne-hardware-skin .ne-list > li:active,
  body.ne-hardware-skin .ne-list > li.selected {
    transform: translateY(1px);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 52%);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.26);
  }
}

.ne-list .status {
  display: block;
  width: 15px;
  height: 45px;
  left: 0;
  top: 0;
  position: absolute;
}

.ne-list .date-tab.active {
  font-size: 10px;
  text-transform: uppercase;
  padding: 24px 0 10px 15px;
  font-weight: 100;
  background-size: 423px;
  border-top: 1px solid rgb(201 201 201 / 19%);
  border-bottom: 1px solid #00000047;
  cursor: default;
  color: #444;
  background: #262626;
  border: 1px solid #0000000d;
}

.ne-list .date-tab.active span {
  font-size: 10px;
  font-weight: 900;
  color: #555;
}

/* Badges */

.badges {
  width: 100%;
  height: auto;
  padding: 0;
}

.badges li {
  padding: 0;
  list-style-type: none;
  background: #f9f9f9;
  width: 105px;
  height: 90px;
  position: relative;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  z-index: 9;
  margin: 10px 13px 10px 0;
  box-shadow: 0 2px 11px 0 rgb(0 0 0 / 60%);
  overflow: hidden;
}

.badges span {
  position: absolute;
}

.large .badges .value {
  font-size: 28px;
  bottom: 11px;
  width: 155px;
  text-align: right;
  left: 17px;
  color: rgb(0 0 0);
  right: unset;
}

.small .badges .value,
.badges .value {
  font-size: 36px;
  bottom: 7px;
  width: 120px;
  text-align: right;
  right: 7px;
  color: rgb(0 0 0);
  font-weight: 400;
}

.large .badges .rate {
  bottom: 5px;
  bottom: 16px;
  right: 10px;
  font-weight: 600;
  font-size: 16px;
  width: 50px;
  text-align: right;
}

.small .badges .rate {
  bottom: 5px;
  bottom: 9px;
  left: 9px;
  font-weight: 800;
  font-size: 9px;
  width: 50px;
}

.view-filter .button {
  display: none;
}

.task_attachment .button-sm.delete {
  float: none;
  position: absolute;
  z-index: 99;
  top: 12px;
  right: -150px;
  background-color: #383636;
}

.task_attachment:hover .button-sm.delete {
  top: 9px;
  right: 12px;
  display: block;
  position: absolute;
  z-index: 99;
}

.task_attachment .button-sm.delete:hover {
  display: block;
  right: 12px;
  background-color: red;
}

.task_attachment h4 {
  font-size: 16px;
  overflow: hidden;
  position: absolute;
  margin: 0;
  width: 100%;
  color: rgb(168 168 168);
  padding: 10px 20px 0;
  z-index: 3;
  font-weight: 300;
  border: none;
  letter-spacing: 0.03em;
}

#reports .report-status,
.changelog .status {
  font-size: 8px;
  text-transform: uppercase;
  position: absolute;
  color: #000000b3;
  text-align: center;
  left: 20px;
  font-weight: 700;
  top: 13px;
  border-radius: 1px;
  width: 50px;
  padding: 3px 0 2px;
  letter-spacing: 0.03em;
  z-index: 2;
  box-shadow: 0 0 5px #ffffff24;
}

#ne-tasks .task-name {
  color: #000;
  width: 100%;
  padding: 0;
}

#ne-tasks .task-name h2 {
  margin: 10px 0 0 18px;
  font-size: 15px;
  font-weight: 300;
  padding-right: 40px;
  line-height: 20px;
}

#ne-tasks .task-details.complete .priority {
  display: none;
}

.priority {
  background: none;
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.priority.now {
  background: #e91a1a !important;
  color: #fff !important;
}

.priority.asap {
  background: #f4cd45 !important;
  color: #fff !important;
}

.priority.regular {
  background-color: #308c59 !important;
  color: transparent;
}

#task .button {
  margin: 10px 0 10px 10px;
  width: 96px;
  display: inline-block;
}

/* COMPACT LIST */

.ne-list.compact li {
  margin: 0 0 1px;
  padding: 0;
  width: 100%;
  height: 48px;
  position: relative;
  background-size: 423px;
  background-position-y: 110px;
  cursor: pointer;
  color: #444;
  background: #383636;
  background: #383636b0;
}

.ne-list.compact .title {
  font-size: 18px;
  top: 11px;
  /* left: 225px; */
  font-weight: 300;
  color: #dccec2db;
}

#list_item_editor .status:hover .copy_clip {
  z-index: 99;
  display: inline-block;
  position: absolute;
}

#list_item_editor .status .copy_clip {
  top: 16px;
  right: 5px;
  position: absolute;
  left: unset;
  width: 40px;
  background: #00000038;
}

.check.button {
  background-color: #1b1b1b;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  color: transparent;
  margin-left: auto;
  position: absolute;
  right: 16px;
  z-index: 99;
  bottom: unset;
  top: 10px;
}

.button.check.active,
.button.check.active:hover {
  background-color: #f4a83c;
  background-image: url("../../images/ui/ui-filter-full.png");
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center;
}

.button.check:hover,
.button.check:active {
  color: transparent;
  background-color: #333;
}

.button.check:focus {
  color: transparent;
}

/* Requests */

.ne-list {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  cursor: pointer;
  top: 0;
}

.ne-list li.active.unwrap {
  height: auto;
}

.ne-list .task .description {
  color: #aaa;
  position: absolute;
  left: 170px;
  font-size: 10px;
  opacity: 0;
  bottom: -10px;
  font-weight: 300;
  top: unset;
}

.ne-list .task:hover .title {
  color: #fff;
}

.ne-list .title {
  margin: 0;
  position: absolute;
  top: 20px;
  left: 150px;
  width: 277px;
  height: 55px;
  overflow: hidden;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.02em;
  font-weight: 300;
  background: no-repeat;
  padding: 0;
}

.ne-list .description {
  margin: 0;
  position: absolute;
  top: 115px;
  left: 320px;
  width: 90%;
  height: 90px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.task span.error {
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-image: url("../../images/ui/ic-time.png");
  background-position: center;
  background-size: 100%;
  font-size: 8px;
  color: transparent !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 0 0 9px;
  z-index: 3;
  border: 0 solid #701510 !important;
  background-repeat: no-repeat;
}

/* ui-log-15.png */
.task span.error.assignee {
  width: 45px;
  height: 45px;
  right: 0;
  background-image: url("../../images/ui/ui-user.png");
  top: 0;
  padding: 0;
  border-radius: 100%;
  background-size: 21px;
  background-position: center;
}

.ne-list li .errors {
  display: flex;
  position: absolute;
  right: 64px;
  top: 44px;
  grid-gap: 16px;
}

.ne-list li .errors .error {
  display: grid;
  position: unset;
  grid-template-columns: auto;
}

.ne-list li .errors .error.account_id {
  background-image: url("../../images/ui/ic-err-account.png");
}

.ne-list li .errors .error.task_estimate {
  background-image: url(../../images/ui-optimized/ic-error-estimate-task_1.png);
}

.ne-list li .errors .error.task_asignee {
  background-image: url("../../images/ui/ic-err-assignee.png");
}

.ne-list li .errors .error.task_category {
  background-image: url("../../images/ui/ic-err-category.png");
}

.ne-list li .errors .error.task_product {
  background-image: url("../../images/ui/ic-err-type.png");
}

.ne-list li .errors .error.task_manager {
  background-image: url("../../images/ui/ic-err-account.png");
}

.ne-list li .errors .error.task_duedate {
  background-image: url("../../images/ui/ic-err-duedate.png");
}

#reports .report-status,
.changelog .status {
  font-size: 8px;
  text-transform: uppercase;
  position: absolute;
  color: #000000b3;
  text-align: center;
  left: 20px;
  font-weight: 700;
  top: 13px;
  border-radius: 1px;
  width: 63px;
  padding: 3px 0 2px;
  letter-spacing: 0.03em;
  z-index: 2;
  box-shadow: 0 0 5px #ffffff24;
}

.priority {
  background: none;
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* 320 */




/* 375 */




/* 768 */




/* 1024 */



/* Moved from 320px media query during safe base pass */


  .ne-list li.medium {
    height: 65px;
  }

.tasks {
    position: absolute;
    width: 100%;
    top: 210px;
    background: #262626;
  }

.ne-list li.large {
    height: 220px;
  }

.task-details.priority {
    left: 20px;
    top: 91px;
    width: 344px;
    height: 2px;
    z-index: 0;
    border-radius: 0;
  }

.task-details.task_work_details {
    top: 111px;
    right: 0px;
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 392px;
    padding: 8px 10px;
    background: #ffffff21;
    color: #00000082;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    padding-left: 18px;
  }

.task .task_id {
    text-align: right;
    font-weight: 400;
    color: #5d5b5b;
    height: auto;
    top: 51px;
    width: auto;
    right: 16px;
    font-size: 9px;
  }

.task .task_status {
    height: 72px;
    top: 0;
    width: 5px;
    left: 63px;
    padding: 0;
    border-radius: 0;
    z-index: 1;
    opacity: 0.6;
  }

.task-desc {
    display: inline-block;
    width: 225px;
    height: 70px;
    margin: 0;
    padding: 0 0 0 15px;
    overflow: hidden;
    line-height: 70px;
    font-size: 18px;
    position: absolute;
    left: 70px;
    text-align: left;
    top: 0;
  }

.task .title {
    font-weight: 300;
    letter-spacing: 0.05em;
    padding: 0;
    display: block;
    position: absolute;
    left: 85px;
    font-size: 16px;
    color: #b1b1b1;
    max-width: 60%;
    height: 31px;
    overflow: hidden;
    top: 8px;
  }

.task-logs {
    list-style-type: none;
  }

.task-main {
    height: 75px;
    vertical-align: top;
  }

.task span.openrequest {
    top: 38px;
    left: 133px;
    width: auto;
    text-align: left;
    font-size: 14px;
    color: #dddddd54;
    letter-spacing: 0.06em;
    padding: 4px 11px;
    border-radius: 10px;
  }

.task span.openrequest:hover {
    color: #fff;
  }

.task span.account {
    top: 15px;
    left: 7px;
    width: 45px;
    height: 45px;
    z-index: 20;
    opacity: 1;
    box-shadow: 1px 4px 5px #00000045;
    border-radius: 100%;
  }

.task:hover span.account {
    top: 15px;
    left: 55px;
    width: 45px;
    height: 45px;
    z-index: 20;
    opacity: 0;
  }

.task .task_assignee {
    position: relative;
    top: 15px;
    height: 45px;
    left: 8px;
    width: 45px;
    overflow: hidden;
    z-index: 20;
    opacity: 0;
  }

.task:hover .task_assignee {
    opacity: 1;
  }

.task:hover .task-category {
    position: absolute;
    /* width: 80px; */
    overflow: hidden;
    z-index: 40;
    /* height: 70px; */
    top: 37px;
    left: 20px;
    bottom: 0;
    opacity: 1;
  }

.task .task-category {
    position: absolute;
    width: 80px;
    overflow: hidden;
    z-index: 40;
    height: auto;
    top: 50px;
    left: 20px;
    bottom: 0;
    opacity: 0;
  }
