#loading {
	display: none;
	margin: 100px auto;
}
#loading p {
	font-size: 1.4em;
	text-align: center;
}


table {
	width: 100%;
	box-sizing: border-box;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
	border-spacing: 0;
	background-color: #F0F0F0;
}

th, td {
	border: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
}

th {
	font-weight: 700;
	padding: 10px 0;
	color: #FFF;
	background-color: #006871;
	letter-spacing: 1px;
	text-align: center;
}

td {
	width: 14.285%;
	transition: all 0.3s;
	font-size: 14px;
	color: #006871;
	font-weight: 400;
	font-size: 14px;
	vertical-align: initial;
	height: 140px;
}

.day:hover {
	background-color: rgba(0,0,0,0.1);
	cursor: pointer;
}

.today {
	background-color: rgba(0,0,0,.15) !important;
}

span.number {
	display: inline-block;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: rgba(255,255,255,0.5);
}
.today span.number {
	border: 1px solid rgba(0,0,0,0.2);
	background-color: rgba(255,255,255,0.8);
	z-index: 10;
}

span.bcEvent {
	height: 8px;
	background-color: rgba(0,0,0,.3);
	display: block;
	/*margin: 5px 10%;*/
	border-radius: 4px;
	background-color: #91c33b;
	box-sizing: initial;
}

	/*
	span.bcEvent:nth-child(n+3) {
		opacity: 0.8
	}
	*/


span.duplEvent {
	border: 1px solid #FFF;
	height: 6px;
}

span.bcEvent-multiday {
	/*margin: 5px -16px;*/
	border-radius: 0;
}

span.bcEvent-multiday-start {
	margin-right: -10%;
	border-radius: 4px 0 0 4px;
}

.duplEvent.bcEvent-multiday-start {
	border-right: none;
}
.duplEvent.bcEvent-multiday-finish {
	border-left: none;
}

span.bcEvent-multiday-finish {
	/*margin-left: -16px;*/
	border-radius: 0 4px 4px 0;
}

span.bcEvent-ghost {
	background-color: transparent;
}

span.displayMonth {
	display: inline-block;
	font-size: 2em;
	line-height: 10px;

}

.bookingFull {
	background-color: #CCC !important;
}


td.day {
	position: relative;
}
span.bcEvent {
	position: absolute;
	width: 85%;
}
span.bcEvent-multiday-start {
	width: 110%;
}
span.bcEvent-multiday-finish {
	margin-left: -12%;
	width: 97%;
}
span.bcEvent-multiday {
	width: 122%;
	margin-left: -12%;
}





@media (min-width: 768px) {
	.modal-dialog {
		width: 700px;
	}
}
@media (min-width: 1200px) {
	.modal-dialog {
		width: 1100px;
	}
}

.modal-body {
	max-height: calc(100vh - 212px);
	overflow-y: auto;
}

.modal-title {
	color: #006871;
}

section.content .rte form {
	border: none;
}

.modalEvent {
	display: block;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #EEE;
	border-radius: 5px;
	border: 1px solid #CCC;
	overflow: hidden;
}
.modalEvent .modalEventDetails {
	float: left;
	width: 70%;
}
.modalEvent .modalEventBook {
	float: right;
}


.modalEvent .eventColour {
	float: left;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #aaa;
}
.modalEvent .eventTitle {
	float: left;
	color: #006871;
	font-size: 1.2em;
	font-weight: 900;
	margin-left: 20px;
}
.modalEvent .eventLocation {
	float: left;
	color: #006871;
	font-size: 1.2em;
	margin-left: 20px;
}
.modalEvent .eventDetail {
	padding: 5px 20px;
	background-color: #006871;
	color: #FFF;
	border-radius: 10px;
	margin-top: 10px;
	margin-left: 40px;
	font-size: 1em;
}
.modalEvent .eventDesc {
	margin-top: 10px;
	margin-left: 40px;
	width: 80%;
	color: #006871;
}

.modalEventDetails button {
	text-decoration: none;
	font-weight: 400;
	margin-top: 10px;
	margin-left: 40px;
	background-color: #AA4E0F;
	color: #FFF;
	border: none;
	padding: 10px 30px;
	font-size: 1.2em;
}
.modalEventDetails p.button {
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
	margin-top: 10px;
	margin-left: 40px;
	background-color: #888;
	color: #FFF;
	border: none;
	padding: 10px 30px;
}



.eventDetails {
	padding: 10px 20px;
	background-color: #F0F0F0;
	color: #005192;
	border-radius: 7px;
}
.eventDetails .parkDetails {
	padding: 10px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 10px;
}
.eventDetails .parkDetails dl {
	margin-bottom: 0;
}



.dl-horizontal dt {
	float: left;
	width: 100px;
	text-align: left;
	font-weight: bold;
	overflow: initial;
}
.dl-horizontal dt::after {
	content: ":";
}

.dl-horizontal dd {
	padding: 0 0 0.5em 0;
	margin-left: 200px;
}


.bcForm {
	margin: 0;
	padding: 0;
}
.bcForm .row div {
	margin-bottom: 10px;
}
.bcForm .row div * {
}
.bcForm hr {
	width: 300px;
	border-top: 1px solid #D6E5D8;
}




.datepicker table {
	background-color: #FFF;
}
.datepicker table tr th {
	border-radius: 0;
}
.datepicker th {
	background-color: #DADADA;
	color: #006871;
	border-radius: 0;
}
.datepicker td {
	background-color: #FFF;
}

.webform .btn-group {
	border: 1px solid #AA4E0F;
	border-radius: 4px;
}
.webform .row .btn-group label {
	width: 100px;
	margin-right: 0;
	background-color: #FFF;
	color: #006871;
	border: none;
}
.webform .row .btn-group .btn.active, .btn:active {
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.5);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.5);
	background-color: #006871;
	color: #FFF;
}
@media (max-width: 768px) {
	.webform textarea {
		width: 100%;
	}
}




div.summaryTable {
	border: 2px solid #006871;
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.divTable.summaryTable .divTableCell, .divTable.summaryTable .divTableHead {
	border-right: 1px solid #006871;
	border-bottom: 1px solid #006871;
	padding: 4px 4px;
}

.divTable.summaryTable .divTableBody .divTableCell {
	color: #006871;
	padding: 5px 10px;
}

.divTable.summaryTable .divTableBody .inverse {
	color: #FFF;
	background-color: #006871;
}

.divTable.summaryTable .divTableBody .divTableCell span {
	font-size: 1.4em;
	font-weight: bold;
}

.divTable.summaryTable .divTableHeading {
	background: #006871;
	background: -moz-linear-gradient(top, #408e94 0%, #19777f 66%, #006871 100%);
	background: -webkit-linear-gradient(top, #408e94 0%, #19777f 66%, #006871 100%);
	background: linear-gradient(to bottom, #408e94 0%, #19777f 66%, #006871 100%);
}

.divTable.summaryTable .divTableHeading .divTableHead {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-left: 1px solid #006871;
}

.divTable.summaryTable .divTableHeading .divTableHead:first-child {
	border-left: none;
}



div.summaryTableAddress {
	border: 2px solid #006871;
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 20px;
	width: 100%;
}

.divTable.summaryTableAddress .divTableCell, .divTable.summaryTable .divTableHead {
	border-bottom: 1px solid #006871;
	padding: 10px 10px;
}

.divTable.summaryTableAddress .divTableBody .divTableCell {
	color: #006871;
}

.divTable.summaryTableAddress .divTableRow .divTableCell:nth-child(1) {
	background: #006871;
	background: -moz-linear-gradient(top, #408e94 0%, #19777f 66%, #006871 100%);
	background: -webkit-linear-gradient(top, #408e94 0%, #19777f 66%, #006871 100%);
	background: linear-gradient(to bottom, #408e94 0%, #19777f 66%, #006871 100%);
	font-weight: bold;
	color: #FFFFFF;
	border-left: 2px solid #006871;
}

/* DivTable.com */
.divTable {
	display: table;
}

.contentCol .divTable .button {
	background-color: #AA4E0F;
}

.divTableRow {
	display: table-row;
}

.divTableHeading {
	display: table-header-group;
}

.divTableCell, .divTableHead {
	display: table-cell;
}

.divTableHeading {
	display: table-header-group;
}

.divTableFoot {
	display: table-footer-group;
}

.divTableBody {
	display: table-row-group;
}

a.button {
	text-decoration: none;
	background-color: #245688;
	padding: 10px;
}
a.button {
	display: inline-block;
	text-decoration: none;
	background-color: #245688;
	margin: 10px;
	padding: 10px 15px;
}
	a.button:hover {
		background-color: #133e69;
		color: #FFF;
	}


#confirm-delete #confirmButton {
	text-decoration: none;
	font-weight: 400;
	margin-top: 10px;
	margin-left: 5px;
	background-color: #AA4E0F;
	color: #FFF;
	border: none;
	padding: 4px 10px;
}

a.button.bigButton {
	font-weight: 400;
	padding: 11.5px 30px;
}

.panel-heading .accordion-toggle:after {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
	content: "\e080";
}

#accordion {
	width: 100%;
}

section.content .webform {
	padding: 0;
}
section.content .webform label {
	width: 100%;
	padding-right: 100px;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
section.content .webform label.btn {
	margin-top: 0;
}

section.content .webform input {
	padding: 10px;
	margin: 10px 0;
}
.errorList {
	margin: 20px 0;
	padding: 20px;
	background-color: #FFF;
	border: 5px solid #ff0000;
}
section.content .rte .errorList h3 {
	margin-top: 0;
}