/**
* 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: 2px 1px 5px 0;
	margin: 0;
}

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

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

.ellipse input {
	width: 3em;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme span {
	cursor:pointer;
}

.light-theme a, .light-theme span {
	float: left;
	color: #28a745;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #28a745;
	min-width: 24px;
	padding: 3px 7px;
	margin: 0 5px 0 0;
	border-radius: 0;
	background: #fff;
}

.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
    border-radius: 0px;
    border: 1px solid #28a745;
    background: #28a745;
    color: #fff;
}

.light-theme .current {
    border-radius: 0;
    border: 1px solid #28a745;
    background: #28a745;
    color: #fff;	
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}