@charset "UTF-8";

/* TABLE */
.bookingCalendarTable th, .bookingCalendarTable table td{
	border-right: solid 2px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
.innerCell th{
	padding: 7px;
	text-align: center;
}
.open{
	font-size:20px;
	font-weight:bold;
	width:44px;
	 
}
.open a{
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	background-color:#FFF8A1;
}
.open button{
	border: none;
	outline: none;
	appearance: none;
	font-size:20px;
	display: block;
	cursor: pointer;
	padding: 3px 12px;
	text-decoration: none;
	color: #0100ce;
	background-color:#FFF8A1;
}
.open a:hover{
	background-color: #FFE430;
}
.open button:hover{
	background-color: #FFE430;
}
.close{
	padding: 7px 10px;
	background-color:#EFEFEF;
	width:44px;
}
.time{
	background-color:#E7F5F3;
	
}
.dayCell{
	padding-top:6px;
    padding-bottom:4px;
	padding-left:1px;
	padding-right:1px;
	background-color:#E7F5F3;
	width:44px;
	
}

.bookingCalendarTable{
	border-top:solid 4px ;
	border-right:solid 2px;
	border-left:solid 2px ;
	border-color:#E8E8E8;
	
	}
span.weekend1 {
  color: #0084FF;
}
span.weekend2 {
  color: #FF0004;
}
th.monthTh {
  background-color: aliceblue;
}