/*
 *  Copyright (C) SCHUNK GmbH & Co. KG - All Rights Reserved
 *  Unauthorized copying of this file, via any medium is strictly prohibited
 *  Proprietary and confidential
 *  Written by Thomas Rutschke thomas.rutschke@rutschkeconsulting.com, November 2022
 */
/*
    Contains header css
    Created on : 06.02.2024, 08:20:03
    Author     : ThomasRutschke
*/

.UnitsTableHeaderId {
    border-collapse: collapse;
    max-width: 100%;
    margin-left: 5%;
}

.UnitsTableHeaderId [data-after]:after {
    content: attr(data-after);
}

/*
.UnitsTableHeaderId [headers='L10']:before{
    content: attr(data-before);
}
*/

.UnitsTableHeaderId [data-before]:before{
    content: attr(data-before);
}

.UnitsTableHeaderId th {
    color: #939393;
    font-weight: normal;
}

.UnitsTableHeaderId tr:hover {
    color: #009ee0;
}

.UnitsTableHeaderId td {
    border-top: 1px solid darkgray;
    cursor: pointer;
}

.UnitsTableHeaderId th, .UnitsTableHeaderId td {
    padding: 20px 18px;
    line-height: 1.03em;
    white-space: nowrap;
    border-color: #ccc;
}

.UnitsTableHeaderId .active {
    color: #009ee0;
}

/*.dt-type-numeric {
    padding-right: 1% !important;
    text-align: center;
}*/
