




#ne_requests.project-requests .description {
    font-size: 22px;
    left: 40px;
}

#ne_requests.project-requests li:hover .description {color: #dccec2db;/* top: 30px; */}






.main .task-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-size: 13px;
    font-weight: 600;
    color: #b5b5b5;
    position: absolute;
    top: 264px;
    left: 0px;
    grid-gap: 1px;
    width: 100%;
    max-height: calc(100vh - 495px);
    overflow-y: scroll;
    padding: 1px 0;
    /* background: #1b1b1b; */
    overflow-x: hidden;
}
.main .task-list li {
    background: #26262663;
    padding: 12px 26px;
}
.main .task-list li a {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}





.page-template-requests footer {
    display: none;
}
.ne-request-new {
    background: #f1f1f1;
}

.ne-requests #page {
    background: #f1f1f1;
    height: 85vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#request-view h3 {
    padding: 0;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 300;
    color: #999;
}
#request-view ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#request-view .button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#ne-tasks h3 {
    padding: 20px;
    margin: 0;
}
#request-view .edit {
    right: 130px;
}
#request-view .task-edit {
    color: transparent;
}




span.rate-indicator {
    width: 126px;
    height: 6px;
    background: #ddd;
    position: absolute;
    top: 75px;
    left: 0;
    border-radius: 0px;
    overflow: hidden;
    display: none;
}

#ne_requests .indicator {
    background: #38dc6e;
    height: 10px;
    position: absolute;
}
#ne_requests .atte {
    background: #eabf13;
}
#ne_requests .warn {
    background: #d6292a;
}





#ne_requests .actions {
	width: 70px;
	height: 125px;
	position: absolute;
	top: 10px;
	right: 0px;
	/*! background: #ccc; */
}
#ne_requests .button-sm.show-tasks {
	top: 75px;
	background: url(../images/ui/ui-view.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto auto;
	background-size: 21px;
	background-position: center top;
}
#ne_requests .button-sm.add-task {
	top: 5px;
}
#ne_requests .button-sm.update-request {
	top: 40px;
	background: url(../images/ui/ui-filter-full.png) no-repeat;
	background-size: 20px;
	background-position: center top;
}
	


/* Single Request */

#request-view {
	padding: 0px;
	position: relative;
	min-height: 400px;
}
#request-view .request {
	padding: 15px 20px;
	position: relative;
	margin-top: 5px;
}
#request-view .request p {
	font-size: 15px;
	margin: 6px 0 0;
	font-weight: 500;
	letter-spacing: 0;
	color: #8A8A8A;
	width: 100px;
}
#request-view .title {
	font-size: 21px;
	line-height: 28px;
	position: absolute;
	top: 80px;
	left: 20px;
	height: 140px;
	overflow: scroll;
}


/* Request Add */


#ne_add_request_form #request-field {
	position: unset;
}
#ne_add_request_form textarea {
  height: 200px;
}
.request_form .half.account {
	position: unset;
}
#ne_add_request_form #request-info {
	position: unset;
}



/* Request Edit */


#edit_statuses {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1px;
}



/* Requests */

#ne_requests span.label.estimate {top: 75px;width: 115px;font-size: 18px;background: #ffffff;height: 40px;line-height: 35px;font-weight: 500;letter-spacing: 0.06em;text-align: right;padding-right: 10px;}
#ne_requests .request.active .actions {
	display: block;
}
#ne_requests .label span {
	font-size: 11px;
	display: block;
	color: #9e9e9e;
	height: 20px;
}
#ne_requests .label.in-progress {
	top: 100px;
	left: -682px;
	font-size: 40px;
	width: 65px;
	height: 50px;
	line-height: 50px;
	/* background: #8888880d; */
	/* border-right: 1px solid #ccc; */
	bottom: unset;
	font-weight: 400;
}
#ne_requests .assignees .avatar-wrap {
        position: unset;
        display: inline-block;
        width: 60px;
}
.request .metas .assignees {
        position: absolute;
        top: 90px;
        left: 40px;
        display: none;
}
#ne_requests .request .assignees .avatar-wrap {
        width: 30px;
        height: 30px;
        margin-right: 10px;
}
.ne-list.ne_requests li .avatar-wrap {
    z-index: 2;
    position: absolute;
    top: 23px;
    left: -58px;
    width: 52px;
    height: 54px;
    padding: 0;
    border-radius: 0;
}
.ne-list.ne_requests li .avatar-wrap .avatar {
    width: 50px;
    height: 50px;
    border-radius: 0;
}
#ne_requests .account .avatar-wrap {
    width: 45px;
    height: 45px;
    z-index: 2;
    position: unset;
    top: 0px;
    left: 0;
}
#ne_requests .ne-project-type {
    top: 30px;
    left: 62px;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 0;
}
#ne_requests li:hover .ne-project-type {
	left: -10px;
	opacity: 0;
}
#ne_requests .ne-project-type span {
    top: 51px;
    left: 0;
    position: relative;
    width: 48px;
    height: 13px;
    font-size: 8px;
    background: #ddd;
    display: block;
    font-size: 6px;
    font-weight: 600;
    padding: 3px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
#ne_requests li .schedule.soon {
    background: #f4a83c;
}
#ne_requests li .schedule {
    background: #ddd;
    /* padding: 10px; */
    font-size: 16px;
    font-weight: 700;
    width: 60px;
    position: absolute;
    top: 134px;
    left: 899px;
    text-align: center;
    background: #de2500;
    color: white;
    height: 60px;
    text-transform: uppercase;
    line-height: 16px;
    border-radius: 100px;
    line-height: 57px;
}
#ne_requests li .project-type {
    background: #ddd;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    width: 100px;
    position: absolute;
    top: 158px;
    left: 60px;
    text-align: center;
    background: #5DFF9B;
    color: black;
}
#ne_requests li .progress-rate {
    right: unset;
    left: 53px;
    top: 111px;
    z-index: 999;
    opacity: 1;
    width: 130px;
    height: 10px;
    /* border: 2px solid #00000052; */
    border-radius: 0;
}
#ne_requests li .tab {
    position: relative;
    /* display: none; */
    /* left: 0%; */
    /* opacity: 0.3; */
}
#ne_requests li:hover .tab {
    position: relative;
    top: 0px;
	left: 0px;
    opacity: 1;
}
#ne_requests .task_assignee .avatar-wrap {
    top: 0px;
    left: 0px;
}
.request-data {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    left: 670px;
    grid-gap: 1px 1px;
    top: 35px;
    margin: 0;
}
.request-data .badges li  {
	background: #3e3b3b;
	color: #ddd;
	border: 1px solid #262626ad;
	margin: 0;
	box-shadow: 1px 2px 7px #00000014;
	height: 70px;
	line-height: 25px;
	width: 90px;
	padding: 0;
}
.request-data .badges .value  {
	/* background: #262626; */
	color: #ddd;
	width: auto;
	font-weight: 300;
	font-size: 16px;
	text-transform: capitalize;
}
.request-data .badges .rate  {
	background: #262626;
	color: #ddd;
}
.request-data .badges .name  {
	/* background: #262626; */
	color: #8d8d8d96;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 0.05em;
	padding: 0px 12px;
	font-weight: 400;
	top: 0;
}
.user-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: absolute;
    top: 26px;
    right: 56px;
    grid-gap: 24px;
    /* background: #2e2d2d57; */
    padding: 12px;
    /* border-radius: 100px; */
    /* border: 1px solid #262626; */
}
.user-list .avatar {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #1c1c1c;
}


#ne_requests .description {
	margin: 0;
	position: absolute;
	width: 330px;
	overflow: hidden;
	letter-spacing: 0.02em;
	color: #a5a4a4;
	font-size: 24px;
	min-width: 700px;
	top: 19px;
	height: auto;
	left: 81px;
	font-weight: 300;
	line-height: 32px;
}
#ne_requests .description.medium {
	font-size: 16px;
	line-height: 23px;
}
#ne_requests .request-id {
	font-size: 81px;
	/* top: 20px; */
	position: absolute;
	right: 20px;
	font-weight: 400;
	width: fit-content;
	font-size: 11px;
	bottom: 67px;
	position: absolute;
	left: 13px;
	color: #a5a4a44d;
}
#ne_requests .action-menu {
	top: 150px;
	bottom: unset;
}
.request .reload {
        position: absolute;
        right: 20px;
        bottom: unset;
        top: 75px;
        background: url(../images/ui/ui-add.png) no-repeat;
        background-size: auto auto !important;
        background-size: 30px !important;
        background-position: center !important;
        color: transparent;
        width: 50px;
        height: 50px;
        padding: 0;
}
.request .reload.expand, .request .reload:hover {
        background: url(../images/ui/ui-remove.png) no-repeat;
        color: transparent;
}
#ne_requests .action-menu.active {
	background-color: #ccc;
	border-radius: 30px;
	z-index: 3;
	color: transparent;
}

.request .actions {
	width: 115px;
	height: 35px;
	position: absolute;
	top: 110px;
	right: 0px;
}
#ne_requests .request .info {
	position: absolute;
	left: 20px;
	top: 120px;
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.4;
}
.ne-list.plain .item .label.request-status {
	height: 72px;
	left: 80px;
	top: 0px;
	width: 4px;
	left: unset;
}
.ne-list .item .label.request-status {
	height: 227px;
	left: 3px;
	top: 1px;
	border-radius: 0;
	width: 7px;
	/* display: none; */
}
#ne_requests .modified, #ne_requests .duedate, #ne_requests .duedate-calculated {
	left: 194px;
	width: 70px;
	top: 101px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: no-repeat;
	color: #fff;
	font-size: 15px;
	opacity: 0.2;
}

.ne-list .request .label.duedate-note {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* background-color: #676767; */
    left: 689px;
    position: absolute;
    right: unset;
    display: block;
    top: 131px;
    line-height: 62px;
    border-radius: 100px;
}

#ne_requests .button.request-editor {
    right: 0;
    left: unset;
    position: absolute;
    width: 100px;
    height: 40px;
    right: 90px;
    /* top: 160px; */
    opacity: 0;
    background-size: 11px;
    background-color: #bd863d;
    display: block;
    bottom: unset;
    top: 73px;
    opacity: 1;
}
.ne-list:hover li {
    /* opacity: 0.78; */
}
.ne-list:hover li:hover {
    opacity: 1;
    background: #4a4646;
}
.ne-list:hover li:hover .request-data li {
	opacity: 1;
}
#ne_requests li:hover .button.request-editor {
    /* top: 15px; */
    opacity: 1;
    /* right: 0; */
    /* left: unset; */
    /* top: 0; */
    bottom: unset;
    display: block;
    /* width: 80px; */
    opacity: 1;
}
#ne_requests .title {
        left: 110px;
        height: 94px;
        top: 31px;
        font-size: 24px;
        line-height: 42px;
        /* background: #262626; */
        /* padding: 4px 16px 4px 156px; */
        /* border: 1px solid #262626; */
        width: auto;
        font-weight: 300;
        max-width: 768px;
}

/* Reuqest label */
#ne_requests #labels {
    /* display: none; */
}
#ne_requests .item:hover #labels {
	display: block;
}
#ne_requests .request .duedate-calculated {
	left: 15px;
	top: 0;
	border-top: none;
}
#ne_requests .modified {
	left: 220px;
}
.ne-list .request .label.reschedule {
	left: 207px;
}
.ne-list .request  .label.reschedules {
    line-height: 62px;
    left: 800px;
    top: 130px;
}
.ne-list .request .label {
	left: 176px;
	top: 89px;
	padding: 2px 4px;
	width: 70px;

	background-color: #575151;
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.01em;
	border-radius: 33px;
	color: #1b1b1b;
	height: 66px;
	line-height: 21px;
	}
#ne_requests .request .feedback {
	right: 20px;
	top: 100px;
	font-size: 18px;
	text-transform: uppercase;
	position: absolute;
	width: 60px;
	border-radius: 2px;
	letter-spacing: 0.03em;
	height: 20px;
	line-height: 20px;
	left: unset;
}
#ne_requests .request .request-account {
	left: 213px;
	top: 25px;
	font-size: 14px;
	text-align: left;
	width: auto;
	font-weight: 700;
	right: unset;
	position: absolute;
}
#ne_requests .button-sm {
	background: url(../images/ui/ic_add.jpg) no-repeat;
	background-size: 19px;
	color: transparent;
	background-position: center top;
	opacity: 0.3;
	position: absolute;
	cursor: pointer;
}
#ne_requests .request p.title {
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 16px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 81%;
	font-weight: 400;
	height: 85px;
	overflow: hidden;
}
#ne_requests_wrapper {
	overflow-y: scroll;
	height: 595px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
#ne_requests_filter {
	display: none;
}




/* clipboard */
.copydiv {
	width: 44px;
	position: absolute;
	top: 0px;
	right: 210px;
	z-index: 9;
}



.task-edit, .request-edit {
	color: transparent;
	width: 50px;
	height: 100px;
	display: block;
	position: absolute;
	bottom: 15px;
	right: 0px;
	opacity: 0.1;
}
#ne-tasks_previous, #ne-tasks_next, #ne_requests_previous, #ne_requests_next {
	padding: 8px;
	width: 30px;
	display: inline-block;
	text-align: center;
}
#ne-tasks_previous, #ne_requests_previous {
  border-top-left-radius: 15px; 
  border-bottom-left-radius: 15px;
}
#ne-tasks_next, #ne_requests_next {
  border-top-right-radius: 15px; 
  border-bottom-right-radius: 15px; 
}
#ne_requests_info, #ne-tasks_info {
	text-align: center;
	color: #bbb;
	font-size: 12px;
	padding: 20px 0 20px;
	display: none;
}
#ne_requests_paginate, #ne-tasks_paginate {
	margin: 20px auto 40px;
	text-align: center;
}
.paginate_button {
	color: #ccc;
	padding: 8px 15px;
}
.paginate_button.current {
	color: #000;
	font-weight: 500;
}
fieldset.details, fieldset.progress, fieldset.process {
	display: none;
}

#task-edit {
	margin: 20px 0;
}
input.task_title {
	width: 50%;
}



@media screen and (min-width: 768px) {

#ne_requests .request .request-account {
	width: auto;
	right: 125px;
	left: unset;
	text-align: right;
	font-size: 11px;
	top: 40px;
}

#ne_requests .actions {
	width: 130px;
	height: 125px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#ne_requests .show-tasks {
	top: 75px;
}
#ne_requests .actions.button {
	right: -90px;
}


#ne_requests .request .info {
	position: absolute;
	left: 200px;
	top: 120px;
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.4;
}
#ne_requests .request .feedback {
	right: 30px;
	top: 70px;
	font-size: 22px;
}
#ne_requests .request-id {
	font-size: 11px;
	bottom: 24px;
	position: absolute;
	right: 13px;
	color: #a5a4a44d;
	left: unset;
	top: unset;
	}
span.rate-indicator {
    width: 75px;
    height: 6px;
    background: #ddd;
    position: absolute;
    top: 144px;
    left: 30px;
    border-radius: 12px;
    overflow: hidden;
}

#ne_requests .indicator {
    background: #38dc6e;
    height: 10px;
    position: absolute;
}
#ne_requests .atte {
    background: #eabf13;
}
#ne_requests .warn {
    background: #d6292a;
}
#ne_requests .description {
	font-size: 17px;
	line-height: 24px;
	width: 510px;
	top: 110px;
	height: 180px;
	left: 130px;
}	
#ne_requests .description.medium {
	font-size: 1.1em;
	line-height: 25px;
}	
	
	
	
/* Requests */
#ne_requests li.actions {
	width: 200px !important;
}
#ne_requests li.actions a {
	color: transparent !important;
}



	
}






@media screen and (min-width: 1024px) {


#ne_requests .request .info {
	position: absolute;
	left: 200px;
	top: 120px;
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.4;
}
#ne_requests .request .feedback {
	right: 70px;
	top: 137px;
	font-size: 18px;
	display: none;
}
span.rate-indicator {
    width: 126px;
    height: 6px;
    background: #ddd;
    position: absolute;
    top: 110px;
    left: 0;
    border-radius: 0px;
    overflow: hidden;
    display: none;
}

#ne_requests .indicator {
    background: #38dc6e;
    height: 10px;
    position: absolute;
}
#ne_requests .atte {
    background: #eabf13;
}
#ne_requests .warn {
    background: #d6292a;
}
#ne_requests .description {
	font-size: 12px;
	line-height: 28px;
	width: 405px;
	top: 82px;
	height: auto;
	left: 151px;
	font-weight: 300;
	line-height: 19px;
	/* border: 1px solid #262626; */
	/* padding: 12px 24px; */
	/* left: unset; */
	letter-spacing: 0.02em;
	/* top: unset; */
	min-width: unset;
	}	
#ne_requests .description.medium {
	font-size: 1.1em;
	line-height: 25px;
}	
	
	
	
/* Requests */
#ne_requests li.actions {
	width: 200px !important;
}
#ne_requests li.actions a {
	color: transparent !important;
}



	
	
}

.projects-wrap #ne_requests .card-editor {
    top: 8px;
    right: 110px;
    position: absolute;
    left: unset;
    width: 100px;
    height: 50px;
    display: none;
}

.request-data .badges li.badge_alerts.late {
    background: #821300;
}
.request-data .badges li.badge_alerts.soon {
    background: #FF9800;
    color: #000;
}


#ne_requests .label.order {
        left: -12px;
        top: 54px;
}
#ne_requests .label.priority {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        left: 60px;
        top: 55px;
        z-index: 99;
        display: none;
}

.mass-edit-checkbox {
        left: 42px;
        position: absolute;
        top: 100px;
        width: 90px;
z-index: 21;font-size: 16px;color: transparent;} 