
/*table.dataTable td.select-checkbox{
    position:relative
}*/
table.dataTable td.select-checkbox:before,table.dataTable td.select-checkbox:after{
/*    display:block;
    position:absolute;*/
    top:auto !important;
/*    left:50%;
    width:12px;
    height:12px;
    box-sizing:border-box*/
}
/*table.dataTable td.select-checkbox:before{
    content:' ';
    margin-top:-6px;
    margin-left:-6px;
    border:1px solid black;
    border-radius:3px
}
table.dataTable tr.selected td.select-checkbox:after{
    content:'\2714';
    margin-top:-11px;
    margin-left:-4px;
    text-align:center;
    text-shadow:1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9
}*/