.orderitem-paused {
  background: linear-gradient(0deg, var(--yellow-400), var(--yellow-200));
}

.orderitem-done {
  background: var(--surface-200);
}

.orderitem-raw {
  background: var(--surface-100);
}

.orderitem-success {
  background: linear-gradient(0deg, var(--green-500), var(--green-300));
}

.hide {
  display: none;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.69);
  z-index: 2;
}

.show {
  display: block;
}

.btn-group {
  background-color: rgba(0, 0, 0, 0.37);
}

.btn-play {
  color: var(--success);
}

.btn-pause {
  color: var(--yellow);
}

.btn-close {
  color: var(--danger);
}

.plannedTimeStatus {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.box {
  position: relative;
  border-radius: 25px;
}

.box div button.btn {
  border-radius: 25px;
}

.box div.actionbtns button.btn {
  border-radius: 35px;
  width: 150px;
  height: 70px;
}

.plannedTimeStatus {
  border-radius: 25px 25px 0px 0px;
}

.box span {
  display: block;
}

.row.optionheader button.refresh {
  border-radius: 25px;
  color: #ff761b;
  background-color: white;
}

.loadingspinner {
  height: 150px;
  width: 150px;
  color: #ff912b;
}

@media (min-width:576px) {
  .row.optionheader {
    padding: 10px 0;
    background-color: #ffffff8f;
    border-radius: 15px;
    border: thin solid #ff912b9e;
  }
  .loadingspinner {
    height: 250px;
    width: 250px;
  }
}

.orderItemAssigned {
  color: #004dff;
}

.intro.large {
  display: none;
}

@media (min-width: 768px) {
  .card.fixed-bottom {
    display: none;
  }
  .intro.small {
    display: none;
  }
  .intro.large {
    display: block;
  }
}

@media (hover: hover) and (pointer: fine) {
  .box.orderitem-success:hover, .box.orderitem-paused:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 25%);
    cursor: pointer;
  }
}

.intro hr {
  border-width: 4px;
  background-color: #ff761b;
  max-width: 60px;
}

.intro .title {
  color: #6c757d;
}

.plannedTimeStatus.critical {
  background-image: linear-gradient(0deg, #fd0000, #f95555);
  color: #ffffff;
  border-bottom: 1px solid #949494;
}

.masthead {
  padding-top: 5rem;
  padding-bottom: calc(8rem - 56px);
}

img#navbar-brand-img {
  display: block;
}

.navbar h2 {
  font-size: 22px;
  font-weight: bold;
}

.navbar h4 {
  font-size: 18px;
}

nav.navbar.navbar-light {
  background-color: #ffffffeb;
}

.btn-custom {
  border-radius: 10px;
  background-color: #FF9871;
  background-image: linear-gradient(to right, #fdc785 0%, #fda085 51%, #fdc785 100%);
  color: #fff;
  padding: 0.5em 0.6em;
  transition: 0.5s;
  background-size: 200% auto;
}

.btn-custom:hover {
  /*background-color: #ff7b4b;*/
  background-position: right center;
  color: #fff;
  box-shadow: 0 0 0.8em rgb(231, 231, 231);
}

.btn-custom:focus {
  border-color: white;
}

.btn-custom.btn-outline {
  border-radius: 10px;
  background: none;
  /*border-color: #ff912b;
  color: #ff912b;*/
  border-color: #fda085;
  color: #fda085;
}

.btn-custom.btn-outline:hover {
  /*color: #e48227;
  border-color: #e48227;*/
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.btn-custom.btn-outline:focus {
  border-color: white;
}

.btn-addorder:hover {
  /*background-color: #e48227;*/
  background-color: #ff7b4b;
  color: #fff;
}

.btn-addorder {
  background-color: #FF9871;
  color: #fff;
}

.btn-back {
  color: #ff912b;
  font-size: 1.2rem;
}

.btn-back:hover {
  color: #e48227;
  text-decoration: underline;
}

.alert {
  border: none;
  background: none;
  margin-top: 0;
  letter-spacing: 0;
  text-align: left;
  padding-top: 0.2em;
  padding-left: 0;
}

.alert-danger {
  border-color: #e89099;
}
