/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
    display: flex
    padding-left: 0;
    list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	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 {
 	font-size:16px;
	line-height:24px;
	font-weight: 400;
	text-align: center;
	border: 1px solid #dee2e6;
	font-size:16px;
	line-height:24px;
	font-weight: 400;
	text-align: center;
	border: 1px solid #dee2e6;
	min-width: 14px;
    margin-top: -6px;
    display: block;
	padding-top: .375rem;
    padding-bottom: .375rem;
}


/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme span {
	cursor:pointer;
}

.light-theme .disabled span {
	background: #dee2e6;
}

.light-theme a, .light-theme span {
    display: block;
    position: relative;
	color: #9A2B49;
	font-size:16px;
	line-height:24px;
	font-weight: 400;
	text-align: center;
	border: 1px solid #dee2e6;
	min-width: 14px;
	padding-left: .75rem;
    padding-right: .75rem;
	padding-top: .375rem;
    padding-bottom: .375rem;
	background: #fff; /* Old browsers */
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
@media only screen and (max-width: 900px) {
.light-theme a, .light-theme span {
	font-size:14px;
	line-height:20px;
	min-width: 12px;
	padding-left: .6rem;
    padding-right: .6rem;
	padding-top: .3rem;
    padding-bottom: .3rem;
    }
.ellipse input {
 	font-size:14px;
	line-height:20px;
	font-weight: 400;
	min-width: 12px;
    margin-top: -5px;
    display: block;
	padding-top: .3rem;
    padding-bottom: .3rem;
}

}

.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .active .current {
	background: #9A2B49;
	color: #FFF;
	border-color: #444;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

