body.pushable {
  background: #ffffff !important;
}
.pushable > .pusher {
  min-height: 100vh;
}
/* Title */
#nav-header {
  border: unset;
  border-radius: 0px;
  height: 56px;
}
#nav-header-logo-text {
  color: #000000;
}
#nav-header-logo {
  display: none;
  height: 50px;
  width: 95px;
  margin: 4px 30px 0px 45px;
  align-self: center;
}
#nav-header-right > .ui.dropdown.item {
  z-index: 1000;
}
#nav-header-toggle {
  display: none;
  padding: 20px;
  font-size: 1.2rem;
}
/* SideBar */
#nav-logo {
  padding: 0;
  text-align: center;
}
#nav-logo img {
  width: 120px;
  display: inline-block;
}
#nav-accordion .title.item {
  padding: 0.92857143em 1.14285714em !important;
}
/* Main Content */
main {
  margin: 1rem 0;
}
/* Table */
#nav-table {
  overflow: overlay;
  -webkit-overflow-scrolling: touch;
}
body ::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
html.ios {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
html.ios,
html.ios body {
  height: initial !important;
}
#myTable {
  margin: 0px auto 20px auto;
}
/* pagination */
#paginationWrapper {
  display: none;
  text-align: center;
  padding-bottom: 20px;
}
#pagination {
  padding: 0 !important;
}

@media only screen and (max-width: 991px) {
  #nav-header-toggle {
    display: block;
  }
  #nav-header-logo-text {
    display: none;
  }
  #nav-header-logo {
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    margin: 2px 0 0 0;
  }
  #nav-header-right {
    display: none;
  }
}
