
.p_pagelan {
	height: 70px;
	
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
	
}

.p_pagelan a {
	height: 16px;
	padding: 7px 12px;
	border: 1px solid #cdcdcd;
	margin: 20px 3px 0px 3px;
	background: #FFFFFF;
	color: #333333;
	line-height: 16px;
	text-decoration: none;
	font-size: 12px;
	
}

.p_pagelan a:hover {
	border: 1px solid #00c6c9;
	background: #00c6c9;
	color: #fff;
}

.p_pagelan .current {
	border: 1px solid #00c6c9;
	background: #00c6c9;
	color: #fff;
	
}

.pagination {
	display: inline-block;
	display: flex;
	    align-items: center;
		justify-content: center;
}

.pagination li {
	float: left;
	list-style-type: none;
	font-size: 14px;
}

.p_pagelan .active span {
	height: 16px;
	padding: 7px 12px;
	border: 1px solid #00c6c9;
	margin: 20px 3px 0px 3px;
	background: #00c6c9;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
	font-size: 12px;
}

.p_pagelan .disabled span {
	height: 16px;
	padding: 7px 12px;
	border: 1px solid #cdcdcd;
	margin: 20px 3px 0px 3px;
	background: #FFFFFF;
	color: #333333;
	line-height: 16px;
	text-decoration: none;
	font-size: 12px;
}
.pagination input{
	width: 34px;
		height: 35px;
		background-color: #ffffff;
		border: solid 1px #eeeeee;
		text-align: center;

		margin-right: 3px;
}
  input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    input[type="number"] {
        -moz-appearance: textfield;
    }
.go{
		width: 34px;
		height: 35px;
		background-color: #00c6c9;
		line-height: 35px;
		color: #FFFFFF;
		font-size: 14px;
		text-align: center;
		margin:0 3px ;
		cursor: pointer;
}