.task-info {
    font-family: Segoe UI;
    min-height: 200px;
    display: flex;
    flex-wrap: nowrap;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 16px;
    box-sizing: border-box;
    align-items: baseline;
    justify-content: space-between;
}
#taskSubject {
    line-height: 29px;
    font-size: 18px;
    font-weight: bold;
}
#taskDetails {
    line-height: 22px;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}
.progress {
    display: flex;
    flex-direction: column;
    white-space: pre;
    min-width: 105px;
}
.info {
    margin-right: 40px;
}
#taskProgress {
    line-height: 42px;
    font-size: 40px;
    font-weight: bold;
}

.options {
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    position: relative;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
   margin-top: 10px;
}

.option > .dx-numberbox {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}

.option > span {
    margin-right: 10px;
}
