/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
	list-style: none;
}

/* .simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
} */

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/
.compact-theme span {
	cursor:pointer;
}

.compact-theme a, .compact-theme span {
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 1.25rem;
	font-weight: normal;
	text-align: center;
	border: 1px solid rgb(209 213 219 / 1);
	border-left: none;
	min-width: 14px;
	background: rgb(255 255 255 / 1);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.compact-theme a:hover, .compact-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: rgb(249 250 251 / 1);
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
	border-left: 1px solid rgb(209 213 219 / 1);
	border-radius: 0.375rem 0 0 0.375rem;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
	border-radius: 0 0.375rem 0.375rem 0;
}

.compact-theme .current {
	background: rgb(230 252 245 / 1);
	cursor: default;
	border-color: rgb(32 201 151 / 1);
	border-left: 1px solid rgb(32 201 151 / 1) !important;
}

.compact-theme li:first-child .current {
    border-right: none;
}

.compact-theme li:last-child .current {
    border-left: none !important;
}

.compact-theme .ellipse {
	background: #EAEAEA;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	cursor: default;
}
