/* FOR_Pagination.source.css */

.aos-Page {
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    min-width: unset;
    padding: 0;
    transition: background-color 0.35s ease 0s;
    -webkit-transition: background-color 0.35s ease 0s;
    -moz-transition: background-color 0.35s ease 0s;
    width: 35px;
	overflow:hidden;
}

/*.aos-Page.aos-FWB, .aos-Page.next, .aos-Page.last, .aos-Page.prev, .aos-Page.first {
    background-color: #e5e9ee;
}*/
.aos-Page:hover {
    background-color: #d5d6d9;
}
.aos-Page.all {
    width: auto;
	padding:0 10px;
}
.aos-Page.next, .aos-Page.last {
    margin-right: 0;
}
.aos-Page.last {
    margin-left: 5px;
}
.aos-Page.next.text {
    padding-left: 10px;
    width: auto;
}
.aos-Page.next::after {
    background: transparent url("/AfcIcon/Icons/17aoPageNext.svg") no-repeat scroll center center;
    content: " ";
    float: right;
    height: 35px;
    width: 35px;
}
.aos-Page.next.text::after {    
    border-left: 1px solid;
    margin-left: 10px;
}
.aos-Page.prev.text {
    padding-right: 10px;
    width: auto;
}
.aos-Page.prev::before {
    background: transparent url("/AfcIcon/Icons/17aoPagePrev.svg") no-repeat scroll center center;
    content: " ";
    float: left;
    height: 35px;   
    width: 35px;
}
.aos-Page.prev.text::before {   
    border-right: 1px solid;    
    margin-right: 10px;
}
.aos-Page.first::before {
    background: transparent url("/AfcIcon/Icons/17aoPageFirst.svg") no-repeat scroll center center;
    content: " ";
    float: left;
    height: 35px;
    width: 35px;
}
.aos-Page.last::before {
    background: transparent url("/AfcIcon/Icons/17aoPageLast.svg") no-repeat scroll center center;
    content: " ";
    float: left;
    height: 35px;
    width: 35px;
}

@media screen and (max-width: 800px) {
	.aos-Page {
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.aos-Page.all {
		padding:0 5px;
	}
	
	.aos-Page.next.text {
		padding-left: 0;
		width:35px;
	}
	.aos-Page.next.text span {
		display: none;
	}
	.aos-Page.next.text::after {
		border-left: 0 none;
		margin-left: 0;
	}
	.aos-Page.prev.text {
		padding-right: 0;
	}
	.aos-Page.prev.text span {
		display: none;
	}
	.aos-Page.prev.text::before {
		border-right: 0 none;
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	.aos-Page {
		font-size: 13px;
		line-height: 25px;
		width: 25px;
		height: 25px;
	}
	.aos-Page.last::before, .aos-Page.next::after, .aos-Page.first::before, .aos-Page.prev::before {
		height: 25px;
		width: 25px;
	}
	.aos-Page.next, .aos-Page.prev {
		display: none;
		margin: 0;
		padding: 0;
	}
}