* {
  font-family: 'Roboto', serif;
}

.font-roboto { font-family: "Roboto", sans-serif !important; }

table.table.table-fullwidth td, table.table.table-fullwidth th {
  white-space: nowrap;
}

.navbar a.nav-link.active {
  text-decoration: underline;
  font-weight: bold;
}

.bg-lightred { background-color: #ffc6c6; }
.bg-lightgreen { background-color: #d1ffe1; }
.bg-lightyellow { background-color: #fffd88; }
.bg-lightblue { background-color: #67e8f9; }
.bg-lightgray { background-color: #b5b5b5; }
.bg-lightteal { background-color: #6ee7b7; }
.bg-lightlime { background-color: #d9f99d; }

.select2 { width: 100% !important; }

.dropdown-menu > .dropdown-item { font-size: 13px; }

.sticky-column {
  position: sticky;
  left: 0px;
  background-color: white;
}

.table-hover tbody tr:hover {
  background-color: #f8fbfd;
}

.table-hover tbody tr:hover .sticky-column,
.table-hover tbody tr:hover .opening-stock-column {
  background-color: #f8fbfd !important;
}

textarea[id^="copyDetails-"] {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
