
.bookingsystem-loader-spinner {
	background: transparent url("/wp-content/plugins/bookingservice/inc/css/spinner.gif")  no-repeat center top;
	height: 37px;
	display: none;
}

.bookingsystem-spinner {
	background: transparent url("/wp-content/plugins/bookingservice/inc/css/spinner.gif")  no-repeat center top;
	height: 37px;
	display: none;
}

#longbookingref_field {
	display: none !important;
}

.init-hide {
	display: none;
}

.b-close{
	font-family: Arial, Helvetica, sans-serif;
    cursor:pointer;
	background: #0080e1;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

#flyer_comment_window { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
}

#booking_window { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
}

table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding: 0 10px;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}

.busy {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: red;
}

.closed {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: gray;
}

.open {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: limegreen;
}

.open_restricted {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: darkgreen;
}

.cancel {
	padding-left: 4px;
	padding-right: 4px;
}

.edit {
	padding-left: 4px;
	padding-right: 4px;
}

.timeslot {
	z-index: 0;
	border: 1px solid white;
	position: relative;
	height: 16px;
}

.active {
	border: 1px solid black;
}

.hasbooking::after {
	content: url('halfperson.png');
}

.hashighlightbooking::after {
	content: url('halfpersonshiny.png');
}

.timeslots {
	line-height: 1;
	border-collapse: separate;
}

.timeslots > td {
	padding: 0 0 0 0 important;
	background-color: #ccc;
}

.min-col-width {
	padding: 0 0 0 0;
	background-color: #ccc;
}

#minute_buttons .ui-state-active {
  background: #68b8ad;  
} 

#coaching_button .ui-state-active {
  background: #68b8ad;  
} 
