.page-break-con, .page-container {
	text-align: center;
}
.page-break-con.blue .pg-btn{
	background-color: #558dd8;
}
.page-break-con.blue .pg-btn:hover{
	background-color: #0053C2;
}
.page-break-con.blue .active,
.page-break-con.blue .pg-item:hover {
	border: 1px solid #558dd8;
}
.page-break-con .pg-btn {
    display: inline-block;
    border: 0px solid #999;
    line-height: 30px;
    font-size: 12px;
    width: 20px;
    height: 30px;
    color: #333;
    cursor: pointer;
}
.page-break-con .disabled {
    cursor: not-allowed !important;
    color: #999 !important;
    border-color: #ccc;
}
.page-break-con .pg-item,
.page-break-con span {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 30px;
	font-size: 14px;
	width: 30px;
	height: 30px;
	color: #666;
	border: 1px solid transparent;
}
.page-break-con .pg-item {
    cursor: pointer;
    border: 1px solid #ccc;
}
.page-break-con .pre {
	margin-right: 4px;
}
.page-break-con .pg-btn:hover {
	color: #ff4401;
	border-color:#ff4401;
}
.page-break-con .disabled:hover {
	border-color: #ccc;
}
.page-break-con .next {
	margin-left: 4px;
}
.page-break-con .active, .page-break-con .active:hover{
    background-color: #ff4401 !important;
    color: #efefef !important;
    border-color:#ff4401;
}
.page-break-con .pg-item:hover {
	color: #ff4401;
	border-color:#ff4401;
}
.page-break-con, .page-input-con{
	display: inline-block;
}
.page-input-con input {
    height: 12px;
    padding: 4px;
    line-height: 12px;
    font-size: 12px;
    width: 30px;
    color: #666;
    border: 1px solid #666;
    margin-left: 6px;
    margin-right: 6px;
}
.pageeee-input-con input:focus{
    border-color: #ff3301;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(254, 68, 1, .6);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(254, 68, 1, 0.6);
}
.page-input-con button {
    height: 22px !important;
    width: 40px !important;
    min-width: 30px !important;
    line-height: 22px !important;
    padding: 0px !important;
    background-color: #ff3301;
}
.page-input-con button:hover{
	background-color: #ff4401;
}

