#pager_hr1 input[id^="myCurPage_"],
#pager_hr2 input[id^="myCurPage_"],
#pager_hr3 input[id^="myCurPage_"],
#pager_hr4 input[id^="myCurPage_"],
#pager_hr5 input[id^="myCurPage_"] {
	width:40px; 
	padding: 0; 
	margin-top: -2px; 
	border: 1px solid #ccc;
	text-align: center;
}

#pager_hr1 input[id^="myResultsPerPage_"],
#pager_hr2 input[id^="myResultsPerPage_"],
#pager_hr3 input[id^="myResultsPerPage_"],
#pager_hr4 input[id^="myResultsPerPage_"],
#pager_hr5 input[id^="myResultsPerPage_"] {
	width:30px; 
	padding: 0; 
	margin-top: -2px; 
	border: 1px solid #ccc;
	text-align: center;
}

.myPagination-scheda {
  display: inline-block;
  padding-left: 0;
  margin: 5px 5px;
  border-radius: 4px;  
  float: right;
}
 
.myPagination-scheda > li {
  display: inline;
}

.myPagination-scheda > li > a,
.myPagination-scheda > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
 
.myPagination-scheda > li:first-child > a,
.myPagination-scheda > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
 
.myPagination-scheda > li:last-child > a,
.myPagination-scheda > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
 
.myPagination-scheda > li > a:hover,
.myPagination-scheda > li > span:hover,
.myPagination-scheda > li > a:focus,
.myPagination-scheda > li > span:focus {
  background-color: #eeeeee;
}
 
.myPagination-scheda > .active > a,
.myPagination-scheda > .active > span,
.myPagination-scheda > .active > a:hover,
.myPagination-scheda > .active > span:hover,
.myPagination-scheda > .active > a:focus,
.myPagination-scheda > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
 
.myPagination-scheda > .disabled > span,
.myPagination-scheda > .disabled > a,
.myPagination-scheda > .disabled > a:hover,
.myPagination-scheda > .disabled > a:focus {
  color: #999999 !important;
  cursor: not-allowed !important;
  background-color: #ffffff !important;
  border-color: #dddddd !important;
  pointer-events: none;
}