﻿   
   
        @media only screen and (min-width: 1300px) {
  .dataTables_wrapper .ui-toolbar {
  
    position: sticky;
    top: 0;
      bottom: 0;
   background: #E6E6E0 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x!important;
}
   thead{
    position:sticky;
    top: 48px;
   }

        }



@media only screen and (max-width: 768px) {
table.dataTable {
   
    overflow: auto!important;
    display: block!important;
}
}


            @media only screen and (min-width: 1900px) and (max-width:2000px) {
             thead{
    position: sticky!important;
    top: 50.7px!important;
   }
        }

