.row {
  padding-bottom: 0.5rem;
}

.checklist-item {
  border-bottom: 1px solid #4e7f3d;
}

#displayForm .table > thead > tr.info > th, #displayForm .table > thead > tr.info > td, #displayForm .table > thead > tr th.info, #displayForm .table > thead > tr td.info, #displayForm .table > tbody > tr.info > th, #displayForm .table > tbody > tr.info > td, #displayForm .table > tbody > tr th.info, #displayForm .table > tbody > tr td.info, #displayForm .table > tfoot > tr.info > th, #displayForm .table > tfoot > tr.info > td, #displayForm .table > tfoot > tr th.info, #displayForm .table > tfoot > tr td.info {
  background-color: #f0f5ff;
}

#content.container-fluid .row .col-md-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}
.sign-in {
  display: none;
}

.lfr-checkbox-column {
  width: 5% !important;
}

.lfr-afcd-reference-no-column {
  width: 15% !important;
}

.lfr-payee-contact-information-column {
  width: 25% !important;
}

.lfr-payment-summary-column {
  width: 20% !important;
}

.lfr-payment-information-column {
  width: 30% !important;
}

.lfr-entry-action-column {
  width: 5% !important;
}

.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}

.uk-label-success {
  background-color: #32d296;
  color: #fff !important;
}

.uk-label-warning {
  background-color: #faa05a;
  color: #fff !important;
}

.uk-label-danger {
  background-color: #f0506e;
  color: #fff !important;
}

.uk-label-default {
  background-color: #1e87f0;
  color: #fff !important;
}

.uk-description-list .btn,
.lfr-payment-summary-column .btn {
  padding: 1px 5px !important;
}

.btn:not(:disabled):not(.disabled).btn-status,
.btn.btn-status {
  cursor: default;
}