/* 
    Created on : 16. 6. 2021, 17:21:01
    Author     : Miroslav Smetana <codix@codix.sk>
*/

table.paramtable th{
    background-color: white;    
}

table.paramtable td, table.paramtable th{
    vertical-align: middle;
}

table.paramtable td.pt-tooltip{
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-position: under;
}

table.paramtable th:nth-child(1){
    position: sticky;
    left: 0;
    z-index: 5;
    background-color: white;
}
    
table.paramtable td.pt-column-1{
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #F4F4F4;
    font-weight: bold;
}

table.paramtable {
    margin-bottom: 0;
    font-size: 0.8em;
}

div.paramtable-container {
    overflow-x: scroll;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 500px;
    background-color: #f4f4f4;
    border: 2px solid #F4F4F4;
    font-size: 0.8em;
}

table.paramtable td.pt-highlighted {
    background-color: #f4f4f4;
}

table.paramtable tr.pt-row-1 th { 
    text-align: center; 
    border: 1px solid #ddd;
}

table.paramtable tr.ordered-asc td.pt-column-1:after {
    font-family: "FontAwesome"; font-weight: bold; content: " \f160";
}

table.paramtable tr.ordered-desc td.pt-column-1:after {
    font-family: "FontAwesome"; font-weight: bold; content: " \f161";
}