.month_box, .calendar .month-title td { background-color: rgb(161, 35, 48); } .day_box { background-color: rgba(161, 35, 48, 0.5); } .available { background-color: #86ff4f; } .whole_hut { background-color: #59d600; } .club-only { background-color: #34cccc; } .kindred { background-color: #ccfcfc; } .family { background-color: #9ccc04; } .booked { background-color: #ff0000; } .committee { background-color: #ffff00; } .meet-only { background-color: #ffc0cb; } .warden { background-color: #ffa500; } .multiple { background-color: lightGray; } .availability-icon { width: 16px; height: 20px; background-size: 112px 20px; }.icon-cottage { background-position: 0 0; }.icon-mixed { background-position: -16px 0; }.icon-female { background-position: -32px 0; }.icon-male { background-position: -48px 0; }.icon-camping { background-position: -64px 0; }.icon-beds { background-position: -80px 0; }.icon-members { background-position: -96px 0; }.calendar td span.date { padding: 2px 2px; }
.calendar td.filtered-day span.date, .calendar td.today span.date { margin: 0px; }

/* BOOKINGS */

span.hut-selector {
	font-weight: bold;
}
.booking-form {
	text-align: center;
	max-width: 100% !important;
}
.month-navigation {
	width: 33%;
	display: inline-block;
	float: left;
}
.booking-form .navigation a {
	text-decoration: none;
	border: none;
	font-weight: normal;
}
.calendar {
	width: auto;
/* 	border-left: 1px solid lightGrey; */
/* 	border-top: 1px solid lightGrey; */
	border-right: none;
	border-bottom: none;
	font-size: 0.8em;
	margin: 5px;
	display: inline-block;
	vertical-align: top;
	border-collapse: collapse;
	text-align: left;
}
.calendar .month-title td {
	font-family: sans-serif;
	font-weight: bold;
	color: white !important;
	font-size: 2em;
	vertical-align: middle;
	text-align: center;
	padding: 4px;
}
.calendar td.filtered-day span.date, .calendar td.today span.date {
	border: 1px solid gray;
	padding: 1px;
}
.calendar td.today span.date {
	color: blue;
	background: white;
}
.calendar td.filtered-day span.date {
	color: red;
	background: white;
}
.calendar .days td {
	font-family: sans-serif;
	font-weight: bold;
	color: black;
	font-size: 1.2em;
	vertical-align: middle;
	text-align: center;
	background-color: white;
}
.calendar .day-2:first-of-type, .calendar .day-4:first-of-type {
 	border-left: 1px solid lightGrey;
}
.calendar .day-2, .calendar .day-4 {
	overflow: hidden;
	padding: 0 !important;
	border-top: none;
	border-left: none;
	border-right: 1px solid lightGrey;
	border-bottom: 1px solid lightGrey;
	vertical-align: top;
	line-height: 1;
}
.calendar .day-2 {
	width: 100px !important;
	height: 100px !important;
}
.calendar .day-4 {
	width: 58px !important;
	height: 58px !important;
}
.calendar td span.date {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	display: inline-block;
	padding: 2px;
}
img.ui-datepicker-trigger {
	height: 20px;
	vertical-align: 0px;
	margin-left: -24px;
	display: inline-block;
}
.calendar td span.attributes {
	font-size: 0.4em;
}
.calendar td.blank {
	background-color: #ddd;
}
.key-box {
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid lightGrey;
	margin-bottom: -4px;
	margin-right: 10px;
}
li span.availability-icon {
	margin: 0 10px 0 4px;
	vertical-align: text-bottom;
}
.availability-icon {
	overflow: hidden;
	background-image: url('../images/availability-icons.png');
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0;
}
.availability-2, .availability-4, td.availability {
	font-family: sans-serif;
	border: none;
	padding: 0 !important;
	text-align: center;
	font-size: 1em;
	height: 0 !important;
	line-height: 1;
}
.availability-2 {
	margin: 10px 0 0 0;
}
.availability-4 {
	margin: auto;
}
#booking-form, #new-route-form {
	border: 1px solid lightGrey;
	padding: 10px;
	margin-bottom: 24px;
}
#booking-form table, #booking-form td {
	border: none;
}
#booking-form input[type="date"],
#booking-form input[type="number"],
#booking-form input[type="text"] {
	padding: 5px;
	background: #f2f2f2;
	border: 1px solid #d9d9d9;
	color: #000;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#booking-form input[type="date"]:focus,
#booking-form input[type="number"]:focus {
	outline: none;
	background: inherit;
}
#booking-form input[type="date"],
#booking-form input[type="number"],
#booking-form input[type="text"] {
	width: 100%;
	box-shadow: none;
}
#booking-form input[name="postcode"] {
	width: 200px;
}
#booking-form input[type="date"] {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
}
.spinner {
	width: 80px;
	text-align: center;
}
#booking-form .datepicker {
	text-align: center;
}
#hut-booking-table {
	width: 100%;
}
#hut-booking-table tr {
	vertical-align: top;
}
#booking-form #booking-table td:first-child,
#booking-form #external-table td:first-child {
	width: 15%;
}
#booking-form #booking-table td,
#booking-form #payment-table td,
#booking-form #external-table td {
	width: 15%;
	white-space: nowrap;
	vertical-align: middle;
}
#booking-form #external-table h3 {
	margin: 0;
}
#booking-form #booking-table td:nth-child(3) {
	width: 30%;
}
#booking-form #booking-table td:last-child {
	width: 35%;
}
#booking-form #external-table td:last-child {
	width: 65%;
}
#booking-form #payment-table td:last-child {
	width: 85%;
}
.booking-table-heading {
	font-weight: bold;
}
.beds_image {
	vertical-align: middle;
	margin-top: -4px;
}
.meet-booking-message, .booking-message, .new-route-message {
	width: 100%;
	padding: 12px;
	margin-bottom: 24px;
	box-sizing: border-box;
}
.booking-message p {
	margin: 0;
}
.booking-message em {
	font-weight: bold;
}
.success, .confirmed {
	background: lightGreen;
}
div.booking-message.success::before {
	content: 'Your booking request was successful';
	font-weight: bold;
	text-transform: uppercase;
}
div.booking-message.reserved::before {
	content: 'Your booking request was successful.';
	font-weight: bold;
	text-transform: uppercase;
}
.fail {
	background: Salmon;
}
.cancelled {
	background: Gray;
}
.deposit {
	background: Salmon;
}
.reserved {
	background: LemonChiffon;
}
.provisional, .partial {
	background: PeachPuff;
}
div.booking-message.fail::before {
	content: 'Your booking request was not successful';
	font-weight: bold;
	text-transform: uppercase;
}
.fail p, .success p {
	margin: 0 0 0 10px;
	list-style: disc inside none;
	display: list-item;
}
.my_bookings_beds, .my_bookings_beds td {
	margin: 0;
	padding: 0;
	border: none;
}
.meet_link {
	float: right;
	line-height: 1;
	margin-top: -8px;
	margin-bottom: 2px;
}
.meet_link a, .meet_link a:hover {
	text-decoration: none;
	border: none;
	box-shadow: none;
}
.required {
	color: red;
	margin-left: 2px;
}
.rate_field, .rate_total_field {
	float: right;
	margin-top: 6px;
	color: grey;
	font-size: 0.6em;
}
.rate_total_field {
	font-weight: bold;
}

/* MEETS */

.meets_table td {
	vertical-align: top;
}

.widget_meets_widget {
	background: #f2f2f2;
	padding-bottom: 10px;
	padding-left: 10px !important;
	margin-bottom: 24px;
}
.widget_meets_widget h1.widget-title {
	margin-bottom: 8px;
}
.meet_summary {
	display: block;
	clear: both;
	font-size: 1em;
	min-height: 60px;
	box-sizing: border-box;
	width: 100%;
}
.date_box {
	float: left;
	text-align: center;
	color: white;
	font-family: sans-serif;
	margin: 0 8px 8px 0;
	width: 60px;
	max-width: 40%;
	line-height: 1.75;
}
.date_box_full {
}
.month_box {
	margin-bottom: 2px;
	width: 60px;
}
.month_box, .day_box {
	padding: 0px;
	font-size: 10pt;
}
.year_box {
	margin-top: 2px;
	font-size: 8pt;
	color: gray;
	width: 60px;
}
.day_box {
	font-size: 15pt;
	width: 60px;
}
.info_box {
	float: left;
	margin-bottom: 14px;
	max-width: 60%;
}
.meet_date {
	text-align: center;
}
label.error {
	color: red;
	display: block;
	font-size: 0.7em;
}
.add-to-calendar {
	float: right;
	display: inline-block;
}


/* BUTTONS */

a.button {
	display: inline-block;
	margin: 0;
	padding: 4px 10px;
	font-size: 14px;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	box-shadow: none;
}

a.button:hover, a.button:focus, a.button:active {
	color: #cd2653;
	background-color: #fff;
}

.meet-detail {
	display: inline-block;
	line-height: 1.2em;
	font-size: 0.75em;
	margin-left: 2px;
	padding: 0 2px;
	background-color: white;
	border-radius: 3px;
	border: 1px solid black;
}

.meet-no-color {
	background-color: white;
}

.meet_excerpt {
	margin-bottom: 0;
	font-size: 0.9em;
}

.meets_table .date_box {
	margin: 0;
}

.meet_title {
	font-style: italic;
}

table.meet-attendees tr.new td {
	border-top: 1px solid #a12330;
	border-bottom: none;
}

table.meet-attendees tr.current td {
	border-top: none;
	border-bottom: none;
}

table.meet-attendees tr:last-child {
	border-bottom: 1px solid #a12330;
}

.bed-row-count {
	float: right;
	width: 20px;
	text-align: center;
}

#primary .post .entry-content table tbody tr:nth-of-type(odd),
#primary .page .entry-content table tbody tr:nth-of-type(odd) {
	background-color: transparent !important;
}

#primary .post .entry-content table tbody tr:nth-of-type(even),
#primary .page .entry-content table tbody tr:nth-of-type(even) {
	background-color: transparent !important;
}
