body {
  background: url(../img/sf_bg_opacity50.png);
}

#login-label {
  visibility: hidden; }

.errors {
  margin: 0;
  padding: 0;
  color: #E95E3F; }

.errors li {
  list-style-type: none; }

#sum_basket {
  text-align: right;
}

.room-grid {
  display: inline-block;  
  width: 100%;
  overflow: auto;  
  /*-webkit-overflow-scrolling:touch;*/    
}

.pricing-table {
  max-width: 500px;
}

.pricing-table select {
  max-width: 80px;
}

.akcje-td {
  vertical-align: middle !important;
  text-align: center;
}

/*.grid-seats {
  position: relative;
  left: 0px;
  -webkit-transition: -webkit-transform 0s linear;
  -webkit-transform: translateZ(0);
}
*/
.grid-seat {
  width: 23px;
  height: 25px;
  line-height: 25px;
  background-color: #ccc;
  border: 1px solid #cccccc;
  text-align: center;
  float: left;
  margin: 2px;
  cursor: pointer; }

.seat-taken {
  width: 23px;
  height: 25px;
  background-color: red;
  border: 1px solid #cccccc;
  text-align: center;
  float: left;
  margin: 2px;
  cursor: pointer; }

.seat-checked {
  width: 23px;
  height: 25px;
  background-color: orange;
  border: 1px solid #cccccc;
  text-align: center;
  float: left;
  margin: 2px;
  cursor: pointer; }

.grid-seat:hover {
  border: 1px solid #333333; }

.legend-seat {
  width: 23px;
  height: 23px;
  background-color: #ccc;
  border: 1px solid #cccccc;
  text-align: center;
  float: left; 
  line-height: 23px;
}

.seat-blocked {
  background-color: #666;
  border: 1px solid #666666; }

.seat-for-disabled {
  background-color: #67B5F5;
  border: 1px solid #67b5f5; }

.seat-removed {
  background-color: transparent;
  border: 1px solid transparent;
  text-indent: -9999px; }

.grid-row button {
  float: left;
  margin: 2px;
  line-height: 16px; }

.grid-row button [class^="icon-"], .grid-row button [class*=" icon-"] {
  margin-top: -1px; }

.row-number {
  width: 23px;
  height: 25px;
  text-align: center;
  float: left;
  margin: 3px; }

.screen-marker {  
  width: 100%;
  background-color: black;
  color: white;
  margin: 0 0 10px;
  text-align: center;     
}

.grid-scroll-btns {    
  width: 100%;
  margin: 0 0 10px;  
}

.legend-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.sf-logo {
  max-width: 150px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.affix {
  position: fixed; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
