/*
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 */
/* 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 */