﻿.pager {
	margin: 0.5em 0.2em 0.2em!important;
}
.pager div.short {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
}
.pager div.short input {
	display: inline-block;
    float: left;
}
.pager div.short .num_box {
	width: 3em;
	margin: 0.2em;
	border-radius: 0.2em;
}
.pager ul {
    list-style: none;
    padding: 0;
    margin:0;
    /*float: left;*/
    margin: auto 0.2rem;
    width:auto!important;
	line-height: 2.4em;
}
.pager ul li {
    display: block;
    margin-left: 0.2em;
	margin-right:0.1em;
	float: left;
}
.pager ul li a {
	display: inline-block;
	text-decoration: none;
	background-color: transparent;
	color:#6d6d6d;
    border-radius: 50%;
	width:27px;
	height: 27px;
	font-size: 16px;
	margin:0;
	padding:0;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    line-height: 25px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.pager ul li a:hover {
    background-color: #91cb3e;
	color: #fff;
}
.pager ul li a.active {
    z-index: 1;
    color: #fff;
    background-color: #91cb3e;
    border-color: #91cb3e;
}
.pager span {
    margin: 0.4em 0.2em;
    color: #333333;
    float: left;
}
.pager .btn {
	float: left;
	vertical-align: middle;
    text-align: center;
	font-size: 1em;
	line-height: 1em;
	padding:.4em;
	margin: .2em 0.2em;
}
.btn-light {
    background-color: #fff !important;
    border-color: #ced4da;
    color: #505050;
    padding: 0.2rem 0.5rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-light:disabled, .btn-light:focus, .btn-light:hover {
    background: #ebecec!important;
    border-color: transparent
}
.pager .disabled {
    color: #cbcbcb !important;
}

@media (max-width: 990px){
	.pager div.short {
    display: none;
}
}
@media (max-width: 767px){
	.pager .btn{
		float:left;
	}
}

