.khm-reservation-product-block .item {
  /*width:60px;
  max-width: 60px;
  height: 30px;*/
  border: 1px solid #333333;
  border-radius: 3px;
  /*margin:10px;*/
  margin: 2px;
  cursor: pointer;
}
.khm-reservation-product-block .item.selected {
  background: #16a085;
}
.khm-reservation-product-block .item.reserved {
  background: #c0392b !important;
}
.khm-reservation-product-block .item.skladem {
  background: #93dacd !important;
  border: 1px solid #16a085;
}
.khm-reservation-product-block .item.skladem .infostock {
  color: #16a085 !important;
}
.khm-reservation-product-block .item.selected {
  background: #16a085 !important;
}
.khm-reservation-product-block .item.selected .infostock {
  color: #ccc !important;
}

.khm-reservation-product {
  border-radius: 10px;
}
.khm-reservation-product:hover {
  background: #ecf0f1;
  cursor: poiner;
}

.khm-reservation-price td {
  font-size: 18px;
}
.khm-reservation-price td.pricecomplete {
  font-weight: bold;
}
.khm-reservation-price td.pricecompletecurrency {
  font-weight: bold;
}

.khm-reservation-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.khm-reservation-list li {
  padding: 6px;
  background: #FFF;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 3px;
}

.khm-reservation-product-note {
  width: 100%;
  border-radius: 10px;
  padding: 30px;
}

.khm-reservation-product-parameteters-table {
  border: 1px solid #bdc3c7;
}
.khm-reservation-product-parameteters-table td {
  padding: 10px;
  color: #7f8c8d;
  font-weight: bold;
}
.khm-reservation-product-parameteters-table td:nth-child(1) {
  width: 250px;
}
.khm-reservation-product-parameteters-table td:nth-child(2) {
  width: 250px;
}

.btnRezervace {
  width: 100%;
  background: #1abc9c;
  color: #FFF;
}
.btnRezervace:hover {
  background: #16a085;
}

.khm-reservation-timer {
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.khm-reservation-timer .bold {
  font-weight: bold;
  font-family: Arial;
}

.khm-reservation-price {
  width: 100%;
}
.khm-reservation-price .krezervaci {
  font-weight: bold;
  font-size: 14px;
  /*background: #16a085;*/
}

.btnkhmReservationgoOrder {
  background: #bdc3c7;
}

.btnkhmReservationgoOrderBack {
  background: #fff;
  font-weight: bold;
}

.btnsendOrder {
  font-weight: bold;
  background: #27ae60;
}
.btnsendOrder:hover {
  background: #2ecc71;
}

#OrderReservationBlock .form-control {
  adding: 14px;
  height: 50px;
  font-size: 18px;
}
#OrderReservationBlock .row {
  margin-top: 8px;
}
#OrderReservationBlock label {
  position: relative;
  top: 6px;
}

.khmCustomerBox {
  padding: 18px;
  background: #27ae60;
  color: white;
  font-size: 16px;
  border-radius: 6px;
}
.khmCustomerBox .click {
  color: #2c3e50 !important;
}

.khmCustomerBox2 {
  padding: 18px;
  border: 2px solid #27ae60;
  font-size: 16px;
  border-radius: 6px;
}
.khmCustomerBox2 .click {
  color: #2c3e50 !important;
}

/*# sourceMappingURL=khm.css.map */
