/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4/dez/2016, 11:53:20
    Author     : Miguel
*/
.pagination{
    text-align: center;
    display: block;
    padding-left: 0;
    margin: 0;
    border-radius: 0px; 
}

.pagination li,
.pagination .btn-round{
    display: inline-block;
    margin: 0rem;
}
.pagination li a,
.pagination .btn-round a{
    color: #d6d8d9;
    display: block;
}
.pagination .btn-round.disabled{
	color: #eee;
}
.pagination .selected,
.pagination li:hover{
    border-color: #2099aa;
    background-color: #2099aa;
}

.pagination .selected a,
.pagination li:hover a, 
.pagination .btn-round:hover a {
    color: #fff;
    background-color: #2099aa;
}

.pagination li:first-child:hover {
    margin-left: 0;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.pagination li:last-child:hover {
    margin-left: 0;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}