/* پیگیری رزرو v6 — هم‌سبک صفحات قدیمی سامانه */
.lqrp-page .lqrp-heading {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
}
.lqrp-search-form {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px 8px 4px;
  margin-bottom: 16px;
}
.lqrp-search-form .form-group {
  margin-bottom: 10px;
}
.lqrp-search-form label {
  font-weight: 700;
  font-size: 13px;
}
.lqrp-bar {
  margin: 0 0 12px;
  padding: 10px 12px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  line-height: 30px;
}
.lqrp-bar .btn-group {
  margin-top: 2px;
}
.lqrp-table {
  background: #fff;
  font-size: 13px;
}
.lqrp-table > thead > tr > th {
  background: #f0f0f0;
  white-space: nowrap;
  vertical-align: middle !important;
  text-align: center;
}
.lqrp-table > tbody > tr > td {
  vertical-align: middle !important;
}
.lqrp-table .label {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
  color: #fff;
}
.lqrp-table .label-success { background: #28a745; }
.lqrp-table .label-warning { background: #f0ad4e; color: #333; }
.lqrp-table .label-default { background: #999; }

/* جلوگیری از زیرهم‌چیدن فرم داخل سلول جدول */
.lqrp-page form.lqrp-inline {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}
.lqrp-page form.lqrp-inline .btn {
  margin: 0;
}

@media (max-width: 767px) {
  .lqrp-bar .pull-right,
  .lqrp-bar .pull-left {
    float: none !important;
    display: block;
    margin-bottom: 8px;
  }
}
