.ipg-header {
  background-color: #c0d6e4;
  /* background-color: #c0d6e4; */
}

.header-logo {
  height: 30px;
}

.messages-display {
  vertical-align: middle;
}

.messages-button {
  margin: 5px;
}

.login-page-contents {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
.parent {
  position: relative;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/

/*  Search results page */

.inv-status-header {
  text-align: center;
}

/*
.inv-uom {
  display: inline-block;
}
*/

.form-control-inline {
  min-width: 0;
  width: auto;
  display: inline;
}

.input-append .btn.dropdown-toggle {
  float: none;
}

/* Button style start */

.btn {
  padding: 7px 24px;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0 none;
}

.btn-primary {
  background: #0099cc;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #33a6cc;
}

.btn-primary:active,
.btn-primary.active {
  background: #007299;
  box-shadow: none;
}

.negative-quantity {
  color: red;
}

/* Button style end */

.custom_table {
  margin-bottom: 0px;
}

.table {
  margin-top: 4px;
  border: 1px solid rgb(197, 197, 199);
}
.table thead,
.table tfoot {
  background: rgb(237, 237, 239);
}

.table tfoot select {
  border-radius: 4px;
  padding: 4px;
}

.table tfoot button {
  background-color: #00000020;
  width: 32px;
  border: none;
  padding: 4px ;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

.table tfoot button:hover {
  background-color: #00000040; /* Darker shade for hover */
}

.table tfoot button:disabled {
  background-color: #00000010; /* Lighter shade for disabled */
  cursor: not-allowed;
  opacity: 0.6;
}

.sort-icon {
  width: 16px;
  margin-left: 4px;
  margin-bottom: 2px;
}