.datagrid thead .col-action {
  text-align: right !important;
}
.datagrid tbody .col-action {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.datagrid tfoot td.row-grid-bottom {
  display: flex;
  gap: 20px;
}
.datagrid tfoot .col-per-page select {
  width: 50px;
  float: left;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 25px;
  border-right: 0px;
}
.datagrid tfoot .col-per-page input[type="submit"] {
  background: #066fd1;
  color: #fff;
  border: 0px;
  height: 25px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.projects {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.projects .project {
  background: #fff;
  border: 1px solid rgba(4, 32, 69, 0.1);
  padding: 10px;
}
.projects .project .task_status:last-of-type {
  margin-bottom: 0px;
}
.projects .project .task_status h2 {
  margin-bottom: 0px;
  font-size: 18px;
  background: #007fcb;
  color: #fff;
  display: table;
  font-weight: 400;
  font-size: 14px;
  padding: 0px 10px;
  border-radius: 4px;
}
.projects .project .task_status .tasks {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}
.projects .project .task_status .tasks .task_header {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.projects .project .task_status .tasks .task_header .head_item {
  flex: 1;
  font-weight: 800;
}
.projects .project .task_status .tasks .task_header .head_item.head_item_name {
  flex: 0 0 40%;
}
.projects .project .task_status .tasks .task {
  display: flex;
  width: 100%;
  padding: 10px 0px;
  border-top: 1px solid rgba(4, 32, 69, 0.1);
  margin-bottom: 10px;
}
.projects .project .task_status .tasks .task .task_column {
  flex: 1;
}
.projects .project .task_status .tasks .task .task_column.task_column_name {
  flex: 0 0 40%;
}
.filters {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.filters .filter form {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.card-actions-task {
  width: 300px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.notification_content_block.hidden,
.status_change_block.hidden,
.days_in_status_block.hidden,
.no_time_tracked_days_block.hidden {
  display: none;
}
#frm-listDataGrid-filter .row-grid-bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
}
#frm-listDataGrid-filter .col-per-page select {
  width: 50px;
  float: left;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 25px;
  border-right: 0px;
}
#frm-listDataGrid-filter .col-per-page input[type="submit"] {
  background: #066fd1;
  color: #fff;
  border: 0px;
  height: 25px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.task-detail-header {
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.task-detail-header .card-actions {
  margin: 0;
  padding: 0;
  width: auto;
}
.flag {
  width: auto !important;
  height: 20px !important;
  border-radius: 2px !important;
}
/*# sourceMappingURL=custom.css.map */