﻿
@media (min-width:992px) {

  .my-hidden-lg {
    display: none;
  }
  .sticky-header .portlet-title {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    z-index: 6;
    background-color: #fff;
  }

  .sticky-header .portlet-title {
    top: 76px;
    z-index: 6;
  }

  /*#datatable_ajax_wrapper > .row:first-child {
    top: 130px;
    padding: 10px 0;
  }*/

  .sticky-header #datatable_ajax_copy {
    margin: 0 !important;
  }
}

.sticky-header table.dataTable.fixedHeader-floating {
  z-index: 5;
  box-shadow: none;
}

.sticky-header .portlet-bg {
  height: 0;
  position: fixed;
  background: white;
  z-index: 1;
  top: 50px;
}