@import "normalize.css";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  color: #404040;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
}
@media print {
  body {
    font-size: 12px;
  }
}
body.body-admin {
  font-size: 14px;
}
hr {
  background: #fff;
  color: #fff;
  border: 0 none;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #e8e8e8;
  margin: 1em 0;
}
a {
  text-decoration: underline;
  color: #0e7de5;
}
a:hover {
  text-decoration: none;
}
a.no-underline {
  text-decoration: none;
}
a.no-underline:hover {
  color: #073b6d;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.alpha,
.beta,
.gamma {
  font-weight: 300;
  color: #444;
}
h1,
.alpha {
  font-size: 2.5em;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
h2,
.beta {
  font-size: 1.75em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
h3,
.gamma {
  font-size: 1.35em;
  margin-bottom: 0.5em;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.row.form-row {
  margin-bottom: 10px;
}
fieldset {
  padding: 0;
  border: 0 none;
  margin: 0 0 1em 0;
}
label {
  display: block;
  font-weight: normal;
  padding-bottom: 5px;
}
.label-cell label {
  padding-top: 9px;
  display: inline-block;
}
.label-checkbox {
  font-weight: normal;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  border-radius: 3px;
  padding: 8px;
  font: 16px/1 "Roboto", sans-serif;
  max-width: 100%;
  box-shadow: inset 0 2px 3px #eee;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #888;
  box-shadow: inset 0 2px 3px #eee;
  outline: none;
}
input[type="text"].full-width,
input[type="email"].full-width,
input[type="password"].full-width,
select.full-width,
textarea.full-width {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
select {
  height: 37px;
  box-shadow: none;
}
input[type="radio"] {
  margin-left: 2px;
}
textarea {
  resize: vertical;
  line-height: 1.6;
  padding: 8px 12px;
}
select {
  margin: 0 1px;
}
/*Buttons*/
button,
input[type="submit"],
a.button {
  text-decoration: none;
  display: inline-block;
  background: #0e7de5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d70cd), color-stop(1, #1b8af1));
  background: -ms-linear-gradient(bottom, #0d70cd, #1b8af1);
  background: -moz-linear-gradient(center bottom, #0d70cd 0%, #1b8af1 100%);
  background: -o-linear-gradient(#1b8af1, #0d70cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b8af1', endColorstr='#0d70cd', GradientType=0);
  color: #fff;
  border: 1px solid #0e7de5;
  border-bottom-color: #084985;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  margin: 0;
  font: 16px/1.5 "Roboto", sans-serif;
  padding: 8px 22px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
button.button-green,
input[type="submit"].button-green,
a.button.button-green {
  background: #65a000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #558700), color-stop(1, #75ba00));
  background: -ms-linear-gradient(bottom, #558700, #75ba00);
  background: -moz-linear-gradient(center bottom, #558700 0%, #75ba00 100%);
  background: -o-linear-gradient(#75ba00, #558700);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75ba00', endColorstr='#558700', GradientType=0);
  border-color: #65a000;
  border-bottom-color: #253a00;
}
.pika-button {
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
}
.form-actions {
  margin-top: 2em;
  padding: 15px 25px;
  background: #eaf4fe;
  border: 1px solid #d2e8fc;
  border-radius: 3px;
}
.form-actions .form-cancel {
  padding-top: 11px;
}
.wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.row {
  clear: both;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.row [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row [class*="span"]:first-child {
  margin-left: 0;
}
.row .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
@media screen and (max-width: 767px) {
  .row [class*="span"],
  .row [class*="offset"] {
    float: none;
    width: 100%;
    margin: 0 !important;
  }
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.text-big {
  font-size: 120%;
}
.text-small {
  font-size: 85%;
}
.contain {
  min-height: 1px;
  _height: 1px;
  overflow: hidden;
  margin-bottom: 1em;
}
.terms-window {
  background: #f8f8f8;
  border: 1px solid #ddd;
  font-size: 0.85em;
  padding: 25px 30px 15px;
  max-height: 300px;
  overflow: auto;
  margin: 0 0 2em 0;
}
.hastip {
  text-decoration: none;
  cursor: pointer;
}
.tooltipsy {
  font-size: 0.8em;
  padding: 10px;
  max-width: 280px;
  color: #303030;
  background-color: #f5f5b5;
  border: 1px solid #deca7e;
}
.tooltipsy ul,
.tooltipsy ol {
  margin-top: 0;
  margin-bottom: 0;
}
.tooltipsy ul li + li,
.tooltipsy ol li + li {
  margin-top: 5px;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
table th {
  font-weight: bold;
}
table th,
table td {
  text-align: left;
  vertical-align: top;
}
table.full-width {
  width: 100%;
}
table.table-list td,
table.table-list th {
  padding: 10px 8px;
}
table.table-list thead {
  border-bottom: 2px solid #ddd;
}
table.table-list tbody tr {
  border-bottom: 1px solid #ddd;
}
table.stupidtable thead .icon-sort-down,
table.stupidtable thead .icon-sort-up {
  display: none;
}
table.stupidtable thead .sorting-desc .icon-sort-down {
  display: inline;
}
table.stupidtable thead .sorting-desc .icon-sort-up {
  display: none;
}
table.stupidtable thead .sorting-asc .icon-sort-down {
  display: none;
}
table.stupidtable thead .sorting-asc .icon-sort-up {
  display: inline;
}
.tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5em;
}
.tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs ul > li {
  display: inline-block;
}
.tabs ul > li a {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 0 none;
  border-radius: 5px 5px 0 0;
  display: block;
  padding: 10px 15px;
  position: relative;
}
.tabs ul > li a.active {
  bottom: -1px;
  text-decoration: none;
  color: #404040;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.header {
  background: #043460;
  margin-bottom: 2em;
}
@media print {
  .header {
    display: none;
  }
}
.header .wrapper {
  padding: 15px 0;
  border-bottom: 5px solid #1c8af1;
}
.header a {
  color: #fff;
  text-decoration: none;
}
.header .nav-inline {
  padding-top: 10px;
}
.header .nav-inline > ul {
  margin: 0;
  padding: 0;
}
.header .nav-inline > ul > li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.header .nav-inline > ul > li.logout {
  margin-right: 0;
}
.header .return-to-website {
  font-size: 12px;
  margin-top: 1em;
}
.header .return-to-website a {
  display: inline-block;
  padding: 6px 10px;
  background: #054782;
}
.header .return-to-website a:hover {
  background: #0e7de5;
}
.footer {
  background: #eee;
  margin-top: 75px;
}
.footer .wrapper {
  padding: 30px 0;
  border-top: 5px solid #65a000;
  font-size: 0.85em;
}
.footer .wrapper a {
  color: #999;
}
/*Alerts*/
.alert {
  padding: 20px 25px;
  border-radius: 3px;
  background: #fcf8e3;
  margin: 0 0 1em 0;
}
.alert-info {
  padding: 20px 25px;
  border-radius: 3px;
  background: #fcf8e3;
  margin: 0 0 1em 0;
  background: #d9edf7;
}
.alert-success {
  padding: 20px 25px;
  border-radius: 3px;
  background: #fcf8e3;
  margin: 0 0 1em 0;
  background: #dff0d8;
}
.alert-error {
  padding: 20px 25px;
  border-radius: 3px;
  background: #fcf8e3;
  margin: 0 0 1em 0;
  background: #f2dede;
  color: #b94a48;
}
.alert-small {
  padding: 9px 15px;
  font-size: 0.85em;
}
.alert-inline {
  display: inline-block;
  margin: 0;
}
.body_login {
  background: #fff;
  font-size: 14px;
}
.login {
  width: 480px;
  margin: 100px auto 50px auto;
  padding: 25px;
  border-radius: 4px;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.calendar-wrapper {
  margin: 0 30px;
}
.calendar .calendar-title {
  background: black;
  border-bottom: 2px solid #ddd;
  color: #fff;
  padding: 12px 25px;
  font-size: 20px;
}
.calendar .calendar-title a {
  color: #fff;
}
.calendar .calendar-title .calendar-month-arrow {
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
}
.calendar .today {
  background: #fcf8e3;
}
.calendar .calendar-dayname-row th {
  background: #eee;
  padding: 10px 0;
}
.calendar .calendar-days td {
  vertical-align: top;
  border: 1px solid #ddd;
  border-top: 0 none;
  height: 100px;
  position: relative;
  padding: 20px 3px 1px 3px;
}
.calendar .calendar-days td .calendar-day-number {
  font-weight: 400;
  color: #bbb;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 5px;
}
.calendar .calendar-item {
  position: relative;
  z-index: 999;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 2px;
}
.calendar .calendar-item a {
  border-radius: 4px;
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 5px 8px;
  background: black;
  color: #fff;
  text-decoration: none;
}
.calendar .calendar-item.calendar-item-unavailable a {
  background: #f15f5f !important;
}
.calendar.venue-1 .calendar-title,
.calendar.venue-1 .calendar-item-payment-yes a {
  background: #65a000;
}
.calendar.venue-1 .calendar-item-payment-no a {
  background: #c1d999;
}
.calendar.venue-2 .calendar-title,
.calendar.venue-2 .calendar-item-payment-yes a {
  background: #0e7de5;
}
.calendar.venue-2 .calendar-item-payment-no a {
  background: #9fcbf5;
}
.calendar .calendar-time-label {
  height: 80px;
  line-height: 1;
  font-size: 12px;
}
.calendar .calendar-interval {
  height: 20px;
  border-top: 1px solid #eee;
  border-right: 1px solid #ccc;
  position: relative;
  /*
		.reservation {
			background: black;
			color: #fff;
			z-index: 999;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			padding: 0 10px;
			font-size: 0.85em;
			line-height: 1.4;			
		}
		*/

}
.calendar .calendar-interval.calendar-interval-hour {
  border-top-color: #bbb;
}
.calendar .calendar-interval.calendar-interval-11,
.calendar .calendar-interval.calendar-interval-16 {
  border-top-color: #222;
  box-shadow: inset 0 1px 0 #222;
}
/*
.calendar {
	
	border-top: 5px solid #ccc;
	margin: 0 15px;
	position: relative;
	padding-top: 30px;
	background: lighten(#fcf8e3, 2.5%);
		
	.calendar-day-names {
		background: darken(#fcf8e3, 3%);
		height: 30px;
		position: absolute;
		top: 0;
		left: 50px;
		right: 0;
		
		&.fixed {
			position: fixed;
			z-index: 9999;
			box-shadow: 0 1px 1px rgba(0,0,0,.5);
		}
		
		.calendar-day-title {
			float: left;
			width: 14.285%;
			height: 30px;
			padding-top: 4px;
			border-left: 1px solid #ccc;
			
			&.today {
				background: darken(#fcf8e3, 8%);
				color: #222;
				font-weight: bold;
			}
		}
	}
	
	.calendar-pane {
		height: 600px;
		overflow: auto;
		position: relative;
	}
		
	.calendar-times {
		position: absolute;
		left: 0;
		top: -3px;
		width: 50px;
		padding-right: 8px;
		font-size: 12px;
		text-align: right;
		
		.calendar-times-label {
			height: 80px;
		}
	}
	
	.calendar-days {
		
		margin: 0 0 0 50px;
		height: 1920px;		
	
		.calendar-day-column {
			float: left;
			width: 14.285%;
			height: 1920px;
			border-left: 1px solid #ccc;
			
			.calendar-interval {
				height: 20px;
				border-top: 1px solid #eee;
				position: relative;
				
				&.calendar-interval-hour {
					border-top-color: #ccc;
				}
				
				&:hover {
					cursor: pointer;
					border-top-color: @primary_color;
				}
				
				.reservation {
					background: @primary_color;
					border: 1px solid lighten(#fcf8e3, 2.5%);
					color: #fff;
					z-index: 999;
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					padding: 0 10px;
					
					.reservation-start-end {
						font-size: 0.85em;
						line-height: 1.4;
					}
					
				}
			}
		}
		
	}
	
	
}
*//*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*Search boxes*/
.search-form {
  padding: 25px;
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 #fff;
  margin-bottom: 1.5em;
}
/*Results*/
.search-result {
  position: relative;
  border-radius: 3px;
  padding: 25px;
  border-top: 1px solid #ccc;
  background: #f8f8f8;
  margin-bottom: 1.5em;
}
.search-result .search-result-venue {
  color: #b94a48;
  font-weight: bold;
}
.search-result.search-result-available {
  background: #f8fde4;
  border-color: #e2eaba;
}
.search-result.search-result-available .search-result-venue {
  color: #65a000;
}
.search-result .search-result-price .search-result-price-big {
  font-size: 2em;
  line-height: 1.2;
  font-weight: bold;
  color: #65a000;
}
.search-result .search-result-price .search-result-price-rate {
  font-size: 0.8em;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.process-steps {
  margin: 0 0 2em 0;
  padding: 0 0 4px 0;
  list-style: none;
  font-size: 0.85em;
  color: #999;
  border-bottom: 1px solid #ddd;
}
.process-steps li {
  position: relative;
  float: left;
  margin-right: 50px;
  padding: 0 0 0 25px;
}
.process-steps li .num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}
.process-steps li.active {
  color: #444;
}
.process-steps li.active .num {
  color: #0e7de5;
}
.pagination > ul {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > ul > li {
  display: inline;
}
.pagination > ul > li > a,
.pagination > ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > ul > li:first-child > a,
.pagination > ul > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > ul > li:last-child > a,
.pagination > ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > ul > li > a:hover,
.pagination > ul > li > span:hover,
.pagination > ul > li > a:focus,
.pagination > ul > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > ul > .active > a,
.pagination > ul > .active > span,
.pagination > ul > .active > a:hover,
.pagination > ul > .active > span:hover,
.pagination > ul > .active > a:focus,
.pagination > ul > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > ul > .disabled > span,
.pagination > ul > .disabled > span:hover,
.pagination > ul > .disabled > span:focus,
.pagination > ul > .disabled > a,
.pagination > ul > .disabled > a:hover,
.pagination > ul > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.body-admin .sticky-wrapper {
  height: auto !important;
}
.body-admin .summary {
  float: right;
  background: #fcf8e3;
  border-radius: 15px;
  padding: 10px 30px;
  width: 240px;
}
.body-admin .summary dt {
  color: #888;
}
.body-admin .summary dd {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.body-admin .summary dd + dt {
  margin-top: 15px;
}

/* Cedar barn * * * * * * * * * * * * * * * * * *  */
.calendar.venue-1 .calendar-title{
  background: #65a000;
}

.calendar.venue-1 .regularbooker-yes.calendar-item-payment-yes a {
  background: #65a000;
}
.calendar.venue-1 .regularbooker-yes.calendar-item-payment-no a {
  background: #c1d999;
}

.calendar.venue-1 .regularbooker-no.calendar-item-payment-yes.calendar-item-deposit-yes a {
  background: #65a000;
}
.calendar.venue-1 .regularbooker-no.calendar-item-payment-yes.calendar-item-deposit-no a {
  background: #65a000;
  /*border: dashed;*/
  border: 2px solid #A00065;
}
.calendar.venue-1 .regularbooker-no.calendar-item-payment-no.calendar-item-deposit-yes a {
  background: #c1d999;
  border: 2px solid #65a000;
}
.calendar.venue-1 .regularbooker-no.calendar-item-payment-no.calendar-item-deposit-no a {
  background: #c1d999;
  /*border: double;*/
  border: 2px solid #A00065;
}

.calendar.venue-1 .cancelled a {
  background-color: #999999 !important;
}

/* The Stables * * * * * * * * * * * * * * * * * *  */
.calendar.venue-2 .calendar-title{
  background: #0E7DE5;
}

.calendar.venue-2 .regularbooker-yes.calendar-item-payment-yes a {
  background: #0E7DE5;
}
.calendar.venue-2 .regularbooker-yes.calendar-item-payment-no a {
  background: #9FCBF5;
}

.calendar.venue-2 .regularbooker-no.calendar-item-payment-yes.calendar-item-deposit-yes a {
  background: #0E7DE5;
}
.calendar.venue-2 .regularbooker-no.calendar-item-payment-yes.calendar-item-deposit-no a {
  background: #0E7DE5;
  /*border: dashed;*/
  border: 2px solid #E5760E;
}
.calendar.venue-2 .regularbooker-no.calendar-item-payment-no.calendar-item-deposit-yes a {
  background: #9FCBF5;
  border: 2px solid #0E7DE5;
}
.calendar.venue-2 .regularbooker-no.calendar-item-payment-no.calendar-item-deposit-no a {
  background: #9FCBF5;
  /*border: double #F9B4EE;*/
  border: 2px solid #E5760E;
}

.calendar.venue-2 .cancelled a {
  background-color: #999999 !important;
}