
/* asPagination */

.pagination .page-item .seperator {
    width: 30px;
    height: 100%;
    line-height: 30px;
    text-align: center;
}

/* Bootstrap manipulation */
.page-item:first-child .page-link {
	border-radius: 0;  
}
.page-item:last-child .page-link {
	border-radius: 0;  
}

/*	Red dark Theme Styles */
.reddark-theme .page-item .page-link {
	float: left;
	min-width: 24px;
	padding: 7px 10px;
	margin: 3px;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #d9dde1;
	background: #f3f3f3;
	color: #000;
}

.reddark-theme .page-item.disabled .page-link{
	opacity: 0.8;
}

.reddark-theme .page-item .page-link:hover,
.reddark-theme .page-item.active .page-link {
	text-decoration: none;
    border: 1px solid #d9dde1;
    background: #e04113;
    color: #fff;
}