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

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";
}