/* === Devels datagrid === */
.devels-datagrid thead th {
    text-align: center;
}
.devels-datagrid thead th a:hover {
    text-decoration: none;
}
.devels-datagrid thead tr:first-child span {
    display: block;
}
.devels-datagrid thead th a.text-success {
    color: #cc2a2a !important;
}
.devels-datagrid tbody td {
    /* vertical align to cell center  */
    vertical-align: middle;
    text-align: left;
}
.devels-datagrid tbody td.checkbox-column {
    text-align: center;
    position: relative;
}
.devels-datagrid tbody td.checkbox-column label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
