#header_wrapper {
	background: url("https://secure.activecarrot.com/media/dynamic/static_images/1448/Aqua_Jetty_Landscape.png") center;
	background-repeat: no-repeat;
	background-position: left;
	height: 160px;
	margin: 30px 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

* {
	font-family: Arial;
	color: #545861;
}


body.public_template {
    background: url("https://secure.activecarrot.com/media/dynamic/static_images/1448/Active_Carrot_Background.jpg") top center #FFF;
    background-size: 100%;
	background-attachment: fixed;
    float: left;
    font-family: Arial,sans-serif;
    justify-content: center;
    margin: 0;
    width: 100%;
	align-items: center;
}

.alpha60 {
	background: rgba(255,2255,255,0.89);
}

.footer_contact {
	display: none;
}

div#footer_wrapper {
	background: none;
}

h3 {
	font-size: 26px;
}

h2 {
	display: block;
	margin-block-start: 1em;
	margin-block-emd: 1em;
	margin-inline-start:  0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

/** Step Boxes **/
.swMain ul.anchor li a.selected {
	color: #FFF;
	background: #00AEEF;
	border: 1px solid #00AEEF;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.swMain ul.anchor li a.selected:hover {
	color: #FFFF;
	background: #00AEEF;
}

.swMain ul li .selected {
	text-shadow: none;
}

.swMain ul.anchor li a .stepNumber {
	font: bold 34px Arial;
}

.swMain ul.anchor li a .stepDesc {
	font: bold 25px Arial;
}

.swMain ul.anchor li a.error {
	color: #FFF !important;
	background: #E5344A !important;
	border: 1px solid #E5344A !important;
}

.swMain ul.anchor li a.done:hover {
	color: #FFF;
	background: #00AEEF;
	border: 1px solid #00AEEF;
}

.swMain ul.anchor li a.done {
	color: #FFF;
	background: #00AEEF;
	border: 1px solid #00AEEF;
}


/** Main Box Classes **/
.swMain .stepContainer div.content {
	border: none;
	background-color: #FFF;
	font: 16px Arial;
	letter-spacing: 0.3px; 
}

.swMain {
	border: 0px solid #545861;
}

.swMain ul.anchor {
	border: 0px solid #545861;
}

.swMain .stepContainer .StepTitle {
	border: 1px solid #00AEEF;
	font: 19px Arial;
	color: #FFF;
	background-color: #00AEEF;
}

.swMain div.actionBar {
	border: none;
	background-color: #FFF;
}

.swMain .loader {
	border: none;
	font: bold 16px Arial;
	letter-spacing: 0.3px;
}

.swMain .buttonNext {
	font: bold 16px Arial;
	letter-spacing: 0.3px;
	background-color: #00AEEF;
	border: 1px solid #00AEEF;
}

.swMain .buttonPrevious {
	font: bold 16px Arial;
	letter-spacing: 0.3px;
	background-color: #00AEEF;
	border: 1px solid #00AEEF;
}

.swMain .buttonFinish {
	font: bold 16px Arial;
	letter-spacing: 0.3px;
	background-color: #00AEEF;
	border: 1px solid #00AEEF;
}

.swMain .buttonDisabled {
	color: #FFF !important;
}

.swMain .buttonCancel {
	font: bold 16px Arial;
	letter-spacing: 0.3px;
	background-color: #E5344A;
	border: 1px solid #E5344A;
}

.swMain .msgBox {
	font: 12px Arial;
	color: #E5344A;
	border: none;
	background-color: #FFF;
}

.txtBox {
	color: #545861;
	font: 12px Arial;
	transition: border-color 0.2s ease-in-out 0s;
	padding: 7px;
}

em {
	color: #E5344A;
	font: 12px Arial;
}


/** Classes **/
ol, ul {
	padding-left: 0px;
}

html {
	overflow-y: scroll;
}

html::-webkit-scrollbar {
	display: none;
}

html {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.public_facility_bookings {
	background: #FFF;
	margin: 10px;
	padding: 10px;
	height: auto;
}

div.facilities.navigation li a {
	min-width: 70px;
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	display: block;
	font-size: 20px;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 350px;
	min-width: 175px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right:5px;
}

.public_facility_bookings .navigation ul li a:hover {
	color: #133D8D;
	background-color: #FFF;
	border: 1px solid #133D8D;
	transition: .1s ease-in;
}

.public_facility_bookings .navigation .selected {
	color: #FFF;
	background-color: #35BDB2;
	border: 1px solid #35BDB2;
}

.rounded_button ul li a {
	background-attachment: scroll;
	background-clip: border-box; 
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-size: auto auto;
	border: 1px solid #133D8D;
	color: #FFF;
	display: block;
	font-size:16px;
	height: 25px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 100px;
	min-width: 100px;
	margin-top: 5px;
}

.rounded_button .selected {
	background: #35BDB2;
	border: 1px solid #35BDB2;
}

.rounded_button ul li a:hover {
	color: #133D8D;
	background-color: #FFF;
	border: 1px solid #133D8D;
	transition: .1s ease-in;
}

.ui-datepicker-trigger {
	display: none;
}

input#change_date.hasDatepicker {
	content: "Select Date";
	color: #FFF;
	background: none;
	border: none;
	text-align: center;
	line-height: 1.5;
	font-size: 16px;
}

div#classes_grid_view {
	margin-top: 20px;
}

.public_table {
	margin-top: 20px;
	min-width: 100%;
	text-align: center;
	border-spacing: 0px;
}

.public_table thead {
	height: 38px;
}

.public_table thead  *{
	font-size: 20px;
}

.public_table_data td {
	height: 38px;
	text-align: center !important;
	padding-left: 0px !important;
}

.public_table_heading td {
	display: none;
	/**background: #00AEEF !important;
	text-align: center !important;
	padding: 5px 20px !important;
	color: #FFF !important;
	font-weight: bold !important;**/
}

.public_table_data td span {
	display: none;
}


.book:hover{
	background: #133D8D;
	border: solid 1px #133D8D;
	color: #FFF;
	transition: .1s ease-in;
}

.book {
	background: #00AEEF;
	border: solid 1px #00AEEF;
	color: #FFF;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	font-size: 20px;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	width: auto;
}

div#classes_grid_view.classes_column_view table.full_table {
	width: 100%;
}

div.rounded_button.inline_uls.tight_uls ul li {
	margin-left: 0px !important;
}

/**table.public_table tbody tr:nth-child(even) {
	background-color: rgba(0,174,239,.1);
}**/

table.full_table tbody tr:nth-child(even) {
	background-color: rgba(0,174,239,.1);
}

table.public_table tbody tr {
	border-bottom: 0.5px solid #00AEEF;
}

table.full_table tbody tr td div.column_event {
	text-align: center;
}

table.full_table tbody tr td {
	height: 38px;
}


/** Facilities **/
div#page_wrapper.alpha60._public_facility_index_1448_1874 {
	width: 1010px;
	height: 1300px;
	margin: auto;
}

.trainer_booking_header {
	width: 836px;
}

.facility_heading_tr {
	background-color: rgba(236,239,245,0.89); height: 17px;
}

.facility_heading_td {
	width: 60px;
}

.facility_body_td {
	width: 88.5px;
	height: 30px;
	vertical-align: middle;
}

table#trainer_booking_header td {
	font-size: 12px;
	border: 1px solid #FFF;
}

div#booking_calendar.fc {
	width: 152px !important;
	float: left;
}

div.public_facility_bookings div.club_info {
	text-shadow: 0 1px 0 #FFF;
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

/** CHECKED 25m Indoor Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1874 .public_facility_bookings navigation ul li a,  div#page_wrapper.alpha60._public_facility_index_1448_1875 .public_facility_bookings navigation ul li a {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 20px;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 350px;
	min-width: 175px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}


/** 25m Indoor Pool Buttons **/
/** div#page_wrapper.alpha60._public_facility_index_1448_1874 div#content div.public_facility_bookings div.heading div.read_only_navigation div.facilities.navigation ul li a.hover { **/
div#page_wrapper.alpha60._public_facility_index_1448_1874 .public_facility_bookings navigation ul li a.hover, div#page_wrapper.alpha60._public_facility_index_1448_1875 .public_facility_bookings navigation ul li a.hover {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #133D8D;
	font-size: 20px;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 350px;
	min-width: 175px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	transition: .1s ease-in;
}

/** 25m Indoor Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1874 div#content div.public_facility_bookings div.heading div.read_only_navigation div.facilities.navigation ul li a.selected {
	background-color: #35BDB2;
	border: 1px solid #35BDB2;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 20px;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 350px;
	min-width: 175px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/** 25m Indoor Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1874 div#content div.public_facility_bookings div.navigation ul li a {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 16px;
	height: 25px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 100px;
	min-width: 100px;
}

/** 25m Indoor Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1874 div#content div.public_facility_bookings div.navigation ul li a.hover {
	background-color: #FFF;
	border: 1px solid #35BDB2;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #133D8D;
	font-size: 16px;
	height: 25px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 100px;
	min-width: 100px;
	transition: .1s ease-in;
}

/** 25m Indoor Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1874 div#content div.public_facility_bookings div.navigation ul li a.selected {
	background: #35BDB2;
	border: 1px solid #35BDB2;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 16px;
	height: 25px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 100px;
	min-width: 100px;
}

/** 50m Outdoor Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1875 div#content div.public_facility_bookings div.navigation ul li a {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 20px;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 350px;
	min-width: 175px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/** 50m Outdoor Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1875 div#content div.public_facility_bookings div.heading div.read_only_navigation div.facilities.navigation ul li a.hover {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #133D8D;
	font-size: 20px;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 350px;
	min-width: 175px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	transition: .1s ease-in;
}

/** 50m Outdoor Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1875 div#content div.public_facility_bookings div.heading div.read_only_navigation div.facilities.navigation ul li a.selected {
	background-color: #35BDB2;
	border: 1px solid #35BDB2;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 20px;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 350px;
	min-width: 175px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/** 50m Outdoor Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1875 div#content div.public_facility_bookings div.navigation ul li a {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 16px;
	height: 25px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 100px;
	min-width: 100px;
}

/** 50m Outdoor Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1875 div#content div.public_facility_bookings div.navigation ul li a.hover {
	background-color: #FFF;
	border: 1px solid #35BDB2;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #133D8D;
	font-size: 16px;
	height: 25px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 100px;
	min-width: 100px;
	transition: .1s ease-in;
}

/** 50m Outdoor Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1875 div#content div.public_facility_bookings div.navigation ul li a.selected {
	background: #35BDB2;
	border: 1px solid #35BDB2;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 16px;
	height: 25px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 100px;
	min-width: 100px;
}

/** Hydro Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1876 div#content div.public_facility_bookings div.heading div.read_only_navigation div.facilities.navigation ul li a {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 20px;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 350px;
	min-width: 175px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/** Hydro Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1876 div#content div.public_facility_bookings div.heading div.read_only_navigation div.facilities.navigation ul li a.hover {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #133D8D;
	font-size: 20px;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 350px;
	min-width: 175px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	transition: .1s ease-in;
}

/** Hydro Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1876 div#content div.public_facility_bookings div.heading div.read_only_navigation div.facilities.navigation ul li a.selected {
	background-color: #35BDB2;
	border: 1px solid #35BDB2;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 20px;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 350px;
	min-width: 175px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/** Hydro Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1876 div#content div.public_facility_bookings div.navigation ul li a {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 16px;
	height: 25px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 100px;
	min-width: 100px;
}

/** Hydro Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1876 div#content div.public_facility_bookings div.navigation ul li a.hover {
	background-color: #FFF;
	border: 1px solid #35BDB2;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #133D8D;
	font-size: 16px;
	height: 25px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 100px;
	min-width: 100px;
	transition: .1s ease-in;
}

/** Hydro Pool Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1876 div#content div.public_facility_bookings div.navigation ul li a.selected {
	background: #35BDB2;
	border: 1px solid #35BDB2;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 16px;
	height: 25px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 100px;
	min-width: 100px;
}


/** Sports Court Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1873 div#content div.public_facility_bookings div.heading div.read_only_navigation div.facilities.navigation ul li a {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 20px;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 350px;
	min-width: 175px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/** Sports Court Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1873 div#content div.public_facility_bookings div.heading div.read_only_navigation div.facilities.navigation ul li a.hover {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #133D8D;
	font-size: 20px;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 350px;
	min-width: 175px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	transition: .1s ease-in;
}

/** Sports Court Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1873 div#content div.public_facility_bookings div.heading div.read_only_navigation div.facilities.navigation ul li a.selected {
	background-color: #35BDB2;
	border: 1px solid #35BDB2;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 20px;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 350px;
	min-width: 175px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/** Sports Court Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1873 div#content div.public_facility_bookings div.navigation ul li a {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 16px;
	height: 25px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 100px;
	min-width: 100px;
}

/** Sports Court Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1873 div#content div.public_facility_bookings div.navigation ul li a.hover {
	background-color: #FFF;
	border: 1px solid #35BDB2;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #133D8D;
	font-size: 16px;
	height: 25px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 100px;
	min-width: 100px;
	transition: .1s ease-in;
}

/** Sports Court Buttons **/
div#page_wrapper.alpha60._public_facility_index_1448_1873 div#content div.public_facility_bookings div.navigation ul li a.selected {
	background: #35BDB2;
	border: 1px solid #35BDB2;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 16px;
	height: 25px;
	line-height: 1.5;
	text-align: center;
	width: auto;
	max-width: 100px;
	min-width: 100px;
}

/** iFrame Table for Lane Availablity **/

iframe#trainer_booking_iframe {
	height: 900px !important;
}

body > div:nth-child(2) {
	width: 953px !important;
}


div.heading_container.facilitygroup1874 table#trainer_booking_header tbody.trainer_booking_header {
	font-family: Arial;
	font-size: 15px;

}

.fc-event-bottom .fc-event-inner {
	background-color: #00AEEF !important;
}

.fc-event-skin {
	color: #fff;            /* default TEXT color */
	background-color: #00AEEF !important;
	width: 88px;
}

.fc-event-vert {
	border: none;
}

.fc-event .fc-event-skin .fc-event-vert .fc-corner-bottom {
	vertical-align: middle;
	font-family: Arial;
	font-size: 16px;
}

.fc {
	text-align: center;
}

.fc_event-inner .fc_event-skin {
	background-color: # 00AEEF;
}

.fc-event-time {
	display: none;
}

.fc-event-title {
	font-size: 13px;
	color: #FFF;
}

.fc-agenda .fc-agenda-axis {
	width: 62px !important;
	padding: 0px 0px;
	text-align: center;
}

.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
	border-bottom-width: 0.5px;
	width: 90.98px
}

.fc_agenda-days .fc_agenda-axis {
	border-right-width: 0.5px;
}

.fc-border-seprate th, .fc-border-separate td {
	border: 0.5px 0 0 0.5px;
}

.fc-widget-header, .fc-widget-content {
	border: 0.5px solid #CCC;
}

.fc-event-vert .fc-event-bg {
	opacity: 0;
}

div#booking_calendar2.fc {
	width: 88.8302px !important;
}

div#booking_calendar3.fc {
	width: 88.8302px !important;
}

div#booking_calendar4.fc {
	width: 88.8302px !important;
}

div#booking_calendar5.fc {
	width: 88.8302px !important;
}

div#booking_calendar6.fc {
	width: 88.8302px !important;
}

div#booking_calendar7.fc {
	width: 88.8302px !important;
}

div#booking_calendar8.fc {
	width: 88.8302px !important;
}

div#booking_calendar9.fc {
	width: 88.8302px !important;
}

div#booking_calendar10.fc {
	width: 88.8302px !important;
}

.fc-agenda table {
	border-collapse: none;
}

.fc-event-inner {
	border: none;
	margin-left: 0px;
}

.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
	width: 89.98px;
}

#booking_calendar .fc-widget-content {
	border-right: none;
}

.fc-corner-top .fc-event-inner {
	margin: 0px;
}

.fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
	border-right-width: 0.5px;
}

.fc-agenda-days .fc-agenda-axis {
	border-right-width: 0px;
}

#cw-filter-bar > h4 {
	display: none;
}

/** Levels Heading **/
#cw_filter_form > fieldset:nth-child(1) > legend {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #133D8D;
	padding-bottom: 5px;
}

/** levels Filter Button (Hover) **/
#cw_filter_form > div:nth-child(2) > input:hover{
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #133D8D;
	font-size: 16px;
	height: 30px;
	line-height: 0;
	text-align: center;
	width: auto;
	max-width: 300px;
	min-width: 150px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	transition: .1s ease-in;
}

/** Levels Filter Button (Normal) **/
#cw_filter_form > div:nth-child(2) > input {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 16px;
	height: 30px;
	line-height: 0;
	text-align: center;
	width: auto;
	max-width: 300px;
	min-width: 150px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/** Label for Day Filter **/
#cw_filter_form > fieldset:nth-child(4) > legend {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #133D8D;
	padding-bottom: 5px;
}

/** Day Filter Button (Hover) **/
#cw_filter_form > div:nth-child(5) > input:hover{
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #133D8D;
	font-size: 16px;
	height: 30px;
	line-height: 0;
	text-align: center;
	width: auto;
	max-width: 300px;
	min-width: 150px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	transition: .1s ease-in;
}

/** Day Filter Button (Normal) **/
#cw_filter_form > div:nth-child(5) > input {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 16px;
	height: 30px;
	line-height: 0;
	text-align: center;
	width: auto;
	max-width: 300px;
	min-width: 150px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/** Label for Teacher Filter **/
#cw_filter_form > fieldset:nth-child(7) > legend {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #133D8D;
	padding-bottom: 5px;
}

/** Teacher Filter Button (Hover) **/
#cw_filter_form > div:nth-child(8) > input:hover{
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #133D8D;
	font-size: 16px;
	height: 30px;
	line-height: 0;
	text-align: center;
	width: auto;
	max-width: 300px;
	min-width: 150px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	transition: .1s ease-in;
}

/** Teacher Filter Button (Normal) **/
#cw_filter_form > div:nth-child(8) > input {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 16px;
	height: 30px;
	line-height: 0;
	text-align: center;
	width: auto;
	max-width: 300px;
	min-width: 150px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/** Label for Time Filter **/
#cw_filter_form > fieldset:nth-child(11) > legend {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #133D8D;
	padding-bottom: 5px;
}


/** Time Filter Buton (Hover)**/
#cw-filter-bar > div > input.updateResultsButton.book:hover{
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #133D8D;
	font-size: 16px;
	height: 30px;
	line-height: 0;
	text-align: center;
	width: auto;
	max-width: 300px;
	min-width: 150px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	transition: .1s ease-in;
}

/** Time Filter Buton (Normal)**/
#cw-filter-bar > div > input.updateResultsButton.book {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 16px;
	height: 30px;
	line-height: 0;
	text-align: center;
	width: auto;
	max-width: 300px;
	min-width: 150px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/** Reset Filters Buton (Hover)**/
#resetFiltersButton:hover{
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #133D8D;
	font-size: 16px;
	height: 30px;
	line-height: 0;
	text-align: center;
	width: auto;
	max-width: 300px;
	min-width: 150px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	transition: .1s ease-in;
}

/** Time Filter Buton (Normal)**/
#resetFiltersButton {
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	font-size: 16px;
	height: 30px;
	line-height: 0;
	text-align: center;
	width: auto;
	max-width: 300px;
	min-width: 150px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.cw-block-book {
	padding-top: 5px;
	padding-bottom: 10px;
}

#cw-filter-bar {
	padding-left: 20px;
}

#cw-content-head {
	padding: 0px;
	margin: 10px;
	width: 800px;
	background-color: transparent;
}

div#content {
	background-color: none;
}

.class_browse_filter_see_all_link {
	padding-left: 15px;
}

#cw-content-head > div:nth-child(1) > a:nth-child(2), #cw-content-head > div:nth-child(3) > a:nth-child(1) {
	max-width: 350px;
	width: 300px;
	margin-left: 60px;
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	height: 30px;
}

#cw-content-head > div:nth-child(1) > a:nth-child(2):hover, #cw-content-head > div:nth-child(3) > a:nth-child(1):hover {
	max-width: 350px;
	width: 300px;
	margin-left: 60px;
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #133D8D;
	height: 30px;
	transition: .1s ease-in;
}


#cw-content-head > div:nth-child(1) > a:nth-child(3), #cw-content-head > div:nth-child(3) > a:nth-child(2) {
	max-width: 350px;
	width: 300px;
	margin-left: 60px;
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #133D8D;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFF;
	height: 30px;
}

#cw-content-head > div:nth-child(1) > a:nth-child(3):hover, #cw-content-head > div:nth-child(3) > a:nth-child(2):hover {
	max-width: 350px;
	width: 300px;
	margin-left: 60px;
	border: 1px solid #133D8D;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #133D8D;
	height: 30px;
	transition: .1s ease-in;
}

#cw-content {
	width: 800px;
	padding: 0px;
	text-align: center;
	font-size: 16px;
}

.cw-block-content {
	padding-right: 0px;
	padding-bottom: 0px;
}

.cw-block-content table {
	width: 800px;
	padding-top: 20px;
}

.cw-block-content tr:nth-child(odd) {
	height: 38px;
	background: #FFF;
	border-spacing: 0px;
}

.cw-block-content th {
	font-size: 16px; 
	background: #FFF;
}

.cw_th_day {
	width: auto;
}

.cw_td_day {
	width: auto;
}

.cw_th_time {
	width: auto;
}

.cw_td_time {
	width: auto;
}

.cw_th_level {
	width: auto;
}

.cw_td_level {
	width: auto;
}

.cw_th_teacher {
	width: auto;
}

.cw_td_teacher {
	width: auto;
}

.cw_th_info {
	width: auto;
}

.cw_td_info {
	width: auto;
}

a.book.book_active  {
	font-size: 15.5px;
	height: 24px;
}

div.book.book_disabled  {
	font-size: 15.5px;
	height: 24px;
	background: none;
	border: none;
	color: #545861;
}

.cw_tr_results td {
	padding: 0px !important;
	height: 38px;
}
	
.cw_th_payment {
	display: none;
}

.cw_td_payment {
	display: none;
}

.cw_th_vacancies {
	display: none;
}

.cw_td_vacancies {
	display: none;
}

#cw-content > div.cw-block-content > table > tbody {
	background: rgba(236,239,245,0.89);
}

div#page_wrapper.alpha60._public_class_browse_1448 div#content h2 {
	font-size: 24px;
	margin-left: 30px;
}

input#first_name.txtBox {
	font: 16px Arial;
	transition: border-color 0.2s ease-in-out 0s;
	padding: 7px;
}

input#last_name.txtBox {
	font: 16px Arial;
	transition: border-color 0.2s ease-in-out 0s;
	padding: 7px;
}

input#email.txtBox {
	font: 16px Arial;
	transition: border-color 0.2s ease-in-out 0s;
	padding: 7px;
}


/** Class Registration **/

#booking_payment {
	margin: 0px 65px;
	padding: 20px;
	width: 720px;
	float:	right;
}

input#check_user:hover {
	background-color: #133D8D;
}

input#check_user {
	background-color: #00AEEF;
	color: #FFF;
	padding: 16px 34px;
	border: 0;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	border-radius: 50px;
	font-size: 19px;
	transition: background-color 0.2s ease-in-out 0s;
	width: 40%;
}

#check_user_div {
	text-align: center;
}

#div#booking_payment form#contact_details_form div.person_extra {
	font: 16px Arial;
	transition: border-color 0.2s ease-in-out 0s;
	padding: 7px;
}

select#home_phone_select.contact_select {
	font: 12px Arial;
	transition: border-color 0.2s ease-in-out 0s;
	padding: 7px;
}

select#mobile_phone_select.contact_select {
	font: 12px Arial;
	transition: border-color 0.2s ease-in-out 0s;
	padding: 7px;
}

select#work_phone_select.contact_select {
	font: 12px Arial;
	transition: border-color 0.2s ease-in-out 0s;
	padding: 7px;
}

select#marketing_source_id {
	font: 12px Arial;
	transition: border-color 0.2s ease-in-out 0s;
	padding: 7px;
}

select#emergency_primary_phone_select.contact_select {
	font: 12px Arial;
	transition: border-color 0.2s ease-in-out 0s;
	padding: 7px;
}

select#emergency_primary_mobile_select.contact_select {
	font: 12px Arial;
	transition: border-color 0.2s ease-in-out 0s;
	padding: 7px;
}

select#emergency_secondary_phone_select.contact_select {
	font: 12px Arial;
	transition: border-color 0.2s ease-in-out 0s;
	padding: 7px;
}

select#emergency_secondary_mobile_select.contact_select {
	font: 12px Arial;
	transition: border-color 0.2s ease-in-out 0s;
	padding: 7px;
}

form#contact_details_form div.person_extra {
	text-align: center;
}

div.person_extra input#cancel_submit:hover {
	background-color: #133D8D;
}

div.person_extra input#cancel_submit {
	background-color: #00AEEF;
	color: #FFF;
	padding: 16px 34px;
	border: 0;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	border-radius: 50px;
	font-size: 19px;
	transition: background-color 0.2s ease-in-out 0s;
	width: 20%;
}

div.person_extra input#confirm_submit:hover {
	background-color: #133D8D;
}

div.person_extra input#confirm_submit {
	background-color: #00AEEF;
	color: #FFF;
	padding: 16px 34px;
	border: 0;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	border-radius: 50px;
	font-size: 19px;
	transition: background-color 0.2s ease-in-out 0s;
	width: auto;
}

.ui-widget-header {
	border: 1px solid #00AEEF;
	background: #FFF;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	background: #133D8D;
}

.ui-dialog .ui-dialog-buttonpane button {
	background: #00AEEF;
	color: #FFF;
	padding: 16px 34px;
	border: 0;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	border-radius: 50px;
	font-size: 19px;
	transition: background-color 0.2s ease-in-out 0s;
	width: auto;
}

.ui-button-text-only .ui-button-text {
	color: #FFF;
}

.ui-icon-alert {
  -ms-transform: scale(2); /* IE 9 */
  -webkit-transform: scale(2); /* Chrome, Safari, Opera */
  transform: scale(2);
}

#class_login_register_dialog > p > span {
	margin: 0px 30px !important;
}

.ui-draggable .ui-dialog-titlebar {
	border: none;
	font-weight: 700;
	font-size: 19px;
}

#cw_pagination_container {
	background-color: #FFF;
	border: none;
}

#cw_pagination_container:hover {
	background-color: #FFF;
	border: 1px solid #00AEEF;
}
/** Footer **/