table#pbbooking {
	width:100%;
	margin:0px auto;
}

table#pbbooking td,
table#pbbooking th {
	/*height:2em;
	padding:1em;
	text-align:center;
	line-height:2em;*/
	text-align:center;
	padding:10px;
	width:14.28%;
	height:5em;
	font-weight:300;
	font-size:14px;
}
.widokdnia td,
.widokdnia th {
height:1.5em !important;
padding:1px !important;
}
.widokdnia td.pbbooking-free-cell:hover {
background-color: rgba(82, 166, 0, 0.8) !important;
}

table.pbbooking-data-table {
	border: 0px;
}

table.pbbooking-data-table tr,
table.pbbooking-data-table td,
table.pbbooking-data-table th {
	border:0px;
}

table.pbbooking-data-table td,
table.pbbooking-data-table th {
	padding:10px;
	border-bottom:1px solid rgba(170,170,170,0.2);
	margin:3px;
}



.error-message {
	border:1px solid red;
	background-color:#FBE6F2;
	width:250px;
	margin: 5px auto 5px auto;
	padding:5px;
	text-align:center;
}


#pbbooking  td {
border:1px solid rgba(55,55,55,0.1)
}
#pbbooking td a{
color:#111;
width: 100%;
display:inline-block;
width: 100%;

padding:2px 0;
}
.widokdnia  tr th:first-child{
text-align:right !important;
width:5% !important;
padding-right:10px !important;
margin-right:10px;
}
.widokdnia  td a:hover{
background:rgba(0,0,0,0.1)
}
td.selected_day {
	/*background-color:rgba(255,255,0,0.7) !important;*/
	font-weight:bold;
	opacity:1 !important;
}

/* new classes in 2.2 */

.error-label {
	color:rgba(255,0,0,0.4);
}

td.fully-booked,
td.pbbooking-busy-cell {
	background-color:rgba(255,0,0,0.7) !important;
	color:white;
}
td.dzien {
	background-color:rgba(82,166,0,1);
	opacity:0.7;
}
.pbbooking-free-cell {
background-color:rgba(82,166,0,0.7);
}
td.dzien a {
color:#285000 !important;
}
/* a new class to handle long calendars */
table.long-cal td {
	height:28px;
}

#pbbooking-timeslot-listing > table,
#pbbooking-timeslot-listing > table tbody tr,
#pbbooking-timeslot-listing > table tbody td {
	border:0px solid;
}

/*new css for 2.3 */
.pbbooking-notifications-active {
	background-color: #C9F3C4;
	border:1px solid green;
	padding:10px;
	margin:10px;
}


input.error-field {
	border: 2px solid red;
	background-color: #ffff66;
}
.legenda {
width:20px;
height:10px;
}
#legenda td {
padding:0px 2px;
}
.hidden2 {
display:none;
}
.pbbooking-data-table input[type="text"],.pbbooking-data-table input[type="email"]
{
border:1px solid #ccc;
width:50%;
height:30px;
border-radius:3px;
}
/*
.eventajax  .cenabg {

padding:0;
color:#111;
}
.eventajax .voucher_cena {
padding:0;
color:#111;
background:none;
position:relative;
bottom:-200px;
}
.eventajax .dodajdokoszyka {
position:relative;
right:0;
bottom:-200px;
}*/
.event_pokaz:after {
    content: "";
	font-family:'fontawesome';
    display: block;
    width: 100%;
  
    position: absolute;
   text-align:center;
   top:20px;
   z-index:99999;
   margin-left:-10px;
   font-size:80px;
   color:#8ac848;


}
.wybierz_date .btn {
margin-top:1px;


}
#kalendarz {
padding-top:20px;
}
.szczegoly {margin-top:0 !important;}