@CHARSET "UTF-8";

.pagination.no-border-radius > li:first-of-type a {
	border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.pagination.no-border-radius > li:last-of-type a {
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
}

.pagination > li:first-of-type a {
	border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
}

.pagination > li:last-of-type a {
	border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.pagination-center {
	display: block;
    text-align: center;
}

.pagination > .active > a {
	background: #88C654 !important;
	border-color: #88C654 !important;
}

.pagination > .active > a > span {
	color: #fff;
}

.pagination li a span {
	color: #0093CC;
}

.page-txt-style {
	color: #04569E;
	font-size: 16px;
}

.pagination-btn:hover{
	box-shadow: 0px 2px 10px 5px #DDDDDD;
    z-index: 1;
    background-color: #FFFFFF !important;
}

.pagination > li > a > span.bold {
	font-family: worksans-bold !important;
}

.pagination > li.active > a > span {
	font-family: worksans-regular !important;
}
