/**
* Zobrazení dat
* 
* Knihovna pro zobrazení dat pomocí stránkování
* 
* @category   Knihovny funkcí
* @copyright  Copyright (c) 2016 Foxtrot Technologies s.r.o. (www.foxtrot.cz)
* @version    1.1, 2023-05-27
*/

.foxPagedData_nav_nbrs {
    font-family: 'Avenir';
    font-size: 11pt;
}

.foxPagedData_sortable_column {
    cursor: pointer;
    background-color: #565656 !important; 
}

.foxPagedData_sort_icon {
    margin: 3px 0 3px 8px;
    height: 12pt;
}

.foxPagedData_sortable_head_cont {
    justify-content: center;
}