/*Write your custom css in this file.*/

@media (max-width: 913px) {
  /* Fix not showing cell content on moblie */
  table.dataTable.display > tbody > tr > td,
  table.dataTable.display > thead > tr > th {
    display: table-cell !important;
  }
  table.dataTable.nowrap th,
  table.dataTable.nowrap td {
    white-space: normal !important;
  }
  table.dataTable.display {
    overflow-x: auto !important;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
    display: none !important;
  }
  /* Fix not showing full height when rotate */
  #left-menu-toggle-mask > div.page-container > div.main-scrollable-page {
    height: 100% !important;
  }
  /* Fix popup menu not showing on top*/
  .custom-toolbar .navbar-collapse.show {
    overflow-y: visible !important;
  }
}
