/*
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 : 6.3.2018, 18:12:14
    Author     : petr
*/

/*
 Paginace
*/

ul.paginace li {
    display: inline-block;
        padding: 2px 6px;  /*4px 10px */
    border: 1px solid #DDDDDD;
    margin-left: -1px;
    margin-top: 4px;
    text-align: center;
    /*color:  #0066FF;*/
    font-size: 14px;
        font-family:  sans-serif;
        font-weight:  normal;
    text-shadow: 1px 1px 1px lightgray ; 
}

ul.paginace li:hover {
    background: #fAfAfA;
}

ul.paginace li.neaktivni {
    color: #DDDDDD;
}

ul.paginace li.aktivni {
    color: white;    /*white*/
    background: #3b94e0;    /* #3b94e0; #006797*/
    font-weight: bold;
}

ul.paginace a {
        text-decoration: none;
        color:  #006797;    /* #079800 */
        font-size: 14px;
        font-family:  sans-serif;
        font-weight:  normal;
}

/*
 Ostatní
*/

.centrovany {
        text-align: center;
}
.pagintext {
    font-size: 12px;
        font-family:  sans-serif;
        font-weight: normal;
        color: #079800;
}