.custom-nav {
  background-color: blue !important;
  margin-top: 0.5rem !important;
  padding: 0.5rem !important;
  color: #fff !important;
}

.table {
  text-align: right !important; 
}

.table th{
  text-align: center !important; 
}

table tr.input-w-50px td input[type=text] {
  width: 50px;
}

.w-50px {
  width: 50px !important;
}
.w-100px {
  width: 100px !important;
}
.w-120px, .w-date-input{
  width: 120px !important;
}
.w-200px {
  width: 200px !important;
}
.w-400px {
  width: 400px !important;
}

.paginationjs div {
  padding-top: 10px;
}
.paginationjs-pages ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2E68A9;
}

.paginationjs-pages li:not(:first-child, :last-child) {
  padding: .5em;
  padding-top: .2em;
  padding-bottom: .1em;
  border: 1px solid #2E68A9;
  width: 40px;
  text-align: center;
}

.paginationjs-pages li {
  margin-right: 1em;
}

.paginationjs-pages li:not(.disabled, .active) {
  cursor: pointer;
}

.paginationjs-pages li a {
  text-decoration: none;
  color: #2E68A9;
}

.active {
  background-color: #2E68A9;
}

.paginationjs-pages .active a {
  color: #fff;
}