﻿.pagination {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
}

.pagination > li {
	display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
	margin-left: 3px;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	background-color: #FFF;
	-webkit-transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s;
	-o-transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 3px;
	background-color: transparent;
    padding-left: .25rem;
    padding-right: .25rem;
    width: auto;
}

.pagination > li:first-child > a:hover {
	background-color: transparent;
	color: #E30013;
	cursor: pointer;
}

.PagedList-skipToNext {
	margin-left: -3px;	
	background-color: transparent;
    padding-left: .25rem;
    padding-right: .25rem;
    width: auto;	
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	margin-left: 3px;
	background-color: transparent;
    padding-left: .25rem;
    padding-right: .25rem;
    width: auto;
}

.pagination > li:last-child > a:hover {
	background-color: transparent;
	color: #E30013;
	cursor: pointer;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color:#000;color:#FFF
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #E30013;
    color: #FFF;
    text-align: center;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
}

.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
	background-color: #E30013;
    color: #FFF;
    text-align: center;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
}


.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}