/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.is-info {
  color: white;
  background-color: #4F7C9F;
  border-color: #bce8f1;
}

.navbar.is-info {
  color: white;
  background-color: #4F7C9F;
  border-color: #bce8f1;
}

.bg-exported {
  background-color: #9bd1f3 !important;
}

.notification-vacation-cover {
  background-color: #e7f3ff;
}

.workflow-task-table {
  table-layout: fixed;
  width: 100%;
  font-size: .875rem;
}

.workflow-task-table th,
.workflow-task-table td {
  padding-right: .35rem;
  padding-left: .35rem;
  overflow-wrap: anywhere;
}

.workflow-task-table .badge {
  white-space: normal;
  line-height: 1.1;
}

.workflow-task-table__description {
  max-width: 300px;
}

#workflow-tasks_wrapper > .row {
  padding: .5rem .75rem;
}

#workflow-tasks_wrapper > .row:last-child {
  border-top: 1px solid #dee2e6;
}

#workflow-tasks_wrapper .dataTables_filter input,
#workflow-tasks_wrapper .dataTables_length select {
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: .875rem;
}

.workflow-task-table__unit { width: 12%; }
.workflow-task-table__received { width: 10%; }
.workflow-task-table__task { width: 23%; }
.workflow-task-table__status { width: 10%; }
.workflow-task-table__type { width: 10%; }
.workflow-task-table__priority { width: 8%; }
.workflow-task-table__cost { width: 11%; }
.workflow-task-table__assignee { width: 8%; }
.workflow-task-table__due { width: 8%; }

@media (min-width: 1900px) {
  .container{
    max-width: 1800px;
  }
}
