
.Serving{
  background-color: #9A7D66;
}

.Empty{
  background-color: #D8AF78;
}

.Cleaning{
  background-color: #F2B2B0;
}

.Waiting{
  background-color: #B15552;
}

.Reserved{
  background-color: #B11E83;
}


.status-class{
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  /* padding-right: 10%; */
  padding-left: 10%;
  display: block;
}

.ng-table>tbody>tr:first-child>td>input { width: 100% !important; }

.full{

  background: linear-gradient(rgba(44, 26, 26, 0.4),rgba(0,0,0,0.8)),url('../img/pexels-photo-67468.png') center center fixed;
  background-size: cover;
  background-repeat: repeat-x;
  -o-background-size: cover;
  width: 100%;
  height: 5000px;
  padding-top: 100px
}


.qr-size-class > img {
  width: 50%;
}

