.tasks-checklist-item {
    display: flex;
}
.checklist-deadline {
    position: relative;
    display: flex;
    height:50px;
    align-items: center;
    padding-right: 15px;
}
.deadline-block {
    display: flex;
    flex-wrap: wrap;
    width: 120px;
    align-items: center;
}
.deadline-block.checklist-item-type {
    width: 135px;
}
.deadline-block label {
    position: relative;
    display:flex;
    width: 100%;
    font-size: .85em;
    max-height: 25px;
    color: #9e9696;
    margin-bottom: 3px;
}
.deadline-block label .ui-hint {
    position: absolute;
    top: calc(50% - 13px);
    right:0;
}
.checklist-item-calendar {
    display: inline-flex;
    width: 16px;
    height: 16px;
    padding: 0 6px 0 3px;
    margin-left: -3px;
    background-position: center;
    background-repeat: no-repeat;
}
.tasks-checklist-item-inner {
    flex:1;
}
.deadline-calendar-btn {
    width:20px;
    height: 20px;
    border:1px solid #ccc;
}
.deadline-block_value {
    font-size:1.1em;
    font-weight: 600;
    line-height: 1.1em;
    color:#2fc6f6;
}
.checklist-deadline .ui-icon-deadline {
    background: url('/local/public/icons/icons8-calendar-50.png')!important;
    background-size: 60%!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.checklist-item-type {
    padding-right:12px;
} 
.checklist-item-date {
    display: flex;
    align-items: center;
    height: 26px;
}