.link--local {
  cursor: pointer; }

a.active {
  color: #ffffff;
  background-color: #178acc; }
.footer {
  bottom: 0;
  width: 100%;
  height: 120px;
  padding: 20px 0;
  background-color: #e0ebf1;
  border-top: 1px dotted #e0ebf1; }
  .footer .footer__list .list__item {
    float: left;
    margin: 0 24px 24px 0; }
  .footer .footer__base {
    clear: left; }
.form-group {
  margin-right: 8px; }
.loader__body {
  text-align: center;
  padding: 75px 0; }

.loader__spinner {
  margin-bottom: 16px; }
.transactionTable .transactionTable__emptyRow {
  text-align: center;
  padding: 30px 0; }
html, body {
  height: 100%; }

.transaction .app, .transaction .app__body {
  height: 100%; }

.transaction .app__wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -120px;
  padding: 0 0 60px; }

.transaction .app__wrap > .container {
  padding: 60px 15px 0; }

.transaction .push,
.transaction .footer {
  height: 120px; }
