.page_body {
  height: 100%;
  width: 100%
}

.page_header {
  position: absolute;
  height: auto;
  top: 30px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}

.page_header > h1 {
  text-transform: uppercase;
}

.page_header > div {
  margin-top: 5px;
  margin-bottom: 15px
}

.page_header > div > a:visited {
  color: #084703;
}

.page_content {
  position: absolute;
  top: 85px;
  bottom: 60px;
  left: 0px;
  right: 0px;
  overflow: auto;
  /*margin: 2px;*/
}

.page_content_detail {
  position: absolute;
  top: 150px;
  bottom: 50px;
  overflow: auto;
}

.page_footer {
  position: absolute;
  bottom: 0px;
  height: 60px;
  left: 0px;
  right: 0px;
  padding: 5px;
  background-color: var(--bs-tertiary-bg);
  overflow: hidden;
}

.nte-list-content1 {
  padding-right: -0.75rem;
  padding-left: -0.75rem;
}
.main-content {
  padding: 0 !important;
}
.table_th_stycky {
  position: sticky;
  top: 4.25rem;
}

.nte-menu {
  padding: 0px;
}

.nte-menu-btn {
  margin: 10px;
}
.nte-list-row-selected {
  border-left-width: 5px;
  border-left-color: rgb(121, 97, 245);
}
.nte-w100 {
	width: 100%;
}