#datepicker_wrapper {
	clear: both;
	float: left;
	padding-top: 10px;
	width: 284px;
}

#datepicker_dates {
	clear: both;
}

.ui-datepicker {
	font-size: 15px;
	width: 284px;
}

.ui-datepicker-week-end,
.ui-datepicker-week-end a.ui-state-default {
	color: #BB6666;
}

td.datepicker_available_selected.ui-datepicker-current-day a.ui-state-default {
	background: #33CC00;
	color: #FFFFFF;
}

td.ui-datepicker-week-end.dp-highlight a.ui-state-default {
	color: #FFFFFF;
}

#timeslots_container {
	background-color: #FFFFFF;
	border: 1px solid #A6C9E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	float: left;
	margin-top: 10px;
	padding: 3px;
	width: 284px;
}

.timeslot_wrapper {
	float: left;
	margin-right: 1px;
	margin-left: 1px;
	width: 274px;
}

.timeslot {
	background-color: #DFEFFC;
	border: 1px solid #C5DBEC;
	color: #2E6E9E;
	cursor: pointer;
	display: block;
	font-family: "Lucida Grande", "Lucida Sans", "Arial", sans-serif;
	font-size: 12px;
	height: 24px;
	line-height: 22px;
	position: relative;
	text-align: center;
	width: 100%;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
}

.timeslot:hover {
	background-color: #CCFFCC;
}

.timeslot > i {
	margin-right: 5px;
}

.ts_reserved,
.ts_reserved:hover {
	background-color: #DFEFFC;
	color: #2E6E9E;
	cursor: default;
	opacity: 0.35;
	filter: Alpha(Opacity=35);
}

.ts_disabled,
.ts_disabled:hover {
	background-color: #DFEFFC;
	color: #2E6E9E;
	cursor: default;
	opacity: 0.35;
	filter: Alpha(Opacity=35);
}

.ts_selected,
.ts_selected:hover {
	background-color: #33CC00;
	border: 1px solid #79B7E7;
	color: #FFFFFF;
}

#date_list_wrapper {
	float: left;
	margin-left: 20px;
	padding-top: 10px;
	width: 200px;
}

p#date_list_title {
	color: #2498AF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

p#date_list {
}

p#date_list .date_unbooked {
	color: #DDDDDD;
}

p#date_list a.delete_session {
	color: #FF0000;
	/*
	line-height: 24px;
	*/
	vertical-align: middle;
}

p#date_list a.delete_session i {
	font-size: 20px;
	margin-left: 5px;
}

p#booking_options_message {
	display: none;
}

.package_session_wrapper {
	display: block;
}

.package_session_number {
	display: inline-block;
	font-weight: bold;
	width: 100px;
}

.package_session_start_time {
	display: inline-block;
	width: 150px;
}

.package_session_description {
	display: inline-block;
}

/* Tablet Screen Sizes */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	#date_list_wrapper {
		clear: both;
		margin: 10px 0px 10px 0px;
	}
	
	.package_session_description {
		display: block;
	}
	
}

/* Mobile Landscape Screen Sizes */
@media only screen and (max-width: 649px) {
	
	.package_session_description {
		display: block;
	}
	
}

@media only screen and (min-width: 480px) and (max-width: 549px) {
	
	#date_list_wrapper {
		clear: both;
		margin: 10px 0px 10px 0px;
	}
	
}

/* Mobile Portrait Screen Sizes */
@media only screen and (max-width: 479px) {
	
	#date_list_wrapper {
		clear: both;
		margin: 10px 0px 10px 0px;
	}
	
}