body {
  font-family: Roboto, Arial, sans-serif;
  font-size: .9rem;
  position: relative;
  margin: 0;
}

.bg-body {
   background-image: url(../img/wood-phases.jpg);
   background-size: cover;
}

.bg-body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5); /* white overlay with 50% opacity */
  pointer-events: none;
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.8);
}

h1.page-title a {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  color: #333 !important;
  text-decoration: none;
}

img.main-menu {
  width: 120px;
  height: auto;
  cursor: pointer;
}

.data-card {
  background-color: rgba(156, 236, 199, .6);
  border: 0;
  border-right: 2px solid #FFF; 
  height: 80px; 
  color: #888;
  padding: 0;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.data-card.in {
  background-color:rgba(232, 238, 142, .4);
}

.data-card.out {
  background-color:rgba(236, 184, 184, .4);
}

.data-card-title {
  font-size:9pt; 
  color: #888;
  padding: 0;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
}

tr.bg-secondary-light td {
  background-color: #ccc;
}

table.details th, table.details td {
  border: 1px solid #999;
  font-family: "Roboto Condensed";
  font-size: 12px;
  vertical-align: middle;
}

select {
  font-size: .9rem !important;
}

div.sidebar {
  right: 0;
  position: absolute;
  min-height: 100%;
  height: auto;
  width: 500px;
  top: 0;
  background-color: #ddd;
  z-index: 1;
}

div.dropdown-menu > a {
  font-family: 'Roboto Condensed';
}

.text-sm {
  font-size: 90% !important;
}

.bg-black {
  background-color: #353a40;
  color: #FFF;
}

/* Full-page overlay */
#loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* semi-transparent black */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Loader image */
#loader-overlay img {
  width: 100px;
  height: 100px;
}

h6 {
  font-family: "Roboto Condensed";
}

.fs-80 {
  font-size: 80%;
}

.mainmenu-container {
  /* border: 3px solid #1ba67c; */
  border-radius: 50px;
  box-shadow: #000000 0 0 28px -6px;
}