/**
 * @framework 3wymiar.pl 2002-2017 (c)
 *
 * @author Marcin Cichy <cichy@3wymiar.pl>
 * @version 4.0.0
 *
 * License only for twojtenis.
 * Any other use only with permission of the author.
 * app ver 2.0.0
 */

#header_logo.mini img{
  height:80px;
}

.schedule_col{
  float:left;
  border-left: #999 1px solid;
  border-right: #999 1px solid;
}

.schedule_header{
  margin:1px;
  padding: 5px;
  height:100px;
}

.schedule{
  border-bottom: #999 1px solid;
}

.schedule_row{
  margin:0px;
  height:40px;
  text-align:center;
  position:relative;
}

.schedule_row h3{
  font-size:20px;
  padding:0px;
}

.schedule_line{
  height:1px;
  background-color:#999;
  position:relative;
  font-size:12px;
  line-height:16px;
}

.schedule_header{
  background-color:#1A1B20;
  color:#fff;
  text-align:center;
}

.schedule_hours{
  text-align:center;
  background-color:#ddd;
  height:41px;
  border-top: #999 1px solid;
  position:relative;
}

.reservation_bg{
  position:relative;
  cursor:pointer;
  font-size:12px;
  line-height:13px;
  padding-top:7px;
}

.reservation_bg h3{
  margin:0px;
  padding:7px 0px 0px 0px;
  font-weight:bold;
  font-size:16px;
}

.reservation_dis{
  border-bottom: #999 1px dashed;
  position:relative;
  cursor:not-allowed;
  background-color: #B21414;
  opacity:0.1;
}

.reservation_bg:hover{
  background-color: #3279BA;
  color: #fff;
  opacity:0.6;
}

.reservation_selected{
  background-color: #358725;
  color: #fff;
  opacity:0.6;
}

.reservation_selected:hover{
  background-color: #B21414;
  color: #fff;
  opacity:0.6;
}

.reservation_closed{
  background-color: #9A5050;
  color: #fff;
  cursor:not-allowed;
  padding-top:10px;
}

.reservation_locked{
  background-color: #000;
  color: #fff;
  opacity:0.6;
  border-bottom: #000 1px solid;
  cursor:not-allowed;
  padding-top:10px;
}

.reservation_conflict{
  width:100%;
  height:100%;
  background: transparent url('/gfx/lock_bg.png');
}

.saved_reservation{
  width:100%;
  min-height:28px;
  background-color: #fff;
  top:1px;
  left:0px;
  position:absolute;
  z-index:11;
  text-align:center;
  border-bottom: #999 2px solid;
  font-weight:bold;
}

.saved_reservation h3{
  padding:0px;
  margin:0px;
}

.saved_reservation_closed{
  width:100%;
  min-height:28px;
  top:1px;
  left:0px;
  position:absolute;
  z-index:11;
  text-align:center;
}

.saved_reservation:hover {

}

.reservation_closed:hover, .reservation_locked:hover{

}

.reservation_status_1, .reservation_status_2{
  opacity:0.8;
  color:#fff;
}

.reservation_status_1:hover, .reservation_status_2:hover{
  opacity:1.0;
}

.label-closed{
  background-color: #5F0909;
}

/*.reservation_bg:hover{
  background-color: #9AE19E;
  border: #558E58 1px solid;
}*/

.hourboxer{
  position:absolute;
  top:10px;
  left:10px;
  z-index:10;
  font-size:14px;
}

.reservation_box{
  background-color: #99C7F1;
  border: #7591AB 1px solid;
  position:absolute;
  top:-1px;
  width:100%;
  height:100%;
  z-index:100;
  min-height:50px;
}


#small_header{
  position:fixed;
  top:65px;
  left:0px;
  width:100%;
  z-index:1000;
}

#small_header .wrapp{
  padding:0px 19px;
}

.small_schedule_header{
  margin:0px;
  padding: 0px;
  float:left;
  text-align:center;
}

.small_schedule_header .mhes{
  padding:5px;
  margin:1px;
}

.delete_schedule_row{
  position:absolute;
  top:10px;
  right:10px;
  z-index:10;
}

#quicalendar{
  position:relative;
  margin-bottom:10px;
}

#quicalendar .arrow{
  position:absolute;
  bottom: -1px;
  left: 33%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ADADAD transparent transparent transparent;
}

.discount_badge{
  position:absolute;
  bottom:5px;
  right: 5px;
  z-index:10;
}

.saved_reservation_href .popover{
  width:400px;
  font-size:10px;
  font-family: 'Verdana';
}

.small_row_text, .small_row_text .club_info_box_hg, .small_row_text .small_clear_text, .saved_reservation .label{

}

.saved_reservation .label{
  padding:1px 3px;
}

#z_button{
}

#z_button .labelixer{
}