.page_ctrl {
  text-align: right;
  box-sizing: border-box;
	padding: 0 6px;
}
.page_ctrl *{
  line-height: 26px;
}
.page_ctrl button{
  margin:0 3px;
  min-width:30px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #5e5e5e;
  cursor: pointer;
  outline: none;
  text-align: center;
	font-size: 12px;
	color: #555555;
	border-radius: 3px;
	overflow: hidden;
	transition: all ease-out .12s;
	-webkit-transition: all ease-out .12s;
}
.page_ctrl .page_dot {
	display: inline-block;
	color: #888888;
	font-size: 13px;
	margin: 0 4px;
}
.page_ctrl button:hover{
  background: #3a6bed;
  color: #ffffff;
	border: 1px solid #3a6bed;
}
.page_ctrl .btn_dis{
  cursor: default;
  opacity: .8;
  background: #eeeeee;
  color: #5e5e5e;
	cursor: not-allowed;
}
.page_ctrl .btn_dis:hover{
  background: #eeeeee;
  color: #5e5e5e;
	border: 1px solid #EEEEEE;
}
.page_ctrl .current_page{
  background: #3a6bed;
  color: #ffffff;
	border: 1px solid #3a6bed;
}
.page_ctrl .input_page_num{
  width: 30px;
  height: 26px;
  margin: 0 3px;
  padding: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e5e5e5;
	border-radius: 2px;
  color: #5e5e5e;
  outline: none;
	font-size: 13px;
	padding: 0 3px;
}
.page_ctrl .page_total,.page_ctrl .page_text{
  color: #555555;
  font-size: 13px;
}
.page_ctrl .page_totals {
	display: inline-block;
	font-size: 13px;
	color: #555555;
	margin-right: 5px;
}