/*
Usage:
- linear-gradient((color1, color2, color3)) - returns linear-gradient with evenly distributed colors,
   if 3 colors used then the position of each will be 33,33%
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
   first param - color, second - position. Also you can use px or other valid units for set position.
*/
/* based on "visually-hidden" mixin in LDS for accessibility goals */
/*
 * Every style defined here must be mirrored with `writing-mode-horizontal-tb` mixin.
   Because writing-mode can be defined on 2 levels: a) item, b) text block or interaction;
     so if there's a horizontal block inside vertical item, vertical styles should *not* be used for it.
 */
/* Do not edit */
.task-queue-status {
  height: 100%;
}
.task-queue-status .task-name {
  font-weight: bold;
}
.task-queue-status .task-status {
  font-weight: bold;
}
.task-queue-status .component-report {
  height: 100%;
}
.task-queue-status .component-report .content {
  height: 100%;
}
.task-queue-status .component-report .content > .hierarchical {
  height: 100%;
}
.task-queue-status .component-report .content > .hierarchical > .hierarchical {
  height: 100%;
  padding-right: 30px;
  overflow-y: auto;
  overflow-x: hidden;
}
.task-queue-status .component-report .content > .hierarchical > .hierarchical > .hierarchical-icon {
  display: none;
}
.task-queue-status .component-report .content > .hierarchical > .hierarchical > .message {
  font-weight: bold;
  position: relative;
  left: -10px;
}

.task-queue-table .datatable-container .matrix tr.error {
  background: #f1d0d5;
}
.task-queue-table .datatable-container .matrix tr button [class^=icon-], .task-queue-table .datatable-container .matrix tr button [class*=" icon-"] {
  padding: 0;
}
/*# sourceMappingURL=taskQueue.css.map */