.badge-clocx-menu {
    height: 18px;
    width: 18px;
    font-size: 11px;
    font-weight: normal;
    padding: 4px 1px 4px 0;
    margin-left: 2px;
}

.badge-clocx-table {
    height: 1.5rem;
    width: 1.5rem;
    float: left;
}

.badge-clocx-new {
    font-weight: bold;
}

.badge-clocx-new:after {
    /*content: '\f111';*/
    content: '\f0f3';
    font-family: "Font Awesome 6 Free", serif;
    font-weight: 600;
    color: var(--color-clocx-menu-badges);
    position: absolute;
    left: 0;
    margin-top: -4px;
    /*scale: 0.6;*/
}

tr.badge-clocx-new td {
    background-color: rgba(141, 136, 160, 0.30);
}

tr.odd.badge-clocx-new td:not(tr.selected td) {
    background-color: rgba(141, 136, 160, 0.4);
}

tr.even.badge-clocx-new td:not(tr.selected td) {
    background-color: rgba(141, 136, 160, 0.35);
}
