.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.popover.top {
  margin-bottom: 10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-right: 10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  z-index: -1;
  content: "";
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-width: 10px 10px 0;
}
.popover.top .arrow:after {
  bottom: -1px;
  left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 0;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #ffffff;
  border-width: 10px 10px 10px 0;
}
.popover.right .arrow:after {
  bottom: -11px;
  left: -1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 11px 0;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-width: 0 10px 10px;
}
.popover.bottom .arrow:after {
  top: -1px;
  left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 11px 11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  border-width: 10px 0 10px 10px;
}
.popover.left .arrow:after {
  right: -1px;
  bottom: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 0 11px 11px;
}
.popover {
  width: 150px;
  font-size: 11px;
}
.popover-title {
  font-size: 11px;
  padding: 2px;
  text-align: center;
}
.popover-content {
  padding: 6px 4px;
}
#ubytovani .title-bar,
#ubytovani .subtitle-bar {
  position: relative;
  width: 558px;
  height: auto;
  padding: 6px 0 6px 18px;
  margin: 20px 0 10px;
  font-size: 13px;
  left: 6px;
  color: white;
  background-color: #66addf;
  background-image: -moz-linear-gradient(top, #7ab5e2, #47a2da);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ab5e2), to(#47a2da));
  background-image: -webkit-linear-gradient(top, #7ab5e2, #47a2da);
  background-image: -o-linear-gradient(top, #7ab5e2, #47a2da);
  background-image: linear-gradient(to bottom, #7ab5e2, #47a2da);
  background-repeat: repeat-x;
  border: 1px solid #b6d2ee;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
#ubytovani .title-bar.first {
  margin-top: 0;
}
#ubytovani .title-bar h1 {
  font-size: 13px;
  font-weight: normal;
  margin-right: 100px;
}
#ubytovani .subtitle-bar {
  padding: 6px 2px 7px 18px;
  line-height: 15px;
}
#ubytovani .subtitle-bar-green {
  color: #374b00;
  font-weight: bold;
  border-top: 1px solid #c3e749;
  border-bottom: 1px solid #9ac134;
  border-left: 0;
  border-right: 0;
  background-color: #a1cc1b;
  background-image: -moz-linear-gradient(top, #b5df25, #84b00b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5df25), to(#84b00b));
  background-image: -webkit-linear-gradient(top, #b5df25, #84b00b);
  background-image: -o-linear-gradient(top, #b5df25, #84b00b);
  background-image: linear-gradient(to bottom, #b5df25, #84b00b);
  background-repeat: repeat-x;
}
#ubytovani .subtitle-bar-orange {
  font-weight: bold;
  border: 0;
  border-top: 1px solid #fb9f00;
  border-bottom: 1px solid #fb8400;
  background-color: #fb9400;
  background-image: -moz-linear-gradient(top, #fb9f00, #fb8400);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb9f00), to(#fb8400));
  background-image: -webkit-linear-gradient(top, #fb9f00, #fb8400);
  background-image: -o-linear-gradient(top, #fb9f00, #fb8400);
  background-image: linear-gradient(to bottom, #fb9f00, #fb8400);
  background-repeat: repeat-x;
}
#ubytovani .subtitle-bar-orange a {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -253px;
  float: right;
  margin-right: 10px;
}
#ubytovani .subtitle-bar-orange a:hover {
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -317px;
}
#ubytovani .housing-id {
  position: absolute;
  top: -19px;
  right: 11px;
  text-align: right;
  color: #585858;
}
#ubytovani .rating-container {
  position: absolute;
  top: 50%;
  right: 12px;
  left: auto;
}
#ubytovani .rating-label {
  float: right;
  font-size: 11px;
  padding: 0 5px;
  top: -17px;
}
#ubytovani .rating {
  position: relative;
  top: -15px;
  float: right;
  font-size: 17px;
  color: yellow;
  -webkit-user-select: none;
  cursor: default;
  padding: 5px;
}
#ubytovani .rating-label ~ .rating {
  padding: 0 5px;
  top: -17px;
}
#ubytovani .rating i {
  float: right;
}
#ubytovani .rating-active {
  cursor: pointer;
}
#ubytovani .rating-active:hover i:before {
  content: "\f006";
  /* .icon-star-empty */

}
#ubytovani .rating-active i:hover:before,
#ubytovani .rating-active i:hover ~ i:before {
  content: "\f005";
  /* .icon-star */

}
#ubytovani table#details th {
  background-image: url("/media/img/detail/table-bg.png");
  background-position: 0px 0px;
}
#ubytovani table#details td {
  background-image: url("/media/img/detail/table-bg.png");
  background-position: -340px 0px;
}
#ubytovani table#details tr.second th {
  background-image: url("/media/img/detail/table-bg.png");
  background-position: -170px 0px;
}
#ubytovani table#details tr.second td {
  background-image: url("/media/img/detail/table-bg.png");
  background-position: -764px 0px;
}
#ubytovani #dnapiste table {
  left: 9px;
}
#ubytovani #dnapiste table tr th {
  background-image: url("/media/img/detail/table-bg.png");
  background-position: -340px 0px;
  padding: 0 0 0 6px;
  width: 134px;
  /* 17 × 170 */

}
#ubytovani #dnapiste table tr.second th {
  background-image: url("/media/img/detail/table-bg.png");
  background-position: -764px 0px;
}
#ubytovani #dnapiste table tr td {
  background-image: url("/media/img/detail/table-bg.png");
  background-position: -340px 0px;
  padding: 6px 6px 6px 6px;
  width: 412px;
  /* 17 × 398 */

}
#ubytovani #dnapiste table tr.second td {
  background-image: url("/media/img/detail/table-bg.png");
  background-position: -764px 0px;
}
#ubytovani.housing-detail .ob-cell-small {
  display: inline-block;
  width: 9px;
  height: 9px;
}
#ubytovani.housing-detail .ob-cell-0 {
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -223px;
  cursor: default;
}
#ubytovani.housing-detail .ob-cell-1 {
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -203px;
}
#ubytovani.housing-detail .ob-cell-2 {
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -183px;
}
#ubytovani.housing-detail .ob-cell-3 {
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -163px;
}
#ubytovani.housing-detail .ob-cell-0-a {
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -143px;
  cursor: default;
}
#ubytovani.housing-detail .ob-cell-1-a {
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -123px;
}
#ubytovani.housing-detail .ob-cell-2-a {
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -103px;
}
#ubytovani.housing-detail .ob-cell-3-a {
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -83px;
}
#ubytovani.housing-detail .ob-cell-0-small {
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -74px;
  cursor: default;
}
#ubytovani.housing-detail .ob-cell-1-small {
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -65px;
}
#ubytovani.housing-detail .ob-cell-2-small {
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -56px;
}
#ubytovani.housing-detail .ob-cell-3-small {
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -47px;
}
#ubytovani.housing-detail .cal-next {
  width: 15px;
  height: 47px;
  left: 146px;
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px 0px;
}
#ubytovani.housing-detail .cal-prev {
  width: 14px;
  height: 47px;
  left: -20px;
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -270px;
}
#ubytovani.housing-detail .cal-next,
#ubytovani.housing-detail .cal-prev {
  top: 60px;
  position: absolute;
  cursor: pointer;
}
#ubytovani.housing-detail .icon-set {
  width: 11px;
  height: 10px;
  display: inline-block;
  background-image: url("/media/img/detail/detail-sprite.png");
  background-position: 0px -243px;
}
div.breadcrumb {
  font-size: 10px;
  margin-top: -16px;
}
div.breadcrumb a:link,
div.breadcrumb a:visited {
  color: #325669;
}
.popover {
  background-color: #e0ebf8;
  border: 1px solid #325669;
  padding: 0;
}
.popover.bottom .arrow {
  border-bottom-color: #66addf;
}
.popover.bottom .arrow:after {
  border-bottom-color: #325669;
}
.popover .popover-title {
  background-color: #66addf;
  color: white;
}
.rating-popover-table {
  color: #325669;
  background-color: #e0ebf8;
}
.rating-popover-table i {
  color: rgba(50, 86, 112, 0.2);
}
.rating-popover-table tr.hovered i {
  color: #325669;
}
.float-alert {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 0 0 50px black;
  color: white;
  font-size: 13px;
  background-color: #66addf;
  background-image: -moz-linear-gradient(top, #7ab5e2, #47a2da);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ab5e2), to(#47a2da));
  background-image: -webkit-linear-gradient(top, #7ab5e2, #47a2da);
  background-image: -o-linear-gradient(top, #7ab5e2, #47a2da);
  background-image: linear-gradient(to bottom, #7ab5e2, #47a2da);
  background-repeat: repeat-x;
  height: auto;
  left: -50%;
  margin-top: 100px;
  padding: 20px 20px 15px;
  position: relative;
  top: 100px;
  width: 500px;
}
.float-alert a {
  color: white;
  text-decoration: none;
}
.float-alert a:hover {
  text-decoration: underline;
}
.float-alert .btn-close {
  border: 0;
  border-top: 1px solid #fb9f00;
  border-bottom: 1px solid #fb8400;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  color: #374b00;
  float: right;
  font-weight: bold;
  background-color: #fb9400;
  background-image: -moz-linear-gradient(top, #fb9f00, #fb8400);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb9f00), to(#fb8400));
  background-image: -webkit-linear-gradient(top, #fb9f00, #fb8400);
  background-image: -o-linear-gradient(top, #fb9f00, #fb8400);
  background-image: linear-gradient(to bottom, #fb9f00, #fb8400);
  background-repeat: repeat-x;
  padding: 5px 10px;
  text-decoration: none;
}
.float-alert .btn-close:hover {
  text-decoration: underline;
}
