.nav-abas-npccee .nav {
  border-bottom: 4px #ff8f00 solid;
}

.nav-abas-npccee .nav > .nav-link {
  background-color: #eceff1;
  margin: 0 3px;
  width: calc(25% - 5px);
}

.nav-abas-npccee .nav-tabs .nav-link {
  border-radius: 0;
  color: #90a4ae;
  text-transform: uppercase;
  padding: 15px 0;
}

.nav-abas-npccee .nav-tabs .nav-link:focus,
.nav-abas-npccee .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-abas-npccee .nav-link:focus,
.nav-abas-npccee .nav-link:hover {
  color: #212121;
}

.nav-abas-npccee .nav > .nav-link:first-child {
  margin-left: 0;
}

.nav-abas-npccee .nav > .nav-link:last-child {
  margin-right: 0px;
}

.nav-abas-npccee .nav-tabs .nav-link.show .nav-link,
.nav-abas-npccee .nav-tabs .nav-link.active {
  background-color: #ff8f00;
  color: #fff;
  border-color: #ff8f00;
  margin-bottom: -4px;
}

.nav-abas-npccee .btns-group-action > .btn {
  margin: 0 0.125rem;
}

.nav-abas-npccee .btn-secondary {
  background-color: #ff8f00;
  border-color: #ff8f00;
  color: #fff;
}

.nav-abas-npccee .btn-outline-secondary {
  border-color: #ff8f00;
  color: #ff8f00;
}

.table thead td,
.table thead th {
  font-weight: bold;
}

.table thead th {
  border-bottom: 1px solid #eceff1 !important;
}

.table-striped tbody tr:nth-of-type(odd) td,
.table-striped tbody tr:nth-of-type(odd) th {
  background: #fff !important;
}

.table-striped tbody tr:nth-of-type(even) td,
.table-striped tbody tr:nth-of-type(even) th {
  background-color: #eceff1;
}

span#search-key {
  background: #fff;
  color: var(--colors-primary-blue-normal, #ff8f00);
}

.date > .box-input {
  position: relative;
}

.date > .box-input > i {
  position: absolute;
  right: 0;
  padding: 10px;
  border-left: 0.0625rem solid #ced4da;
}

.no-radius {
  border-radius: 0 !important;
}

.pst-relative {
  position: relative;
}

.select-field {
  height: 38px;
}

.select-field > i {
  color: #ff8f00;
  right: 0;
  position: absolute;
  padding: 11px;
  border-left: 0.0625rem solid #ced4da;
}

.select-field > .form-select {
  position: absolute;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  z-index: 10;
}

.label-pagina {
  font-size: 14px;
}

.container.acervo .search-term .input-group {
  position: relative;
}
.container.acervo .search-term .input-group > ul {
  height: auto;
}
.container.acervo .search-term .input-group button:disabled {
  opacity: 1;
  font-size: 14px;
  width: 100%;
  max-width: 80px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 550px) {
  .container.acervo .search-term .input-group button:disabled {
    font-size: 12px;
    max-width: 60px;
  }
}
.container.acervo .search-term .input-group .dropdown-toggle-split {
  width: 34px;
}
.container.acervo .search-term .input-group .dropdown-toggle-split.show {
  background-color: var(--colors-primary-blue-normal, #ff8f00);
  color: #fff;
}
.container.acervo .search-term .input-group .dropdown-menu.show {
  inset: 40px auto auto 232px !important;
  transform: unset !important;
  padding: 0;
  width: 157px;
  border-top: none;
}
.container.acervo .search-term .input-group .dropdown-menu.show li .dropdown-item {
  color: #212121;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 25px;
  padding: 0 11px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.container.acervo .search-term .input-group .dropdown-menu.show li .dropdown-item:hover {
  background-color: #eceff1;
}
.container.acervo .search-term .input-group .dropdown-menu.show::after {
  padding: 0;
}
@media (max-width: 550px) {
  .container.acervo .search-term .input-group .dropdown-menu.show {
    inset: 40px auto auto 0px !important;
    max-width: 100% !important;
    width: 100%;
  }
}
.container.acervo .pagination,
.container.acervo .footer {
  padding: 0;
}