.projectlistviewrow.completed{
    background: #93ef86;
}

.pr-subcontentline.started,
.projectlistviewrow.started{
    background: #00bbff!important;
}

.pr-subcontentline.started{
   color: white;
}

.projectlistviewrow.tijd-verstreken,
.pr-subcontentline.tijd-verstreken{
    background: rgba(255, 0, 0, 0.72)!important;
}

.written.newstyle .rejected, .projectlistviewrow.unwritten.newstyle .rejected, .rejected{
    background: yellow;
}

.projectlistviewrow.started .listitem,
.pr-subcontentline.tijd-verstreken {
    color: white;
}

.action-deletebtn{
    right: 16px;
    top: 0;
    color: red;
    font-size: 16px;
}

.spoed-task{
    right: 9px;
    top: 4px;
    color: red;
    font-size: 16px;
    transition: all 0.2s;
    border-radius: 50%;
    background-color: white;
    width: 25px;
    height: 25px;
    text-align: center;
}

.tijd-verstreken .action-deletebtn{
    color: black;
}
/*.action-deletebtn:hover{*/
/*    font-size: 25px;*/
/*    top: -3px;*/
/*}*/
.task:hover .spoed-task{
    top: -0px;
}


.taskarrow{
    font-size: 22px;
    margin-right: 5px;
    position: relative;
    z-index: 100;
    background: #EAE3D0;
    border-radius: 8px;
    width: 50px;
    text-align: center;
    align-content: center;
    height: 40px;
    color: red;
    cursor: pointer;
}

.notenoughinfo,
.enoughinfo{
    width: 264px;
    height: 112px;
    top: 466px;
    left: 666px;
    gap: 0px;
    border-radius: 8px;
    border: 1px solid #AEA48A;
    background: transparent;
    align-content: center;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.enoughinfo{
  margin-right: 76px;
}

.notenoughinfo:hover,
.enoughinfo:hover{
  background: #EAE3D0;
}

.popup-container.addtaskhours{
    background: #F9F3E3;
}

.popup-container .btn.active{
    background: #EAE3D0;
}

.infoselect,
.hourvalue{
    max-width: 264px;
    width: 100%;
    min-height: revert;
    height: 27px;
    border-radius: 8px;
    border: 1px solid #AEA48A;
    text-indent: 10px;
    background: #f9f3e3;
}

.nextbtn{
    background: #ada389;
    width: 180px;
    height: 52px;
    text-align: center;
    align-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -120px;
    border-radius: 11px;
    z-index: 2000;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

.nextbtn.disabled{
    background: #e2dccb;
}

.addtaskhours {
    height: 512px;
    margin-top: -260px;
}

#actioncommentareapopup{
    border-radius:11px;
    background: #f9f3e3;
    min-height: 100px;
    resize: none;
    width: 100%;
    text-indent: 10px;
}

.DX-theme .newstyle .listitem {
    /*line-height: 34px;*/
}

.projectlistviewrow.newstyle .pr-subcontentline{
    height: 40px;
    margin-bottom: 6px;
    font-size: 16px;
    align-content: center;
    border-radius: 9px;
}

.projectlistviewrow.newstyle .pr-subcontentline .writtencol, .projectlistviewrow.newstyle .pr-subcontentline .unwrittencol{
   padding-left: 7px;
}

.projectlistviewrow.newstyle.written .name {
    max-width: none;
    width: 41%;
    flex: auto;
}
.projectlistviewrow.newstyle .pr-subcontentline .name{
    padding-left: 38px;
}

.projectlistviewrow.unwritten .pr-subcontentline {
    background: #EAE3D0;
}

.projectlistviewrow .pr-subcontentline.completed {
    background: #93ef86;
}

.unwritten .pr-subcontentline{
}

.written .pr-subcontentline{
    background: #e8e1ce;
}

.page-342 .projectlistviewrow {
    padding-left: 15px;
}

.prcontainer{
    border-radius: 30px;
}

.prcontent .title {
    padding-left: 15px;
}

.prcontent h3.title {
    font-size: 20px;
}