/* CSS Document */
/*
.cal{
float: left;
margin: 0 3px 3px 0;
width: 250px;
text-align: center;
border-collapse: collapse;
height: 170px;
}
.nrm { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: #000000; text-decoration: none}
.nrm_link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: #000000;}
a:hover.nrm {color:#B61A1A; text-decoration: underline;}
a:hover.nrm_link {color:#B61A1A; text-decoration: underline;}
.days_in_past
{
	font-size: smallpx;
	font-family: arial,helvetica;
	background-color: #CCCCCC;
	color: #999999;
}
.current_day
{
	font-size: smallpx;
	font-family: arial,helvetica;
	background-color: #990033;
	color: #FFFFFF;
}
th
{
	font-size: small;
	font-family: arial,helvetica;
	background-color: #FFFFFF;
	color: Black;
	font-weight: normal;
}
.w_days
{
	font-size: small;
	font-family: arial,helvetica;
	background-color: #FFFF99;
	color: Black;
}
.cal caption
{
	font-size: small;
	font-family: arial bold,helvetica bold;
	background-color: #990033;
  color: #FFFFFF;
  line-height: 150%;
}
td
{
	background-color: #FFFFCC;
	color: #FFFFCC;
}
.event0
{
	font-size: small;
	font-family: arial,helvetica;
	background-color: #FFFF99;
    color: Black;
}
.active
{
	font-size: small;
	font-family: arial,helvetica;
	background-color: #FFFFFF !important;
    color: Black;
cursor: pointer;
}
.inactive
{
	font-size: small;
	font-family: arial,helvetica;
	background-color: #FFFFFF !important;
}
.booked, .unavailable
{
	font-size: small;
	font-family: arial,helvetica;
	background-color: #FFFFFF !important;
  color: #999999;
}
.booked{
cursor: pointer;
}
.regular
{
	font-size: small;
	font-family: arial,helvetica;
cursor: pointer;
}
#calendar{
clear: left;
width: 925px;
}
.day_name{
width: 125px;
float: left;
text-align: center;
border-bottom: 1px solid #999999;
}
.calendar_dates{
clear: left;
}
.day{
  width: 124px;
  float: left;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  height: 116px;
  background-color: #CFD3BF;
}
.left_text{
  width: 50px;
  float: left;
}
.sessions{
  width: 49px;
  float: left;
  height: 116px;
  border-right: 1px solid #999999;
}
.session{
  height: 25px;
  width: 49px;
}
#calendar h2, #calendar p{
margin: 0 0 0 50px;
}
.d{
color: #000000;
}
.details{
color: #999999;
}
.details a.regular{
color: #78AE4E;
text-decoration: underline;
}
.weekend{
background: #F1F6E8 !important;
}
*/
.calendar ul.month-browser li {
    border: 0 none;
    height: auto;
    margin: 20px 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.calendar {
    width: 100%;
}
.calendar h2{
  clear: both;
  padding-top: 20px;
}
.calendar ul {
    clear: both;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.calendar ul.weekdays {
    height: 40px;
}
.calendar ul.weekdays li {
    border: medium none !important;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 6px;
    text-align: center;
    text-transform: uppercase;
}
.calendar ul.days {
    height: 150px;
}
.calendar li {
    border: 1px solid #333;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-bottom: -1px;
    margin-right: -1px;
    overflow: visible !important;
    padding: 15px 5px;
	width: 14.2857%;
	height: 100%;
}
.calendar .days:last-child li {
    margin-bottom: 0 !important;
}
.calendar li .day, .calendar li .month {
    display: none;
}
.calendar .date {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}
.calendar li.out_of_range {
    background-color: #fff;
    color: #fff;
}
.calendar-day{
  background-color: #cccccc;
  color: #000000;
  position: relative;
}
.calendar .booked {
    background-color: #627B51;
    color: #FFFFFF;
}
.calendar div.s{
	font-size: 0.8em;
}
.calendar div.s a{
	color: #333;
	text-decoration: underline;
}
.calendar .booked:not(.weekend) div.s a{
	color: #fff;
}
.calendar p span{
  margin-right: 5px;
  padding: 3px;
}
.d{
color: #000000;
}
.details{
color: #999999;
}
.details a.regular{
color: #78AE4E;
text-decoration: underline;
}
.weekend{
background: #F1F6E8 !important;
color: #000 !important;
}
.schedule{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #CCCCCC;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	cursor: pointer;
  }
  /*
  .booked,.unavailable{
	background-color:#CFD3BF;
	border-bottom:2px solid #6E7F5B;
	border-top:2px solid #6E7F5B;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	position:absolute;
	width:139px;
	z-index:2;
	/*position: absolute;
	  background-color: #CFD3BF;
	  font-size: 0.75em;*/
	  /*width: 50%;*/
	  /*overflow: hidden;
	  z-index: 2;
	  cursor: pointer;*/
	  /*border-top: 2px solid #0000FF;*/
	 
	/*}*/
	*/
	.unavailable{
	cursor: default;
	}
	#week_view{
		position: relative;
	}
	#week_view ul li:not(.time), ul.times li{
		width: 18%;
	}
	li.time, ul.times li:first-child{
		width: 10%;
	}
	#week_view .booked, #week_view .unavailable{
		background-color:#CFD3BF;
		border-bottom:2px solid #6E7F5B;
		border-top:2px solid #6E7F5B;
		cursor:pointer;
		font-size:10px;
		font-weight:bold;
		overflow:hidden;
		padding-left:10px;
		padding-right:10px;
		position:absolute;
		width:139px;
		z-index:2;
	}
	#week_view li.notavailable{
		background-color:#6E7F5B;
		color: #6E7F5B;
		border: 1px solid #6E7F5B;
		border-right: 1px solid #000;
		border-left: 1px solid #000;		
	}
	#week_view li.notavailable.details{
		color: #ffffff;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;	
	}
	#booking_message{
		color: red;
	}
	@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
		#week_view ul li:not(.time), ul.times li{
			width: 20%;
		}
	}