/*KASSA*/
.kassaTable td{ transition: all 0.2s; padding:1rem; cursor: pointer;}



#order-modal .modal-dialog{max-width: 60%;} 
#order-modal .modal-content{ background-color: white; color:black;}
#order-modal  button{color:white; background-color: gray;border-color: black;}
#order-modal .modal-header{text-align: center;}


.kassaTable tr.odottaa td{background-color: #F7B05B;}
.kassaTable tr.valmis td{background-color: #56666B; color:#FBF3E4}
.kuitti{margin-bottom: 0; padding: 20px 0;}
.nouto{height: 26px; width:26px; display:inline-block; background: url('/local/images/icons/bag.png') center center/22px no-repeat;}
.kuljetus{height: 26px; width:26px; display:inline-block; background: url('/local/images/icons/car.png') center center/22px no-repeat; }
.verkkomaksu{height: 26px; width:26px; display:inline-block; background: url('/local/images/icons/verkkomaksu.png') center center/22px no-repeat;}
.käteinen{height: 26px; width:26px; display:inline-block; background: url('/local/images/icons/cash.png') center center/22px no-repeat;}
.kortti{height: 26px; width:26px; display:inline-block; background: url('/local/images/icons/kortti.png') center center/22px no-repeat;}
