.task .task-container .task-controls .task-check-box {
  position: relative;
}
.task .task-container .task-controls .task-check-box input {
  position: absolute;
  left: 0;
}
.task .task-container .task-controls .task-check-box:hover {
  cursor: pointer;
}
.task .task-container .task-title .task-collapse {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  right: 10px;
  top: 7px;
}
.task .task-container .task-controls .task-comment {
  margin: 0;
  padding: 7px 0;
}
.task .task-container .task-controls .task-comment .text {
  font-weight: normal;
}
.task .task-container .task-content .task-controls {
  display: none;
}
.task .task-container .task-content .task-controls.enabled {
  display: block;
}
.task .task-container .task-content .task-controls .variant-item-text {
  position: relative;
  padding: 0 0 7px 24px;
}
.task .task-container .task-content .task-controls .variant-item-label {
  font-weight: 700;
}
.task .task-container .task-content .task-controls .variant-item-description {
  margin-left: 5px;
  font-weight: 400;
}
.task .task-container .task-content .task-description {
  padding: 0 0 7px 0;
  font-weight: normal;
}
.task .task-container .task-title .task-error-mark {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  right: 48px;
  top: 7px;
}
.task .task-container .task-content .task-error-messages {
  display: none;
}
.task.visited .task-container .task-content .task-error-messages {
  display: none;
}
.task.visited .task-container .task-content .task-error-messages.enabled {
  display: block;
}
.task.visited .task-container .task-content .task-error-messages .errors-list {
  margin: 0;
  padding: 0 0 7px 24px;
  color: #D8000C;
}
.task .task-container .task-controls .task-insert-point {
  margin: 0;
  padding: 7px 0;
}
.task .task-container .task-controls .task-insert-point:hover {
  cursor: pointer;
}
.task .task-container .task-title .task-check-mark {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #DDDDE4;
  background: #FFFFFF;
  right: 32px;
  top: 10px;
}
.task .task-container .task-title .task-check-mark:hover {
  cursor: pointer;
}
.task .task-container .task-title .task-check-mark.marked {
  border: 5px solid #00bfff;
  background: #99e5ff;
  width: 3.5px;
  height: 3.5px;
}
.task .task-container .task-controls .radio-box-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.task .task-container .task-controls .radio-box-list .radio-option {
  margin: 0;
  padding: 0;
  position: relative;
}
.task .task-container .task-controls .radio-option input {
  position: absolute;
  left: 0;
}
.task .task-container .task-controls .radio-option:hover {
  cursor: pointer;
}
.task {
  border-left: 3px solid #F0F0F0;
  border-bottom: 1px solid #DDDDE4;
  z-index: 91;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.task:first-child {
  border-top: 1px solid #DDDDE4;
}
.task .task-container {
  color: #000000;
  background: #F0F0F0;
}
.task .task-container .task-content {
  padding: 0 9px;
  line-height: 20px;
  font-weight: 600;
  font-size: 13px;
  z-index: 93;
}
.task:hover {
  cursor: pointer;
}
.task:hover .task-container {
  background: #FFFFFF;
}
.task.unfocused {
  max-height: 34px;
}
.task.unfocused .task-container .task-content {
  visibility: hidden;
}
.task.highlighted {
  border-left: 3px solid #FFFFFF;
}
.task.highlighted .task-container {
  background: #FFFFFF;
}
.task.focused {
  max-height: 400px;
  border-left: 3px solid #00bfff;
}
.task.focused .task-container {
  background: #FFFFFF;
  cursor: default;
}
.task.focused.transition {
  transition: max-height 0.5s ease-in;
}
.task.visited.invalid {
  border-left: 3px solid #D8000C;
}
.task.visited.invalid .task-container .task-title .task-error-mark.enabled {
  display: block;
}
.task.visited.warning {
  border-left: 3px solid #F28918;
}
.task.visited.warning .task-container .task-title .task-warning-mark.enabled {
  display: block;
}
.task .task-container .task-title {
  font-weight: 600;
  line-height: 20px;
  font-size: 13px;
  z-index: 93;
  padding: 7px 9px;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.task .task-container .task-title .task-title-type {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 7px;
  left: 9px;
  background: dimgray;
}
.task .task-container .task-title .task-title-text {
  margin-left: 29px;
}
.task.marked .task-container .task-title {
  font-style: italic;
  text-decoration: line-through;
  color: #AEAEAE;
}
.task.visited.invalid .task-container .task-title {
  color: #D8000C;
}
.task .task-container .task-title .task-warning-mark {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  right: 48px;
  top: 7px;
}
.tasks-live-area {
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
}
