/**
 * @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
 */

.club_name_header{
  font-size:30px;
}

.club_emblem_big{
  height:100px;
  margin-right:20px;
}

.ui-datepicker{
  z-index:101 !important;
}

.set_center{
  margin:0 auto;
}

.boxarrow{
  width: 0;
  height: 0;
  border-style: solid;
  position:absolute;
  left:49%;
}

.boxarrow-top{
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #7591ab transparent;
  top:-10px;
}

.boxarrow-bottom{
  border-width: 5px 5px 0 5px;
  border-color: #7591ab transparent transparent transparent;
  bottom:-10px;
}

#make_reservation_box{
  width: 100%;
  position:fixed;
  bottom:0px;
  left:0px;
  z-index:11;
}

#make_reservation_box h3{
  padding:0px;
  margin:0px;
}

#placekeeper{
  width:100%;
  clear:both;
}

#court_calendar{
  cursor:pointer;
}

.labelix{
  border: #000 1px solid;
}

.labelix_parent{
  margin: 5px 10px;
}

.club_info_box_hg{
  font-size:16px;
}

.popover{
  color: #333;
}

#main_menu{
  font-family: 'bebas_neueregular';
  font-size:20px;
}

#main_menu img{
  margin-right:10px;
}

.popover hr{
  padding:0px;
  margin:5px 0px;
}

.popover .label{
  padding: 1px 5px;
}

.comments_box{
  position:absolute;
  top:0px;
  left:-200px;
  width:600px;
  z-index:1000 !important;
  margin:0px;
  padding:0px;
}

.comments_box .arrow{
  height:20px;
  width:100%;
}

.comments_box .content{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.comments_box .title{
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.comments_box .body{
  padding: 10px;
}

.comments_box blockquote{
  font-size:14px;
}

.xes{
  position:absolute;
  right: 5px;
  z-index:12;
}

#end_rating .rotate:nth-child(1) { transform: rotate(-32.5deg); }
#end_rating .rotate:nth-child(2) { transform: rotate(-2.5deg); }
#end_rating .rotate:nth-child(3) { transform: rotate(22.5deg); }
#end_rating .rotate:nth-child(4) { transform: rotate(-92.5deg); }
#end_rating .rotate:nth-child(5) { transform: rotate(-132.5deg); }