/* FILE:1.0-ALL.TRANSFER.CSS*/
.paging {
    
}
.pagination-container {
   
}
.pagination-container:after {
 
}

.pagination-container:after {
  bottom: -1px;
}

.paging ul.pagination li a {
    line-height: 42px!important;    background: none!important;
}
.paging ul.pagination li.active a {
    background: rgba(0, 0, 0, 0.1)!important;
    color: black;
    border-radius: 50%;
}
@-webkit-keyframes hoverAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes hoverAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.pagination {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination {
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.pagination li {
  display: block;
  float: left;
  padding: 5px;
}
.pagination li:first-child {
  border: none;
}
.pagination a,
.pagination span {
  background: none;
  border: none;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  min-width: 32px;
  padding: 0;
}
.pagination a {
  outline: none;
  position: relative;
  -webkit-transition: all 170ms linear;
  transition: all 170ms linear;
}
.pagination a:before {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  content: "";
  cursor: pointer;
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 170ms linear;
  transition: all 170ms linear;
  top: 50%;
  width: 0;
}
.pagination a:hover:not(.active) {
  color: black;
}
.pagination a:hover:not(.active):before {
  -webkit-animation: hoverAnimation 510ms linear forwards;
          animation: hoverAnimation 510ms linear forwards;
  height: 40px;
  width: 40px;
}
.pagination a.active {
  background: rgba(0, 0, 0, 0.1);
  color: black;
}
.pagination .prev,
.pagination .next {
  font-size: 14px;
}
.pagination>li>a, .pagination>li>span {
    background-color: transparent;
    border: 1px solid transparent!important;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    background-color: transparent;
    border-color: transparent;
}
    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background: #ED1C24 !important;
        color: #fff;
        border-radius: 50% !important;
        border-color: #fff !important;
    }
.pagination-container {
      text-align: center;
}
.PagedList-skipToNext a, .PagedList-skipToPrevious a {
 border-radius: 0px!important;
}
.PagedList-skipToNext i, .PagedList-skipToPrevious i {
    font-size: 19px;
    color: #000;margin-right: 12px; margin-left: 12px;
}
