.op {
  /*    width:auto;*/
  width: 130px;
  height: 130px;
  margin: 5px;
  position: relative;
  /*border: 1px solid var(--header-color);*/
  display: inline-block;
  box-sizing: border-box;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: white;
}

.op .no {
  margin-left: 16px;
  font-weight: bold;
}

.op .logo {
  position: absolute;
  top: -12px;
  right: 6px;
  width: 60px;
}

/*.op.overdue .overdue-text{
    transform: rotate(-35deg);
    position: absolute;
    z-index: 100;
    top: 52px;
    font-weight: bold;
    color: red;
    font-size: 20px;
}*/

/*kitchen workplace*/
.wp-3 .op {
  /*    width:auto;*/
  width: 60px;
  height: 60px;
  margin: 5px;
  position: relative;
}
.wp-3 .op .time,
.wp-3 .op .content {
  display: none;
}
.wp-3 .op.selected {
  border-color: red;
  border-width: 2px;
}

.op:hover {
  cursor: pointer;
  /* top:-1px; */
}

.op .status {
  font-size: larger;
  float: right;
}
.op .header {
  padding: 4px;
  /*padding-bottom: 0.5em;*/
  position: relative;
  font-size: 2em;
  /*    background-color: var(--header-color);
        background-color: lightgreen;*/
  /*    background-color: #333;
        color: white;*/
  background-color: gainsboro;
  border-bottom: 1px solid #4caf50;
}

.op .comment {
  position: absolute;
  bottom: 20px;
  height: 20px;
  width: -webkit-fill-available;
  padding: 4px;
  overflow: hidden;
  /* border-top: 1px dotted; */
}

.circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 8px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  background: #4caf50;
  position: absolute;
  left: -6px;
  top: -6px;
  opacity: 0.8;
  border-color: black;
  border-width: 2px;
}
/*.ui-state-disabled .op-content ul {
    list-style: none;
}*/

.op .header .time {
  /*padding: 0.3em 0.3em;*/
  /*    margin-bottom: 0.5em;
        position: relative;*/
  font-size: 0.25em;
  position: absolute;
  right: 2px;
  top: 20px;
  /*background-color: red;*/
}

.op .content {
  /*margin: 0 0 0 0.4em;*/
  white-space: normal;
  font-size: 0.55em;
  overflow: auto;
  margin-bottom: 0.2em;
  height: 80px;
  margin-top: 8px;
}
/*.ui-button{
    bottom: 0;
    padding: 0;
    margin: 0;
}*/

.ord-status-7 {
  opacity: 0.2;
}

.ord-status-6 {
  opacity: 0.2;
}

.ord-status-5 {
  opacity: 0.4;
}

.ord-status-4 {
  opacity: 0.7;
}

.ord-status-3 {
  opacity: 0.9;
}

.ord-status-3 .status {
  animation: blinker 800ms linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.ord-status-8 {
  /*    opacity: 0.2;*/
  border: 2px solid red;
  /*animation: blinker 500ms linear infinite;*/
}

.op .ico-s-1 {
  width: 50%;
  position: absolute;
  right: 2px;
  top: 2px;
}
.op .ico-s-2 {
  width: 60%;
  position: absolute;
  right: 2px;
  top: 2px;
}

.lds-ripple {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid rgb(10, 0, 146);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.preloader-1 {
  float:left;
}

/* div {
  color: #fff;
  margin: 5px 0;
  text-transform: uppercase;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
} */

.preloader-1 .line {
  width: 2px;
  height: 12px;
  background: #4caf50;
  margin: 0 1px;
  display: inline-block;
  animation: opacity-1 2s infinite ease-in-out;
}

.preloader-1 .line-1 {
  animation-delay: 800ms;
}
.preloader-1 .line-2 {
  animation-delay: 600ms;
}
.preloader-1 .line-3 {
  animation-delay: 400ms;
}
.preloader-1 .line-4 {
  animation-delay: 200ms;
}
.preloader-1 .line-6 {
  animation-delay: 200ms;
}
.preloader-1 .line-7 {
  animation-delay: 400ms;
}
.preloader-1 .line-8 {
  animation-delay: 600ms;
}
.preloader-1 .line-9 {
  animation-delay: 800ms;
}

@keyframes opacity-1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
