html {
  position: absolute;
  width: 100%;
}

p,
h1,
h2,
h5,
h4,
td,
th,
label {
  color: #184e8e;
}

.header-blue {
  background: linear-gradient(135deg, #1b2f70, #3c7ab3);
  background-color: #184e8e;
  font-family: 'Source Sans Pro', sans-serif;
}

.header-blue .navbar {
  background: transparent;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.header-blue .navbar .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.header-blue .navbar .navbar-brand:hover {
  color: #f0f0f0;
}

.header-blue .navbar .navbar-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
  border-color: transparent;
}

.header-blue .navbar .navbar-collapse span .login {
  color: #fff;
  margin-right: .5rem;
  text-decoration: none;
}

.header-blue .navbar .navbar-collapse span .login:hover {
  color: #fff;
}

.header-blue .navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}

.header-blue .navbar .navbar-toggler:hover,
.header-blue .navbar-toggler:focus {
  background: none;
}

.header-blue .navbar.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.header-blue .navbar.navbar-light .navbar-nav .nav-link:focus,
.header-blue .navbar.navbar-light .navbar-nav .nav-link:hover {
  color: #fcfeff !important;
  background-color: transparent;
}

.header-blue .navbar .navbar-nav>li>.dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  background-color: #fff;
  border-radius: 2px;
}

.header-blue .navbar .dropdown-menu .dropdown-item:focus,
.header-blue .navbar .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.header-blue .navbar .dropdown-menu .dropdown-item:focus,
.header-blue .navbar .dropdown-menu .dropdown-item:hover {
  background: #ebeff1;
}

.header-blue .action-button,
.header-blue .action-button:not(.disabled):active {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 40px;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  padding: .3rem .8rem;
  background: transparent;
  transition: background-color 0.25s;
  outline: none;
}

.header-blue .action-button:hover {
  color: #fff;
}

.header-blue .navbar .form-inline label {
  color: #d9d9d9;
}

.header-blue .navbar .form-inline .search-field {
  display: inline-block;
  width: 80%;
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  box-shadow: none;
  color: inherit;
  transition: border-bottom-color 0.3s;
}

.header-blue .navbar .form-inline .search-field:focus {
  border-bottom: 1px solid #ccc;
}

.header-blue .hero {
  margin-top: 20px;
  text-align: left;
}

.header-blue .hero h1 {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.header-blue .hero p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

.icon svg {
  margin-right: 10px;
}

a {
  color: #184e8e;
  font-weight: 300;
}

a:hover {
  color: #184e8e;
  font-weight: 300;
  text-decoration: none;
}

.center {
  margin: auto;
}

.card-form h1 {
  text-align: center;
}

.text-primary {
  color: #184e8e !important;
}

.alert {
  width: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #3c7ab3;
  border-color: #1b2f70;
}

.btn-primary:hover {
  color: #fff;
  border-color: #3c7ab3;
  background-color: #184e8e;
}

.action-list {
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 0;
}

.action-list li a {
  color: #184e8e;
  font-weight: 300;
}

.action-list li a svg {
  padding-right: 10px;
}

.action-list li a:hover {
  color: #184e8e;
  font-weight: 300;
  text-decoration: none;
}

.chart-area-line {
  min-height: 350px;
}

.chart-area-line canvas {
  height: 100%;
  width: 100%;
}

.chart-area-scatter {
  min-height: 350px;
}

.chart-area-scatter canvas {
  height: 100%;
  width: 100%;
}

.footer-blue {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: linear-gradient(135deg, #1b2f70, #3c7ab3);
  background-color: #184e8e;
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%;
  margin: auto;

}

.footer-blue p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: center;
  width: 100%;

}

.card-center {
  margin: 0 auto;
  /* Added */
  float: none;
  /* Added */
  margin-bottom: 10px;
  /* Added */
}

.col-width-20 {
  width: 20%
}

.col-width-30 {
  width: 30%
}

.col-width-40 {
  width: 40%
}

.table-xsm tbody tr td {
  padding-bottom: 0px;
  padding-top: 0.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;

}

table tr:last-child td {
  border-bottom: 0px;
}

.table-xsm tbody tr td input {
  border: 0px;

}

.table-xsm tbody tr td select {
  border: 0px;
  height: calc(1.5rem + 2px);

}

.table_stock {
  border-left: none;
  border-right: none;
}

.table_stock tbody tr td {
  color: #184e8e;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
}

.table_stock thead tr th {
  color: #184e8e;
  font-weight: 600;
  text-decoration: none;
  text-align: left;
}

.table_stock tbody tr th {
  color: #184e8e;
  font-weight: 600;
  text-decoration: none;
  text-align: left;
}


.mt-6 {
  margin-top: 5rem !important;
}

#spinner-overlay {
  position: fixed;
  inset: 0;
  /* top/right/bottom/left: 0 */
  background: rgba(0, 0, 0, 0.45);
  /* greyed-out effect */
  display: grid;
  /* easy centering */
  place-items: center;
  z-index: 9999;
  /* above everything */
}

#spinner-overlay[hidden] {
  display: none;
}

/* The circular rotating spinner */
#spinner-overlay .spinner {
  width: 64px;
  height: 64px;
  border: 6px solid #e5e7eb;
  /* light ring */
  border-top-color: #2563eb;
  /* accent segment */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Rotation animation */
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
