.table thead {
    height: 30px;
}

.table thead th.table__first_th {
    padding: 2px 6px;
    background-color: #B45F04;

}

.table thead th {
    padding: 2px 2px;
    background-color: #B45F04;
}

.table tbody tr .table__first_td {
    padding: 6px 6px;
    background-color: #B45F04;
}
.table tbody td {
    padding: 6px 6px;
    font-size: 12px;
    vertical-align: middle;
}

.table-wrap {
    margin-top: 2px;
    padding: 4px;
}

.show_tickets .checkbox-custom, .show_tickets .radio-custom {
  margin-top: 4px;
}

.bg-critical {
  background-color: #ffcccc !important;
  border-top: 1px solid rgba(230,67,66,.5) !important;
  border-bottom: 1px solid rgba(230,67,66,.5) !important;
}