/* Theme default */
/* ======= Tickets page ========= */
.tickets-view .projects-heading {
  position: relative;
}
.tickets-view .projects-heading .actions {
  position: absolute;
  right: 0;
  top: -6px;
}
.tickets-module .title {
  margin-top: 0;
}
.tickets-module .summary-container {
  margin-top: 15px;
  text-align: center;
}
.tickets-module .summary-container .item {
  border-right: 1px solid #f3f3f3;
}
.tickets-module .summary-container .item:last-child {
  border-right: none;
}
.tickets-module .summary-container .item .item-title {
  font-size: 13px;
  color: #a2a6af;
}
.tickets-module .summary-container .item .item-figure {
  font-size: 36px;
  font-weight: 300;
}
.tickets-module .table .number {
  max-width: 80px;
}
.tickets-module .table .name {
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tickets-module .table .priority {
  max-width: 150px;
}
.tickets-module .table .assignee-profile {
  width: 24px;
  height: 24px;
}
.tickets-module .table .status {
  max-width: 120px;
}
.tickets-module .table .comment,
.tickets-module .table .commit {
  max-width: 50px;
}
.tickets-module .table .comment .fa,
.tickets-module .table .commit .fa {
  margin-right: 2px;
}
.tickets-module .table .comment a,
.tickets-module .table .commit a {
  color: #868c97;
}
.tickets-module .table .comment a:hover,
.tickets-module .table .commit a:hover {
  color: #616670;
  text-decoration: none;
}
.tickets-module .table .no-comment a,
.tickets-module .table .no-commit a {
  color: #d0d0d0;
}
.tickets-module .table .no-comment a:hover,
.tickets-module .table .no-commit a:hover {
  color: #616670;
  text-decoration: none;
}
.tickets-module .table td.updated {
  color: #a2a6af;
}
.tickets-module .pagination-info {
  margin-bottom: 0;
  color: #a2a6af;
}
.tickets-module .pagination {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
