.check_passed {
    font-weight: bold;
    color: #9acd32
}
.check_failed {
    font-weight: bold;
    color: #f00
}
.check_warning {
    font-weight: bold;
    color: #fad200
}
.check_tableheader {
    background-color: #f3f3f3;
    border-bottom: 1px solid #00f;
}
.check_clickable {    
    cursor: pointer;
}
/* .check_clickable:hover {
    color: rgb(232, 246, 174) !important
} */
.check_progress {
    padding: 20px;
    background-color: var(--secondary-color);
}
.text_elided {
    /* max-width: 100%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text_centered {
    text-align: center;
}
.check_header_imgage {
    display: block;
    margin: auto;
    width: 18px;
}
.table_fixed {
    table-layout: fixed !important;
}
