<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
Document   : xtec-stats.css
Author: Ã€rea TAC - Departament d'Ensenyament de Catalunya
Description: Stylesheet of xtec-stats plugin
*/

.xtec-stats {
    border: 1px solid #ddd;
    color: #555;
    font-size: 1em;
    border-radius:2px;
    padding: 0.5em;
    text-align: left;
    width: 8em;
    margin-bottom: 1em;
}

#footer .xtec-stats {
    background-color: white;
    border: 1px solid white;
    color: #555 !important;
    font-size: 1em;
    border-radius:2px;
    padding: 8px;
}

table.xtec-stats-width{
    max-width: 99%;
}

.xtec-stats-limit{
    float:right;
    margin-bottom:5px;
    margin-right: 10px;
}

button.xtec-stats-orderBy{
    border: 0px;
    background-color: white;
    cursor:pointer;
    color:#0091e4;
}

.xtec-stats-no-show{
    display:none;
}

th a button:hover &gt; span.xtec-stats-arrow{
    display:block;
    float:right;
}

.xtec-stats-pagination{
    float:right;
    margin-right:30px;
}

.xtec-stats-pagination-arrow{
    border:0;
    width:100px;
    background-color: #f1f1f1;
    color:#0091e4;
    cursor:pointer;
}

.xtec-stats-export-csv{
    float:right;
    margin-top: 20px;
    border:0;
    background-color: #f1f1f1;
    cursor:pointer;
    color:#0091e4;
}

.buttonSearch{
    border:0;
    background-color: #f1f1f1;
    cursor:pointer;
    color:#0091e4;
}

.buttonSearch:hover, button.xtec-stats-export-csv:hover, button.xtec-stats-pagination-arrow:hover{
    color:#37d4fa;
}

.hidden-container{
    display: none;
}

.tab-container{
    padding: 10px;
}

.xtec-stats-notice{
    margin: 10px 0 -10px 0 !important;
}</pre></body></html>