@keyframes colourShift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 150% 0;
  }
}
.fa-arrows:before {
  content: '\f338' !important;
}
.fa-cloud-upload:before {
  content: '\f382' !important;
}
/* Theme the controls */
.controls {
  background: #f7f7f7;
  border-top: 1px solid #fff;
  line-height: 16px;
}
.controls .recline-query-editor {
  display: none;
}
.controls .recline-pager .pagination {
  margin: 10px 0;
  white-space: nowrap;
}
.controls .recline-pager .pagination .page-range {
  border: none !important;
}
.controls .recline-pager .pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.controls .recline-pager .pagination ul > li.action-pagination-update > a {
  font-size: 30px;
  color: #228900;
}
.controls .recline-pager .pagination ul > li > a,
.controls .recline-pager .pagination ul > li > span {
  background-color: transparent;
  border: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  line-height: 1em;
  height: auto;
}
.controls .recline-pager .pagination ul > li > a:hover,
.controls .recline-pager .pagination ul > li > span:hover {
  color: #343434 !important;
}
.controls .expand {
  padding-left: 5% !important;
}
.list-view .controls,
.recline-data-explorer .controls {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 10%;
}
.list-view .controls > *,
.recline-data-explorer .controls > * {
  align-self: center;
  padding-left: 5px;
  padding-right: 5px;
}
.list-view .controls:not(.flex-reverse) > *:first-child,
.recline-data-explorer .controls:not(.flex-reverse) > *:first-child {
  flex-grow: 1;
}
.list-view .controls.flex-reverse > *:last-child,
.recline-data-explorer .controls.flex-reverse > *:last-child {
  flex-grow: 1;
}
.list-view .controls .recline-pager,
.recline-data-explorer .controls .recline-pager {
  float: none;
}
.list-view .controls .pagination,
.recline-data-explorer .controls .pagination {
  width: 100%;
}
