/* Angular reviews App */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.with-newlines {
    white-space: pre-wrap;
}

/* animate page changes */
.animate-repeat.ng-enter{
  transition:all linear 0.3s;
}

.animate-repeat.ng-enter {
  opacity:0;
}

.animate-repeat.ng-enter.ng-enter-active {
  opacity:1;
}

pagination {
  display: block;
  text-align: center;
}
ul.pagination {
	padding: 0;
	list-style: none;
    text-align: center;
}
ul.pagination li {
	display: inline-block;
  margin: 4px;
}
ul.pagination li a {
  padding: 4px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  border: 1px solid transparent;
  box-sizing: content-box;
}
ul.pagination li.active a{
	background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 2px;
}
ul.pagination li.active a{
  color: #B19554 !important;
}
ul.pagination li a {
	color: rgb(177, 149, 84) !important;
  text-decoration: none;
}
ul.pagination li:hover a{
  background-color: #f0f0f0;
  border-color: #eee;
  border-radius: 2px;
  color: rgb(177, 149, 84) !important;
}
ul.pagination li.previous a:hover,
ul.pagination li.next a:hover
{
  background-color: transparent;
  color: white !important;
  border-color: transparent;
}
ul.private-reviews-list {
  transition: 0.2s all;
  opacity: 1;
}

ul.private-reviews-list.loading {
  opacity: 0;
}
