﻿.pager ul li a
{
  display: inline-block;
  min-width: 20px;
  text-align: center;
  font-weight: 700;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  border: none;
  background-color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
}
.pager li
{
  font-family: Segoe UI Semibold,arial,verdana,helvetica,sans-serif;
  font-size: 14px;
  color: #333333;
}
.pager span{font-size:15px;}

.pager a{font-size:15px;}
.pager a:hover
{
	border:none;
	-webkit-transition:all 0.0s;
	-moz-transition:all 0.0s;
	-ms-transition:all 0.0s;
	-o-transition:all 0.0s;
	transition:all 0.0s;
	background-color:#F8F8F8;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
}

.pager ul li.current-page span{
	border:none;
	background-color:inherit;
	line-height: 20px;
	text-decoration:underline;
}
.pager ul li.individual-page a{
	border:none;
	background-color:inherit;
	line-height: 20px;
}

.pager ul li.previous-page.active span{
	background:url("/Plugins/Misc.GenerateLicense/Content/Images/back_2.png") no-repeat center white;
	cursor:pointer;
	height: 20px;
	width:20px;
	padding:0;
}
.pager ul li.previous-page.inactive span{
	background: url("/Plugins/Misc.GenerateLicense/Content/Images/back_1.png") no-repeat center white;
	height: 20px;
	width:20px;
	padding:0;
}
.pager ul li.next-page.active span{
	background:url("/Plugins/Misc.GenerateLicense/Content/Images/next_2.png") no-repeat center white;
	cursor:pointer;
	height: 20px;
	width:20px;
	padding:0;
}
.pager ul li.next-page.inactive span{
	background:url("/Plugins/Misc.GenerateLicense/Content/Images/next_1.png") no-repeat center white;
	height: 20px;
	width:20px;
	padding:0;
}
