.dataTable thead tr th {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0B0B0B), color-stop(1, #0B0B0B));
    background: -moz-linear-gradient( center top, ${sigaApi.colorTable} 5%, ##0B0B0B} 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0B0B0B', endColorstr='#0B0B0B');
    background-color: #0B0B0B;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    border-left: 1px solid #0B0B0B;
}

div .dt-layout-end {
    margin-left: 0px !important;
}