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

/* Traido de bootstrap */
.pagination {display: -ms-flexbox;display: flex;padding-left: 0;list-style: none;border-radius: 0.25rem;}
.page-link {position: relative;display: block;padding: 0.5rem 0.75rem;margin-left: -1px;line-height: 1.25;color: #007bff;background-color: #fff;border: 1px solid #dee2e6;text-decoration: none;}
.page-link:hover {z-index: 2;text-decoration: none;background-color: #e9ecef;border-color: #dee2e6;}
/* ------ */

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

.simple-pagination {
	display: inline;
	/*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: none!important;
	display:inline;
	margin-left: 0 !important;
}

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:#031846;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
}

.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
}

.light-theme .current {
	color: #3a3a3a;
	cursor: default;
}

.container.linePagination{
	display:flex;
	justify-content: center;
	margin-bottom: 1rem;
}