
table.datagrid tr th:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 7px;
}

table.datagrid tr th:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 7px;
}

table.datagrid tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 7px;
}

table.datagrid tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 7px;
}


@media (min-width: 992px) {


  .sidebar {
    box-shadow: none;
    
    padding: 0 var(--sidebar-padding-right) 0 var(--sidebar-padding-left);
    position: fixed;
    right:0;
    width: auto;
    z-index: 1049;
}
  .content-top {
    background: #f8fafc;
  }

  body.ea-sidebar-width-compact #main-menu .menu .menu-header {
    height: auto;
    overflow: hidden;
    padding: 0;
    width: auto;
    padding-left: 8px;
  }
  body.ea-sidebar-width-compact .sidebar{
    position: relative;
    width: 48px;
    z-index: 1000;
  }
  body:not(.ea-sidebar-width-compact) .sidebar{
    position: fixed;
    width: var(--sidebar-max-width);
    z-index: 1;
  }
  
  /*  */

  body.ea-sidebar-width-compact #main-menu .menu .menu-header .menu-item-label {
    display: none;
  }

  .content-top{
    box-shadow: none;
  }

  .resizer-handler:hover {
    background: #96d213;
  }

  .toggle-collapse-menu,.toggle-collapse-menu:hover {
    position: absolute;
    right: -45px;
    color:#333;
    top: 11px;
    font-size: 24px;
    padding:0;
    z-index: 1;
    box-shadow: none !important;
  }

  @media (min-width: 992px) {
    body.ea-sidebar-width-compact
      #main-menu
      .menu
      .menu-item:hover
      .menu-item-contents {
      background: var(--body-bg);
      color: #0b2656;
    }

    .content-top .content-search .form-widget {
      padding-left: 25px;
    }

    body.ea-sidebar-width-compact #main-menu .menu .menu-item:hover .menu-icon {
      color: #0b2656;
    }

    .navigation-toggle {
      display: none;
    }
  }
}