﻿/* NOTE: This works by using the Web Compiler extension of Visual Studio that reads the compilerconfig.json file */
#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; }

.manual-shipping-outline {
  outline: 2px dashed green;
  outline-offset: -2px; }

.multiple2 {
  background: #e5d682 !important;
  color: black !important; }

.multiple3 {
  background: #ebd058 !important;
  color: black !important; }

.multiple4 {
  background: #fce517 !important;
  color: black !important; }

.multiple5 {
  background: #ffa600 !important;
  color: black !important; }

.multiple6 {
  background: #ff7b00 !important;
  color: white !important; }

.multiple7 {
  background: #ff5e00 !important;
  color: white !important; }

.faded:not(:hover) {
  opacity: 0.3; }

/* Anything above 7 */
.multiple {
  background: #ff3300;
  color: white; }

.shipment-warning {
  background: #fff3f3 !important; }

.shipment-orange {
  background: #ffd280 !important; }

.platform-disabled {
  opacity: 0.5; 
}

.shipment-has-children {
    display: inline-block;
    background: #ebff46 !important;
}

.shipment-has-parent {
  display: inline-block;
  background: #999 !important;
  color: white !important; }

.held {
  background: lightyellow; }

.locked {
  background: bisque; }

.fraud {
  background: black !important;
  color: red !important; }

.different-billing {
  background-color: aqua; }

.released {
  background: #f3fff3; }

.cancelled {
  background: #fad7dd; }

table tr:hover {
  background: #fafafa; }

.products table img, .stock table img {
  width: 5em;
  height: auto; }

.clickable {
  cursor: pointer; }

.service-icon {
  height: 1.5em;
  width: auto !important;
  margin-right: 0.5em;
  vertical-align: middle; }
