
html, body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: rgb(241, 241, 241);
  color: #666666;
  overflow-y: scroll;
}

.primary-color {
  fill: #666666;
  color: #666666;
}

.primary-color-filter {
  /*Filter for colors: https://codepen.io/sosuke/pen/Pjoqqp */
  filter: invert(41%) sepia(3%) saturate(6%) hue-rotate(323deg) brightness(92%) contrast(84%);
}

.secondary-color {
  fill: #1b6ec2;
  color: #1b6ec2;
}

.secondary-color-filter {
  /*Filter for colors: https://codepen.io/sosuke/pen/Pjoqqp */
  filter: invert(41%) sepia(14%) saturate(6257%) hue-rotate(186deg) brightness(81%) contrast(90%);
}

.page {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100vh;
  background-color: white;
}

.px-content {
  padding-right: 5rem;
  padding-left: 5rem;
}

.py-content {
  padding-top: 1.75rem;
  padding-bottom: 1.0rem;
}

.header {
  height: 4.75rem;
}

.header-content {
  height: 1.75rem;
}

.header-content-mobile {
  height: 1.25rem;
}

.menu-item {
  padding: 0.75rem 1rem;
  min-width: 15rem;
}

.menu-item-content {
  display: block;
  color: #1b6ec2;
}

.menu-item-content:hover, .menu-item-content:focus {
  color: #1b6ec2;
  background-color: #e9ecef;
}

.menu-item-content.active, .menu-item-content:active {
  color: #fff;
  text-decoration: none;
  background-color: #1b6ec2;
}

.menu-item-content.disabled, .menu-item-content:disabled {
  color: #1b6ec2;
  pointer-events: none;
  background-color: transparent;
}

.menu-item-icon {
  margin-right: 1rem;
  font-size: 1.5rem;
}

.secondary-link {
  text-decoration: none;
  color: #1b6ec2;
}

.secondary-link:hover {
  text-decoration: underline;
  color: #1b6ec2;
}

.footer {
  height: 3.0rem;
  background-color: lightgrey;
  margin-top: auto
}

.footer-content {
  height: 1.75rem;
}

.dropdown-divider {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.text-truncate-210,
.text-truncate-70 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-truncate-210 {
  max-width: 210px;
}

.text-truncate-70 {
  max-width: 70px
}

.form-control {
  display: block;
  width: 100%;
}

.form-floating-group-left input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.form-floating-group-left select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.form-floating-group-right input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.order-title,
.temperature-title {
  font-size: 2.0rem;
  font-weight: 600;
}

.section-title{
  font-size: 1.25rem;
  font-weight:600
}

.qrimage,
.qrplaceholder{
  width:125px;
  height:125px
}

.qrplaceholder {
  background-repeat:no-repeat;
  background-size:contain;
  background-image: url(/img/qrplaceholder.jpg);
}

.tablemb {
  margin-left: 13px;
}

.cardheader {
  margin-bottom: 0;
}

.form-control.disabled-red {
  background-color: #dc354594;
}

/******************************************/


/*a, .btn-link {
  color: #0366d6;
}

*/
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}







#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.validation-message {
  color: red;
}

.no-border {
  border: 0;
  box-shadow: none;
}

.bg-light-2 {
  background-color: #fbfcfc !important;
}