* {
  padding: 0;
  margin: 0;
  border: 0;
}

#root-div {
  font-size: 1.4em;
  background-color: #000;
  text-align: left;
}

#limiting-panel {
  width: 1002px; /* Pogreshnost' 2px pri zoome */
  border: 0px solid #444;
  margin-left:   auto; 
  margin-right:  auto;
  margin-top:    6px;
  margin-bottom: 6px;
}

.row {
  border: 0;
  background-color: red;
  display: block;
  float: none;
  clear: both;
}

/* Slot */

.taken-slot {
  width: 194px;
  height: 144px;
  border-top:    0px solid #404040;
  border-right:  6px solid #000;
  border-bottom: 6px solid #000;
  border-left:   0px solid #404040;
  /* margin: 3px; */
  background-color: #212121;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
}

.empty-slot {
  width: 192px;
  height: 142px;
  border-top:    2px solid #404040;
  border-right:  6px solid #000;
  border-bottom: 6px solid #000;
  border-left:   2px solid #404040;
  /* margin: 3px; */
  background-color: #212121;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  display: block;
}

.empty-slot:hover {
  background-color: #777;
  border-top:    2px solid #909090;
  border-left:   2px solid #909090;
}

/* Tooltip */

.tooltip-left, .tooltip-right, .tooltip-empty-left, .tooltip-empty-right {
  /* display: none; */
  visibility: hidden;
  position: absolute;
  border: 1px solid #212121;
  padding: 10px 12px 10px 12px;
  background-color: #FFF;
  color: #000;
  z-index: 100;
  opacity: 0.93;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.tooltip-left {
  top: -3px;
  right: 194px;
  width: 370px;
}

.tooltip-right {
  top: -3px;
  left: 194px;
  width: 370px;
}

.tooltip-empty-left {
  top: -3px;
  right: 204px;
  white-space: nowrap;
}

.tooltip-empty-right {
  top: -3px;
  left: 204px;
  white-space: nowrap;
}

/* Tooltip pointer */

.tooltip-pointer-left {
    position: absolute;
    right: -10px;
    top: 9px;
    width: 10px;
    height: 19px;
    background: url(images/villas/pointer-left.gif) right top no-repeat;
}

.tooltip-pointer-right {
    position: absolute;
    left: -10px;
    top: 9px;
    width: 10px;
    height: 19px;
    background: url(images/villas/pointer-right.gif) left top no-repeat;
}

a.clickable {
  display: block;
  width: 100%;
  height: 100%;
}

.flash {
  position: absolute;
  background-color: #FF0000;
  display: block;
  width: 100%;
  height: 100%;
}

a.clickable:focus {
  color: #404040;
}

.horizontal-div {
  display: block;
  float: none;
  clear: both;
}

.grey {
  background-color: #DDD;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #AAA;
  border-top: 1px solid #AAA;
}

.justify {
  text-align: justify;
}

a.villa-link, a.villa-link:focus, a.villa-link:active, a.villa-link:hover {
  color: #000;
}

img.icon-close {
  position: absolute; 
  top:   4px;
  right: 4px;
}
