Subversion Repositories munaweb

Rev

Rev 10 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

html, body, h1, h2, h3, h4, h5, h6 {
/*    font-family: 'Lato', sans-serif;*/
    font-family: 'Roboto', sans-serif;}

.bottom-margin-0 {
        margin-bottom: 0;
}

.top-margin-0 {
        margin-top: 0;
}

.w3-input-2{margin:10px;padding:8px;display:inline;border:none;border-bottom:1px solid #ccc;width:85%}
.w3-select-2{margin:10px;padding:9px 0;width:85%;border:none;border-bottom:1px solid #ccc}
.w3-btn-2,.w3-button-2{border:none;display:inline;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.no-label-wrap{white-space:nowrap; display:inline-block;}
.keepTogether{white-space:nowrap;}

@media print {
        table, th, td {
                border-collapse: collapse;
                border: 1px solid black;
                width: 100%;
                text-align: left;
                white-space: nowrap;
        }
        
    table { page-break-inside: auto; }
    tr    { page-break-inside: avoid; page-break-after: auto; }
    thead { display: table-header-group }
    tfoot { display: table-footer-group; }
    img   { max-height: 50px!important; }
}

.css-serial {
  counter-reset: serial-number;  /* Set the serial number counter to 0 */
}

.css-serial td:first-child:before {
  counter-increment: serial-number;  /* Increment the serial number counter */
  content: counter(serial-number);  /* Display the counter */
}

table.tablesorter tbody tr.odd.checked td {
    background: #8080c0;
    color: #fff;
}
table.tablesorter tbody tr.even.checked td {
    background: #a0a0e0;
    color: #fff;
}

.tablesorter-filter.disabled {
    display: none;
}