/*
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 : 21-apr-2016, 13.47.58
    Author     : Claudio Ferrari <claudio.ferrari@imagist.it>
*/
/*.pagination > .internal > .disabled > span,
.pagination > .internal > .disabled > a,
.pagination > .internal > .disabled > a:hover,
.pagination > .internal > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
  border-color: #ddd;
}*/

.internal.disabled > span:hover,
.internal.disabled > span:focus {
    color: #000;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
}

.internal.disabled > span {
    color: #000;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
}

.pagination > li > a {
    background-color: #cfd3d7;
}