@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|PT+Sans:400,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');



html {
	height: 100%;
}

body {
	height:100%;
	margin: 0px;
	background: #F2F2F3;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	-webkit-text-size-adjust: none;
}

textarea {
    resize: none;
}

.clear_float {
	clear: both;
	height: 0px;
}

.example {
	border: 1px solid #9EA1A4;
}

#header_outer {
    height: 389px;
    background: #086b96;
    background: -moz-linear-gradient(top, #086b96 0%, #3b8c5d 100%);
    background: -webkit-linear-gradient(top, #086b96 0%,#3b8c5d 100%);
    background: linear-gradient(to bottom, #086b96 0%,#3b8c5d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#086b96', endColorstr='#3b8c5d',GradientType=0 );
}

#header {
	position: relative;
	height: 398px;
	width: 960px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	top: 16px;
	left: 50px;
}

.account_info {
	color: #595A5C;
	text-align: center;
}

.account_info input[type="button"] {
	margin-top: 20px;
}

.account_info_name {
	font-weight: bold;
	font-size: 18px;
}

#account {
	position: absolute;
	right: 290px;
}

#account a {
	display: block;
	float: left;
	min-width: 53px;
	margin: 17px 10px 0px 0px;
	border: #7DC242 1px solid;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 6px;
	color: #E1E01F;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

#account #account_book_now {
	width: 114px;
	height: 81px;
	margin: 0px;
	padding: 28px 0px 0px 0px;
	background: url(/file-manager/Templates/OnSide/book-now-background.png) no-repeat;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	border: none;
}

#navigation {
	position: absolute;
	top: 117px;
	left: 38px;
	height: 42px;
	width: 690px;
	background: #0e200c;
	background: -moz-linear-gradient(left,  #0e200c 0%, #1f3111 50%, #0e200c 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0e200c), color-stop(50%,#1f3111), color-stop(100%,#0e200c));
	background: -webkit-linear-gradient(left,  #0e200c 0%,#1f3111 50%,#0e200c 100%);
	background: -o-linear-gradient(left,  #0e200c 0%,#1f3111 50%,#0e200c 100%);
	background: -ms-linear-gradient(left,  #0e200c 0%,#1f3111 50%,#0e200c 100%);
	background: linear-gradient(to right,  #0e200c 0%,#1f3111 50%,#0e200c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e200c', endColorstr='#0e200c',GradientType=1 );
}

#navigation a {
	display: block;
	float: left;
	padding: 10px 12px;
	color: #7DC142;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation a:active, #navigation a.active_nav {
	color: #FFFFFF;
}

#character {
	position: absolute;
	top: 18px;
	right: 66px;
	width: 358px;
	height: 346px;
	background: url(/file-manager/Templates/OnSide/header-onside-character.png) no-repeat;
	pointer-events: none;
}

#social {
	position: absolute;
	top: 10px;
	right: 50px;
}

#social a {
	padding-right: 5px;
	opacity: 0.8;
}

#container {
	
	position: relative;
}

.columns {
	width: 860px;
	padding: 10px 50px;
	margin: 0 auto;
}

.content {
    margin: -16px 0 0 0;
}

.home_option {
    position: relative;
    float: left;
    width: 187px;
    text-align: center;
    padding: 0px 13px;
    color: #7E706F;
    height: 330px;
    line-height: normal;
}

.column_center h1 {
    color: #18601F;
    text-align: center;
    margin: 0px;
    font-size: initial;
    border: none;
    line-height: normal;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: initial;
    width: 100%;
}

#header_text h1 span {
	display: block;
	font-weight: normal;
}

#header_text p {
    margin: 0px;
    font-size: 14px;
    color: inherit;
    line-height: normal;
    text-align: left;
}

.form_section2 {
    text-align: center;
    font-size: 16px;
}

.form_to_green, .form_grey_to_green {
	background: #FFFFFF url(/file-manager/Templates/OnSide/form-to-green.jpg) no-repeat top center;
	min-height: 100px;
	margin-bottom: -30px;
	color: #FFDE00;
}

.form_grey_to_dark {
	background: #3C3C3B url(/file-manager/Templates/OnSide/form-grey-to-dark.jpg) no-repeat top center;
	min-height: 100px;
	margin-bottom: -30px;
	color: #FFFFFF;
}

.form_to_green h1, .form_to_green h2, .form_to_green h3, .form_to_green h4, .form_grey_to_green h1, .form_grey_to_green h2, .form_grey_to_green h3, form_grey_to_green h4 {
	color: #FFDE00;
}

.form_grey_to_dark h1, .form_grey_to_dark h2, .form_grey_to_dark h3, .form_grey_to_dark h4, .form_red_to_dark h1, .form_red_to_dark h2, .form_red_to_dark h3, .form_red_to_dark h4 {
	color: #FFFFFF;
}

.form_grey_to_dark h3, .form_red_to_dark h3 {
	font-size: 16px;
}

.form_grey_to_dark h5, .form_red_to_dark h5 {
	font-weight: normal;
	font-size: 16px;
	margin: 40px 0 30px 0;
}

.form_green_to_yellow {
	background: #FFDE00 url(/file-manager/Templates/OnSide/form-green-to-yellow.jpg) no-repeat top center;
	min-height: 100px;
	margin-bottom: -30px;
	color: #FFFFFF;
}

.form_green_to_yellow h4 {
	margin: 10px auto 30px auto;
	border-bottom: 1px solid #FFFFFF;
	height: 14px;
	font-size: 20px;
}

#book3_content {
    width: 100%;
}

#book3_content a {
	color: #FFFFFF;
}

#book3_content h4 {
	margin: 0 0 70px 0;
	border-bottom: 0;
	font-size: 14px;
}

.form_green_to_yellow h4 span {
	background: #FFDE00;
}

.book_names_back, .venue_back, .timetable_back, .confirmation_back, .club_confirmation_back, .club_back, book3Club {
	display: none;
}

.club_confirmation_back h1, .club_back h1 {
    padding: 10px 0 0 0;
    text-transform: none;
}

.book_button_outer {
	text-align: center;
}

#book_section1 h3 {
    color: #FFFFFF;
}

#book2 {
    background: #ffdd00;
    background: -moz-linear-gradient(top, #ffdd00 0%, #fcbe0b 100%);
    background: -webkit-linear-gradient(top, #ffdd00 0%,#fcbe0b 100%);
    background: linear-gradient(to bottom, #ffdd00 0%,#fcbe0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd00', endColorstr='#fcbe0b',GradientType=0 );
}

.form_yellow_to_blue {
	background: #00AEEF url(/file-manager/Templates/OnSide/form-yellow-to-blue.jpg) no-repeat top center;
	min-height: 100px;
	margin-bottom: -30px;
	color: #FFFFFF;
}

.form_yellow_to_blue h1, .form_yellow_to_blue h2, .form_yellow_to_blue h3, .form_yellow_to_blue h4 {
	color: #FFFFFF;
}

#coach2 .button_negative {
	position: relative;
	background: #FFDE00;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-bottom: -25px;
}

.form_blue_to_red {
	background: #ED1D24 url(/file-manager/Templates/OnSide/form-blue-to-red.jpg) no-repeat top center;
	min-height: 100px;
	margin-bottom: -30px;
	color: #FFFFFF;
}

.form_blue_to_red h1, .form_blue_to_red h2, .form_blue_to_red h3, .form_blue_to_red h4 {
	color: #FFFFFF;
}

#booking_calendar {
    width: 100%;
}

#booking_calander_tabs, #booking_calander_week, #booking_table_club, .booking_calendar {
    display: table;
    background-color: #FFFFFF;
    table-layout: fixed;
    width: 100%;
	transition: all 300ms ease;
	height: 10vh;
	border-collapse: collapse;
}

#booking_club_day {
    display: flex;
    background-color: #FFFFFF;
    transition: all 300ms ease;
    height: 10vh;
}

.booking_calendar {
    width: calc(100% - 1px);
}

.booking_calendar_days, .booking_calendar_camps {
	display: table-row;
}

#timetable_tabs {
	margin-left: 10px;
}

.timetable_term_tab {
    border: 2px solid #007698;
    float: left;
    padding: 5px 14px;
    width: 119px;
    margin: 20px 0px 0px -10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #1F8FAC;
    background: -moz-linear-gradient(top, #1F8FAC 0%, #187088 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1F8FAC), color-stop(100%,#187088));
    background: -webkit-linear-gradient(top, #1F8FAC 0%,#187088 100%);
    background: -o-linear-gradient(top, #1F8FAC 0%,#187088 100%);
    background: -ms-linear-gradient(top, #1F8FAC 0%,#187088 100%);
    background: linear-gradient(to bottom, #1F8FAC 0%,#187088 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F8FAC', endColorstr='#187088',GradientType=0 );
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    min-height: 55px;
}

.timetable_term_tab_active {
	background: #00AEEF;
	z-index: 1;
	position: relative;
	border: 2px solid #00AEEF;
}

#timetable_table {
	background: #00AEEF;
	color: #FFFFFF;
}

#timetable_no_dates {
	font-size: 14px;
	text-align: center;
	padding: 30px;
}

.timetable_term {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	padding: 20px;
}

.timetable_term div {
	display: inline-block;
	vertical-align: super;
	margin-right: 10px;
}

.timetable_term_count {
	font-weight: normal;
	font-size: 60px;
	width: 80px;
	height: 80px;
	border: 1px solid #FFFFFF;
	border-radius: 80px;
	display: inline-block;
}

.timetable_term_year {
	font-size: 20px;
	padding: 20px;
	font-weight: bold;
	text-align: center;
}

.timetable_camp {
	background: #24B45F;
	color: #FFFFFF;
	width: 172px;
	font-size: 20px;
	padding: 20px;
}

.timetable_date {
	color: #00AEEF;
	background: #FFFFFF;
	font-size: 18px;
	width: 130px;
	padding: 10px;
	text-align: center;
}

.timetable_date div:nth-of-type(1) {
	font-weight: bold;
}

.timetable_course_icon {
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 22px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	display: inline-block;
	width: 30px;
	text-align: center;
	background: #657BAD url(/file-manager/Templates/OnSide/venue-course-background.jpg) no-repeat bottom;
}

#timetable_bottom {
	height: 30px;
	background: #00AEEF;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

#booking_table_club .booking_calendar_days .booking_date {
    padding: 0;
}

.booking_overview {
    background: #FFFFFF;
    color: #000000;
	cursor: auto;
}

.booking_overview div:nth-of-type(1) {
    text-transform: uppercase;
    font-size: 2vw;
	line-height: 2vw;
}

.booking_overview div:nth-of-type(2) {
    font-size: 1.5vw;
	line-height: 1.5vw;
}

.booking_date {
    border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: auto;
	position: relative;
	font-weight: 500;
	min-height: 150px;
}

.booking_calendar_camps .booking_date {
    padding: 6px 3px;
}

.booking_date_camp img, .booking_date_club img {
    max-width: 100%;
    max-height: 10vh;
}

span.club_time {
    font-size: 15px;
    position: absolute;
    top: 3px;
    right: 10px;
}

.booking_date_club div {
    margin: 20px 0 0 0;
}

span.club_costs {
    font-size: 15px;
	line-height: 20px;
}

.booking_date_club span {
    display: block;
}

.el {
    font-size: 12px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin: 6px 0 6px 0.7vw;
    width: 43%;
    line-height: 2em;
    display: inline-block;
    cursor: pointer;
	font-weight: bold;
}

.el_full {
	font-weight: normal;
}

.el_active {
    background-color: #FFFFFF;
	color: #3898EC;
}

.el_multi_child {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    display: none;
	color: #3898EC;
}

.el_multi_inner span {
    font-size: 1.1vw;
    line-height: 1.1vw;
	display: block;
}

.el_multi {
    font-size: 1.5vw;
    line-height: 1.5vw;
}

.el_multi_child .booking_child {
    color: #FFFFFF;
}

.el_confirm {
    font-size: 12px;
    border: 1px solid #3898EC;
    border-radius: 10px;
    margin: 0 0.7vw;
    line-height: 2em;
    cursor: pointer;
    font-weight: bold;
}

.booking_calander_week, .booking_club_day {
    display: table-cell;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
	white-space: nowrap;
}

.booking_calander_week_prev, .booking_calander_week_next {
    background-image: url(/file-manager/Templates/OnSide/onside-timetable-left-arrow.png);
    background-position: 50% 50%;
    background-size: auto 70%;
    background-repeat: no-repeat;
    opacity: 0.5;
	cursor: pointer;
	width: 20vw;
}

.booking_calander_week_next {
    background-image: url(/file-manager/Templates/OnSide/onside-timetable-right-arrow.png);
}

.booking_calander_week_disabled {
    cursor: auto;
    opacity: 0.1;
}

.booking_calander_week h1 span {
    color: #009EE2;
    text-transform: capitalize;
}

.booking_term_tab_active {
    background: rgba(0, 158, 226, 0.3);
	color: #009EE2;
}

#booking_table {
	background: #FFFFFF;
	color: #00AEEF;
}

#booking_table th {
	padding: 10px 0px;
	font-size: 20px;
	color: #FFFFFF;
}

.booking_table_term, .booking_table_term_year {
	font-weight: bold;
	font-size: 18px;
}

.booking_table_term_count {
    position: relative;
	font-size: 51px;
	border: 1px solid #00AEEF;
	border-radius: 40px;
	width: 75px;
	height: 75px;
	margin: 20px 27px;
}

.booking_table_term_count span {
    position: absolute;
    font-size: 16px;
    top: 38%;
    left: 5px;
}

.booking_table_half_day {
	font-size: 10px;
	font-weight: bold;
	float: left;
	text-align: center;
	padding: 8px 0;
	width: 49%;
}

.booking_table_half_day_morning {
    border-right: 2px solid #00AEEF;
}

.booking_table_morning, .booking_table_afternoon {
    color: #00AEEF;
    background: #005272;
    float: left;
    font-size: 12px;
    margin: 0px 2px 5px 2px;
    padding: 4px;
    width: 57px;
	cursor: pointer;
}

.booking_table_morning.active, .booking_table_afternoon.active {
	background: #FFFFFF;
}

.booking_table_half_day span {
	font-size: 9px;
	display: block;
}

.half_toggle_active {
    background: #FFFFFF !important;
}

.booking_table_camp {
	background: #24B45F;
}

#booking_table .course_icon_inner, #booking_table .course_icon_inner_inactive {
	padding: 0px;
	width: 30px;
}

.camp_toggle_all_inactive .booking_table_early_late {
	background: rgba(35,31,32,0.4);
}

.camp_toggle_all_inactive {
	background: rgba(35,31,32,0.7);
}

.booking_table_early_late {
	background: rgba(35,31,32,0.6);
	color: #24B45F;
	padding: 5px;
	font-size: 11px;
}

.camp_toggle_all_inactive .booking_table_early_late {
	color: #7AD198;
}

.camp_toggle_all_active .booking_table_early_late, .camp_toggle_active .booking_table_early_late {
	background: #FFFFFF;
	color: #24B45F;
}

.booking_table_football .booking_table_early_late {
	color: #EF4137;
}

.booking_table_football .camp_toggle_all_inactive .booking_table_early_late {
	color: #F4868C;
}

.booking_table_dance .booking_table_early_late {
	color: #92278F;
}

.booking_table_dance .camp_toggle_all_inactive .booking_table_early_late {
	color: #BC7CBB;
}

.booking_table_forest .booking_table_early_late {
	color: #FFFFFF;
}

.booking_table_forest .camp_toggle_all_inactive .booking_table_early_late {
	color: #739E77;
}

.camp_toggle_all_inactive, .camp_toggle_inactive {
	color: #666666;
	cursor: pointer;
}

.camp_toggle_inactive .active-image, .camp_toggle_all_inactive .active-image {
	display: none;
}

.camp_toggle_active .inactive-image, .camp_toggle_all_active .inactive-image {
	display: none;
}

.camp_toggle_all_active, .camp_toggle_active {
	color: #FFFFFF;
	cursor: pointer;
}

.camp_toggle_all_inactive .course_all {
	background: url(/file-manager/Templates/OnSide/booking-table-all.png) no-repeat top center;
	height: 14px;
	margin-top: 5px;
	opacity: 0.7;
}

.camp_toggle_all_active .course_all {
	background: url(/file-manager/Templates/OnSide/booking-table-all-active.png) no-repeat top center;
	height: 14px;
	margin-top: 5px;
}

.camp_toggle_all_inactive .course_icon_inner, .camp_toggle_inactive .course_icon_inner {
	background: rgba(35,31,32,0.6);
	color: #24B45F;
	font-size: 22px;
	-moz-border-radius: 16px;
	border: 0 solid rgba(35,31,32,0.6);
	border-radius: 16px;
	display: inline-block;
	width: 31px !important;
	height: 31px;
	padding: 1px !important;
}

.camp_toggle_all_inactive .course_icon_inner {
	background: rgba(35,31,32,0.4);
	color: #7AD198;
}

.camp_toggle_inactive {
	background: rgba(35,31,32,0.9);
}

.camp_toggle_all_inactive {
	background: rgba(35,31,32,0.7);
}

.booking_table_football .camp_toggle_all_inactive .course_icon_inner {
	color: #F4868C;
}

.booking_table_football .camp_toggle_inactive .course_icon_inner {
	color: #EF4137;
}

.booking_table_dance .camp_toggle_all_inactive .course_icon_inner {
	color: #BC7CBB;
}

.booking_table_dance .camp_toggle_inactive .course_icon_inner {
	color: #92278F;
}

.booking_table_forest .camp_toggle_all_inactive .course_icon_inner {
	color: #739E77;
}

.booking_table_forest .camp_toggle_inactive .course_icon_inner {
	color: #FFFFFF;
}

.fully_booked {
	position: relative;
}

.booking_table_forest .fully_booked .active-image {
    display: block;
    width: 130px;
    height: 51px;
    content: url(/file-manager/Pages/Timetable/fs-fully-booked.png);
    margin: 0 auto;
}

.booking_table_forest .fully_booked .inactive-image {
    display: none;
}

.fully_booked .course_icon_inner {
    width: 110px !important;
    height: 51px;
    background: url(/file-manager/Pages/Timetable/fully-booked.png) no-repeat 50%;
    margin: 0 auto;
    text-indent: 191px;
    overflow: hidden;
    border-radius: unset;
    background-size: contain;
}

.booking_table_date {
	background: #00AEEF;
	color: #FFFFFF;
}

.booking_table_date.day_active {
	background: #0082B3;
}

.booking_table_date div:first-child {
	font-weight: bold;
}

#booking_table_bottom {
	height: 30px;
	background: #FFFFFF;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

#book_course_group .vr {
    height: 140px;
    width: 0px;
    margin: 40px 0px;
    border-left: 1px solid #FFFFFF;
}

#book_course_group .vr:last-of-type {
    display: none;
}

.reset_booking {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background: RGBA(0, 0, 0, 0.7);
    padding: 10px;
}

a.reset_booking_button {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    margin: 8px 0
}

.revert_arrow {
    position: absolute;
    background: url(/file-manager/Pages/Timetable/revert-top-red.png);
    width: 69px;
    height: 47px;
    margin-left: calc(50% - 35px);
    top: -33px;
}

.revert_confirm {
	display: none;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
}

.revert_confirm_button {
    border: 1px solid #FFFFFF;
    padding: 3px 9px;
    margin: 0 5px;
    border-radius: 10px;
    cursor: pointer;
}

.course_icon_inner div, #venue_info_mini .course_icon div {
	display: inline-block;
	border: 2px solid #FFFFFF;
	-moz-border-radius: 16px;
	border-radius: 16px;
	height: 32px;
	width: 32px;
	margin-top: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	background: #657BAD url(/file-manager/Templates/OnSide/venue-course-background.jpg) no-repeat bottom;
}

.course_icon_outer {
    float: left;
    position: relative;
    padding-right: 20px;
}

#booking_table .course_icon_outer {
	float: none;
	position: initial;
}

.course_icon_inner {
	border: 2px solid #FFFFFF;
	background: #3E5A99;
	color: #FFFFFF;
	font-size: 22px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	padding: 0px 10px 0px 35px;
	display: inline-block;
}

.course_icon_inner div {
	position: absolute;
	top: -11px;
	left: -1px;
}

#venue_info_mini .course_icon {
	display: inline-block;
}

#venue_info_mini {
	margin: 0 0 0 90px;
	font-size: 16px;
	cursor: pointer;
}

#venue_info_mini_title {
	margin: -2px 0 0 0;
	width: 200px;
	float: left;
}

#venue_info_mini_icons {
	float: left;
	margin: -10px 0 0 0;
}

#venue_info_mini_icons img {
	vertical-align: middle;
	margin: -10px 0 0 0;
}

#venue_info_reveal {
	border-top: 1px solid #8DC63F;
	padding: 20px 0 0 0;
	display: none;
	margin: 30px 0 0 0;
}

#venue_info_close {
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
}

#venue_info_close img {
	vertical-align: middle;
	padding-right: 10px;
}

.course_times .course_info:last-child {
	border-bottom: none;
}

#course_message {
    font-size: 14px;
    margin: 20px;
}

.booking_child {
    display: inline-block;
    width: 8vw;
    height: 8vw;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 45px;
    font-size: 22px;
    border: 2px solid transparent;
	cursor: pointer;
	margin: 0.5vw;
	position: relative;
	text-transform: uppercase;
	max-width: 45px;
    max-height: 45px;
}

.booking_child_active {
    background: #0069B4;
    border: 2px solid #FFFFFF;
    color: #FFFFFF !important;
}

.booking_child_early, .booking_child_late {
	display: none;
    background: #FFFFFF;
    width: 20px;
    height: 10px;
    position: absolute;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    transform: rotate(-42deg);
    top: -7px;
    left: -10px;
}

.booking_child_active .booking_child_early_active, .booking_child_active .booking_child_late_active {
	display: block;
}

.booking_child_late {
    left: auto;
    right: -10px;
    transform: rotate(42deg);
}

.booking_fully_booked {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 3vmin;
    color: rgba(0, 0, 0, 0.5);
    line-height: 3vmin;
    text-transform: uppercase;
}

.booking_fully_booked span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.child_lock {
	float: left;
	background: url(/file-manager/Templates/OnSide/group-unlock.jpg) no-repeat 10px;
	height: 34px;
	width: 25px;
	border: 1px solid #FFFFFF;
	border-right: none;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	cursor: pointer;
}

.child_lock_grouped {
	background: url(/file-manager/Templates/OnSide/group-lock.jpg) no-repeat 10px;
}

.child_name {
	float: left;
	padding: 6px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	text-align: center;
	min-width: 160px;
}

.child_name_active {
	background: #FFFFFF;
	color: #00AEEF;
}

.child_cost {
	float: left;
	padding: 6px;
	border: 1px solid #FFFFFF;
	border-left: none;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

#book2_content h3 {
    margin-bottom: 20px;
}

.form_red_to_grey {
	background: #F2F2F3 url(/file-manager/Templates/OnSide/form-red-to-grey.jpg) no-repeat top center;
	min-height: 100px;
	margin-bottom: -30px;
	color: #585857;
	font
}

.form_red_to_grey h1, .form_red_to_grey h2, .form_red_to_grey h3, .form_red_to_grey h4 {
	color: #585857;
}

.form_red_to_grey .form_section2 {
    font-size: 12px;
}

.form_red_to_dark {
    background: #3D3D3B url(/file-manager/Templates/OnSide/form-red-to-dark.jpg) no-repeat top center;
    min-height: 100px;
    margin-bottom: -30px;
	color: #FFFFFF;
}

#book5 {
    background: #e7e9ea;
    background: -moz-linear-gradient(top, #e7e9ea 0%, #d8dfe5 100%);
    background: -webkit-linear-gradient(top, #e7e9ea 0%,#d8dfe5 100%);
    background: linear-gradient(to bottom, #e7e9ea 0%,#d8dfe5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e9ea', endColorstr='#d8dfe5',GradientType=0 );
}

#book5_content {
    padding: 20px;
}

#book5_content textarea {
    width: 275px;
    background: #FFFFFF;
    height: 60px;
    margin: 5px 0 0 0;
}

.account_confirmation_toggle {
    font-size: 18px;
    border: 1px solid #585857;
    padding: 5px;
    margin: 10px auto;
    border-radius: 10px;
    width: 500px;
	cursor: pointer;
}

.account_confirmation_toggle_active {
    color: #FFFFFF;
	background: #295F24;
}

#confirm_account_error, .account_confirmation_back {
	display: none;
}

#book4 {
    background: #d40e45;
    background: -moz-linear-gradient(top, #d40e45 0%, #e20512 100%);
    background: -webkit-linear-gradient(top, #d40e45 0%,#e20512 100%);
    background: linear-gradient(to bottom, #d40e45 0%,#e20512 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40e45', endColorstr='#e20512',GradientType=0 );
}

#book4_content {
    padding: 20px;
}

.booking_confirmation, #booking_confirmation_radio {
    color: #FFFFFF;
}

#book5Continue {
    color: #3b3b3a;
    border: 1px solid #3b3b3a;
}

.error {
    color: #ED1D24;
    padding: 0px 0px 0px 9px;
    margin-bottom: -15px;
    display: block;
    font-size: 12px;
    clear: both;
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: #FFFFFF;
    font-weight: bold;
}

.form_to_green .error, .form_grey_to_green .error {
	text-shadow: -1px -1px 0 #ED1D24, 1px -1px 0 #ED1D24, -1px 1px 0 #ED1D24, 1px 1px 0 #ED1D24;
	color: #FFFFFF;
}

.form_blue_to_red .error {
	text-shadow: -1px -1px 0 DarkRed, 1px -1px 0 DarkRed, -1px 1px 0 DarkRed, 1px 1px 0 DarkRed;
	color: #FFFFFF;
}

.form_yellow_to_red {
	background: #ED1D24 url(/file-manager/Templates/OnSide/form-yellow-to-red.jpg) no-repeat top center;
	min-height: 100px;
	color: #FFFFFF;
}

.form_yellow_to_red h1, .form_yellow_to_red h2, .form_yellow_to_red h3, .form_yellow_to_red h4 {
	color: #FFFFFF;
}

.form_yellow_to_red .error {
	text-shadow: -1px -1px 0 DarkRed, 1px -1px 0 DarkRed, -1px 1px 0 DarkRed, 1px 1px 0 DarkRed;
	color: #FFFFFF;
}

.school_child {
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	padding: 20px 0px;
	margin-bottom: 20px;
}

.school_child_name, .school_child_name_off {
	float: left;
	color: #FFFFFF;
	background: #000000;
	border-radius: 10px;
	padding: 5px;
	min-width: 175px;
    max-width: 229px;
}

.school_child_name_off {
	background: transparent;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.school_child_club {
	text-align: left;
	float: right;
	width: 601px;
	margin-left: 20px;
}

.school_child_toggle, .school_child_toggle_off {
	border: 1px solid #FFFFFF;
	float: right;
	border-radius: 200px;
	height: 55px;
	width: 55px;
	padding: 10px;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: bold;
	margin-top: -10px;
}

.school_child_toggle {
	cursor: pointer;
}

.school_child_toggle_off {
	border: 1px solid #B9B809;
	color: #B9B809;
}

.school_child_toggle.school_child_toggle_his.school_child_toggle_on {
	background: #FFFFFF;
	color: #FFDE00;
}

.school_child_toggle.school_child_toggle_her.school_child_toggle_on {
	background: #EC008C;
	color: #FFFFFF;
}

#school_child_info {
	font-size: 14px;
}

#payment_cost {
    font-size: 70px;
    line-height: 70px;
}

.pay_later .payment_confirmation_radio, .pay_full .payment_confirmation_radio {
    margin: 20px auto;
}

#payment_buttons {
	margin: 30px auto;
}

#payment_buttons input, #payment_buttons form {
	display: inline-block;
}

#payment_buttons input {
	border: 1px solid #9D9D9C;
	color: #9D9D9C;
}

#payment_buttons input.payment_option_active {
	background: #FFFFFF;
	color: #3C3C3B;
}

.error_no_margin {
	margin-bottom: 0px;
}

.error_bottom_margin {
	margin-bottom: 10px;
}

textarea {
	width: 844px;
	height: 100px;
	padding: 8px;
}

#book_sign_in {
	background: #f5f9fa;
	padding-top: 10px;
}

.filter_date_outer {
    margin: 0 0 25px 0;
	float: left;
}

.filter_date {
    width: 464px;
	display: inline-block;
}

.form_date_input .form_date_input_day, .filter_date .filter_date_day {
	width: 92px;
}

.form_date_input .form_date_input_month, .filter_date .filter_date_month {
	width: 192px;
}

.form_date_input .form_date_input_year, .filter_date .filter_date_year {
	width: 106px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.filter_date_outer img {
    margin-left: 30px;
}

.filter_button {
    float: right;
    width: 130px;
	height: 95px;
	margin: -62px 0 0 30px;
}

.form_info_left {
	float: left;
}

.form_info_dash {
	float: left;
	padding: 6px 0px 0px 3px;
}

.form_info_right {
	float: right;
}

.form_center {
	width: 860px;
	margin: 0 auto;
}

.pay_options input.payment_button {
	margin: 30px 0;
}

#booking_payment_details .form_section2 {
    padding: 0 0 40px 0;
}

.childcare_select {
    float: left;
}

.childcare_select_y, .childcare_revised {
    font-weight: bold;
}

.childcare_options {
    width: 200px;
    margin: 10px auto;
}

.childcare_option {
    border: 1px solid #FFFFFF;
    border-radius: 55px;
    width: 55px;
    height: 55px;
    margin: 0 0 0 30px;
    cursor: pointer;
	font-size: 40px;
}

.childcare_option_active {
    background: #FFFFFF;
    color: #3C3C3B;
}

.childcare_amount {
	display: none;
	margin: 10px 0 0 0;
}

.childcare_amount_field {
    width: 110px;
    margin: 10px auto 10px 323px;
	position: relative;
	height: 70px;
}

.booking_payment_field {
    width: 80px;
	position: relative;
}

.booking_payment_field input {
    width: 80px;
    padding: 0 0 0 20px;
	font-weight: bold;
}

.childcare_amount_field .booking_payment_field input {
    width: 100px;
    padding: 9px 0 9px 30px;
    font-weight: bold;
	font-size: 30px;
}

.booking_payment_field span {
    position: absolute;
	left: 10px;
	top: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

.childcare_amount_field .booking_payment_field span {
	font-size: 30px;
}

.childcare_amount_field .booking_payment_field {
    width: 132px;
	position: absolute;
}

.childcare_amount_field #childcare_value {
    position: absolute;
    top: 0;
    left: 0;
}

.childcare_amount_field .booking_payment_field_symbol {
    position: absolute;
    top: 5px;
    left: 10px;
}

.childcare_amount_field .submit_childcare_amount {
    position: absolute;
    top: 0;
    right: 0;
}

.submit_childcare_amount {
    position: absolute;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: 126px;
    height: 50px;
    padding: 0 0 0 0 !important;
    background: grey !important;
    color: #FFFFFF !important;
    border: 1px solid grey;
}

.pay_options {
	display: none;
}

.pay_options h3:nth-of-type(1) {
	margin: 30px 0 0 0;
}

.pay_options table {
    width: 100%;
	border-spacing: 0;
    border-collapse: separate;
}

.pay_options table caption {
    font-weight: bold;
    margin: 20px 0 -25px 0;
}

.pay_options table:nth-of-type(2) caption {
    margin: 0px 0 -93px 0;
}

.pay_options table th {
    background: #E7E000;
    color: #295F19;
    font-weight: normal;
}

.pay_options table tr:nth-of-type(1) th {
    background: none;
}

.pay_options table tr:nth-of-type(1) th:nth-of-type(2) {
    background: #84BC26;
}

.pay_options table:nth-of-type(1) tr:nth-of-type(1) th:nth-of-type(2) {
    background: #84BC26;
    border-radius: 20px 20px 0 0;
	cursor: pointer;
}

#booking_payment_details .pay_options table:nth-of-type(1) tr:nth-of-type(1) th:nth-of-type(2), #booking_payment_details .pay_options th {
    background: #9D9D9C;
    color: #3C3C3B;
    border-radius: 0;
}

#booking_payment_details .pay_options table:nth-of-type(1) td:nth-of-type(6), .pay_options table:nth-of-type(2) td:nth-of-type(8) {
	background: none;
}

#booking_payment_details .booking_payment_field input {
    background: #FFFFFF;
    color: #3C3C3B;
}

#booking_payment_details .booking_payment_field span {
    color: #3C3C3B;
}

.pay_options table th, .pay_options table td {
    padding: 5px;
}

.pay_options table td:nth-of-type(1) {
    width: 60px;
}

.pay_options table td:nth-of-type(4) {
    width: 110px;
}

.pay_options table td:nth-of-type(5), .pay_options table td:nth-of-type(7) {
	width: 70px;
	text-align: right;
}

.pay_options table:nth-of-type(1) td:nth-of-type(6), .pay_options table:nth-of-type(2) td:nth-of-type(8) {
    background: #84BC26;
    width: 101px;
}

.pay_options table:nth-of-type(2) {
    margin: -17px 0 0 0;
}

.pay_options table:nth-of-type(2) tr:nth-of-type(1) {
    height: 100px;
}

.pay_options .course_icon_inner {
	background: #657BAD url(/file-manager/Templates/OnSide/venue-course-background.jpg) no-repeat bottom;
	background-size: 100%;
    font-size: 18px;
    padding: 0px 6px 0px 6px;
    font-weight: bold;
}

.course_icon_inner_fs {
	float: left;
}

.course_icon_inner_fs img {
	max-height: 28px;
}

.pay_options h1 {
    margin: 30px 0 30px 0;
}

.text_missing {
	color: #ED1D24;
	font-style: italic;
}

.text_missing2 {
	color: #ED1D24;
	font-style: italic;
}

.pay_full .payment_button, .pay_options .payment_button {
    width: auto;
    height: auto;
	margin-bottom: 20px;
}

.confimation_children {
	text-align: left;
	font-weight: bold;
}

#confirmation_buttons {
	width: 170px;
	margin: 0 auto;
}

#book6 {
    background: #26383b;
    background: -moz-linear-gradient(top, #26383b 1%, #142628 100%);
    background: -webkit-linear-gradient(top, #26383b 1%,#142628 100%);
    background: linear-gradient(to bottom, #26383b 1%,#142628 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26383b', endColorstr='#142628',GradientType=0 );
}

#book6_content {
    padding: 20px;
}

#book6_content a {
    color: #FFFFFF;
    text-decoration: underline;
}

.booking_confirmation {
    width: 100%;
    margin: 20px 0 10px 0;
}

.booking_confirmation thead {
    background: #FFFFFF;
    color: #ED1D24;
}

.booking_confirmation thead tr:first-child {
    font-weight: bold;
    font-size: 18px;
}

.booking_confirmation thead tr:first-child th {
    border-bottom: 1px solid #ED1D24;
}

.booking_confirmation thead tr th {
    position: relative;
}

.booking_confirmation .week {
    position: absolute;
    top: 1px;
    left: 10px;
    display: block;
}

.booking_confirmation .week span {
    display: inline-block;
    color: #FFFFFF;
    background: #E30613;
    width: 25px;
    border-radius: 25px;
}

.booking_confirmation .week.week2 {
    color: #F39200;
}

.booking_confirmation .week.week2 span {
    background: #F39200;
}

.booking_confirmation .week.week3 {
    color: #3AAA35;
}

.booking_confirmation .week.week3 span {
    background: #3AAA35;
}

.booking_confirmation .week.week4 {
    color: #36A9E1;
}

.booking_confirmation .week.week4 span {
    background: #36A9E1;
}

.booking_confirmation .week.week5 {
    color: #312783;
}

.booking_confirmation .week.week5 span {
    background: #312783;
}

.booking_confirmation .week.week6 {
    color: #312783;
}

.booking_confirmation .week.week6 span {
    background: #312783;
}

.booking_confirmation td {
    border-bottom: 1px solid #FFFFFF;
}

.camp_confirmation {
    width: 35px;
    margin: 0 auto;
}

.camp_confirmation .course_icon_inner {
    padding: 0;
    width: 25px;
    height: 25px;
    margin: 2px;
    font-size: 19px;
}

.form_date_input, .filter_date {
	border: 1px solid #68706f;
	height: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.form_date_input span, .filter_date span {
	display: block;
	float: left;
	padding: 6px 6px 6px 8px;
}

.filter_date span {
	width: 81px;
}

.venue_toggle span {
	display: block;
	font-weight: normal;
}

.field_error {
	border: 2px solid #D71920;
}

.flickr_outer {
	height: 320px;
	background: #7DC242;
	padding: 20px;
	position: relative;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#flickr_title {
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 15px 0;
}

#flickr_title img {
	vertical-align: text-top;
}

.venue_key {
	border: 1px solid #8DC63F;
	border-radius: 30px;
	padding: 20px;
}

.legend {
	position: absolute;
	color: #7DC242;
	font-size: 14px;
	font-weight: bold;
}

.venue_info .course_icon_outer {
	margin: 0 0 15px 20%;
	width: 75%;
}

.venue_info .venue_name {
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #7DC242;
}

#slider {
	width: 330px;
	height: 255px;
}

.nivo-directionNav a {
	width: 28px;
	height: 49px;
	text-indent: 28px;
	overflow: hidden;
}

.nivo-prevNav {
	background: url(/file-manager/Templates/OnSide/slider-previous.png) no-repeat;
	margin-left: -28px;
}

.nivo-nextNav {
	background: url(/file-manager/Templates/OnSide/slider-next.png) no-repeat;
	margin-right: -28px;
}

.nivo-controlNav {
	padding: 18px 0px 5px 75px;
}

.nivo-controlNav a {
	background: #BEE1A1;
	border-radius: 9px;
	width: 9px;
	height: 9px;
	text-indent: 9px;
	overflow: hidden;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 3px;
}

.nivo-controlNav a.active {
	background: #FFFFFF;
}

input.add_child_button {
	background: url(/file-manager/Pages/Sign%20Up/add-a-child-inactive.png);
	border: none;
	width: 345px;
	height: 75px;
	text-indent: 345px;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	display: block;
	cursor: pointer;
}

input.remove_child_button {
	background: url(/file-manager/Pages/Sign%20Up/remove-a-child.png);
	border: none;
	width: 362px;
	height: 75px;
	text-indent: 362px;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	display: block;
	cursor: pointer;
}

#footer_outer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #231F20;
}

#footer_inner {
	height: 215px; /*should be the same as #body padding-bottom*/
}

#footer {
	position:relative;
	padding: 28px 0px 0px 0px;
	width: 860px;
	margin: 0 auto;
	font-size: 11px;
	color: #DCD6D1;
}

.footer_section {
	float: left;
	margin: 0px 125px 30px 0px;
}

.footer_section_last {
	margin-right: 0px;
}

.footer_section a {
	display: block;
	color: #6D6E70;
	font-size: 14px;
	text-decoration: none;
}

.footer_section a:active, #footer_links a:active {
	color: #FFFFFF;
}

.footer_section div {
	font-size: 16px;
	margin-bottom: 5px;
}

#footer_left {
	float: left;
}

#footer_left a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer_bottom {
	text-transform: uppercase;
}

#footer_links {
    margin: 0 0 0 240px;
    width: 642px;
}

#footer_links, #footer_links a {
	text-decoration: none;
	font-size: 10px;
	color: #626469;
}

#footer_links div {
	float: left;
	margin-right: 20px;
}

#footer_right {
	position: absolute;
	right: 0;
    margin-top: -31px;
}

#footer_right a {
	padding-left: 3px;
}

img.custom_message_artos_phone {
    margin-top: -153px;
}

.remote_control {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    padding: 10px;
    z-index: 2;
}

.remote_control div {
    border: 1px solid #FFFFFF;
    width: 100px;
    margin: 10px auto 0;
    text-align: center;
	cursor: pointer;
}

.policies a {
	display: block;
    text-decoration: none;
    background: #F8F8F8 url(/file-manager/Pages/Policies/pdf.png) no-repeat 23px;
    color: #365999;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 10px 10px 60px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.where_q label {
    width: 150px;
    margin-bottom: 10px;
}

#franchise_bar {
    position: absolute;
    top: 353px;
    left: 52px;
    color: #FFFFFF;
    font-size: 17px;
}

#franchise_bar span:nth-of-type(1) {
    font-weight: bold;
    cursor: initial;
    text-decoration: none;
}

#franchise_bar span {
    text-decoration: underline;
    cursor: pointer;
}

#sitemap_pages div div {
    padding: 0 0 0 25px;
}

.ecc_table {
    width: 100%;
    margin: 15px 0 0 0;
    border: 1px solid #FFFFFF;
    border-right: none;
    border-bottom: none;
    border-spacing: 0;
    border-collapse: separate;
    clear: both;
}

.ecc_table th, .ecc_table td {
    border: 1px solid #FFFFFF;
    border-left: none;
    border-top: none;
    padding: 5px;
}

.ecc_table .note {
    font-size: 65%;
    display: block;
}

.ecc_show, .ecc_hide {
    font-weight: bold;
    cursor: pointer;
}

.ecc_show {
    display: none;
}

.booking_calendar_camps .booking_date .club_toggle, .booking_calendar_camps .booking_date .club_toggle_on {
    border: 3px solid #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
    width: 62px;
    height: 62px;
    border-radius: 50px;
    font-family: 'PT Sans', sans-serif;
    line-height: 62px;
    letter-spacing: -1px;
}

.club_date_incomplete {
    font-size: 17px;
    line-height: 20px;
    padding: 10px 0 0 0;
	display: none;
}

.club_toggle_incomplete .club_date_incomplete {
	display: block;
}

.club_toggle_included {
	opacity: 0.7;
    cursor: not-allowed;
	pointer-events: none;
}

.booking_calendar_camps .booking_date .club_toggle_adhoc, .booking_calendar_camps .booking_date .club_toggle_adhoc {
	display: none;
}

.booking_calendar_camps .booking_date .club_toggle {
    opacity: 0.4;
}

.booking_calendar_camps .booking_date .club_toggle:hover {
    opacity: 1;
}

.club_toggle_full span {
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 10px;
    padding: 2px;
    margin: 0 0 0px 0;
    display: inline-block;
    background: #000000;
    color: #FFDE00;
}

.club_toggle_full {
    padding: 7px 0;
    font-size: 12px;
    height: 65px;
}

.club_toggle_full {
    padding: 11px 0 5px 0;
    font-size: 12px;
    height: 43px;
    color: #FFFFFF;
    background: #000000;
    border-color: #000000;
}

.club_toggle_booked {
	font-size: 16px !important;
    opacity: 0.7;
    cursor: not-allowed;
}

.ecc_confirm_table, .ecc_confirm_table tr, .ecc_confirm_table td, .ecc_confirm_table th {
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    padding: 4px;
    margin: 10px 0 0 0;
}

.sign-up, .full-sign-up {
	display: none;
}

.mini-header a, .mini-header a:hover {
    color: #FFFFFF;
}

.booking_club_session {
    color: #FFFFFF;
    text-align: center;
    font-size: 26px;
    border: 1px solid #FFFFFF;
    font-family: 'PT Sans', sans-serif;
    display: table-row;
    height: 45px;
    position: relative;
    background-color: #3898EC;
    opacity: 0.7;
}

.booking_club_session div {
    width: 100%;
    width: calc(100% - 2px);
    position: absolute;
    height: 40px;
    background-color: #3898EC;
    padding: 5px 0 0 0;
}

.unavailable {
    display: block;
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    margin: 0 auto;
    border-radius: 5px;
    opacity: 0.3;
    cursor: not-allowed;
    position: relative;
}

.unavailable:before, .unavailable:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 20px;
    width: 5px;
    background-color: #000000;
    opacity: 0.1;
    top: 2px;
}

.unavailable:before {
    transform: rotate(45deg);
}

.unavailable:after {
    transform: rotate(-45deg);
}

#stripe:hover, #sPayFull:hover {
    filter: brightness(125%);
}

.ad_hoc_switch {
    font-family: 'PT Sans', sans-serif;
    background: rgb(255,27,27);
    background: linear-gradient(180deg, rgba(255,27,27,1) 0%, rgba(172,30,30,1) 100%);
    color: #FFFFFF;
    padding: 20px;
    font-size: 30px;
    cursor: pointer;
}

.ad_hoc_on {
    background: rgb(255,183,27);
    background: linear-gradient(180deg, rgba(255,183,27,1) 0%, rgba(172,132,30,1) 100%);
}

.waggle {
	animation: waggle 1s 0s forwards ease-out;
}

@keyframes waggle {
	0% {
		transform: none;
	}
	50% {
		transform: rotateZ(-10deg) scale(1.1);
	}
	60% {
		transform: rotateZ(12deg) scale(1.1);
	}
	67.5% {
		transform: rotateZ(-7deg) scale(1.1);
	}
	75% {
		transform: rotateZ(7deg) scale(1.1);
	}
	82.5% {
		transform: rotateZ(-6deg) scale(1.1);
	}
	85% {
		transform: rotateZ(0) scale(1.1);
	}
	100% {
		transform: rotateZ(0) scale(1);
	}
}

.start-now, .start-now:after {
	animation-delay: 0;
}

.social_promo_card a {
    font-weight: normal;
}

.social_promo_card a:hover {
    text-decoration: none;
}

@media (hover: hover) {

	.account_button:hover {
		background: #E6DF00;
	}

	.account_info.account_child input[type="button"]:hover {
		background: #285F19;
	}

	#account a:hover {
		background: rgba(125,193,66,0.5);
	}

	#navigation a:hover {
		color: #E0E21B;
	}

	#social a:hover {
		opacity: 1;
	}

	#coach2 .button_negative:hover {
		background: #FFFFFF;
		color: #FFDE00;
	}

	.el:hover {
		background-color: rgba(255,255,255,0.3);
	}

	.booking_calander_week_prev:hover, .booking_calander_week_next:hover {
		opacity: 1;
	}

	.booking_term_tab:hover {
		background: rgba(0, 158, 226, 0.3);
		color: #009EE2;
	}

	.booking_table_morning:hover, .booking_table_afternoon:hover {
		background: #002F60
	}

	.booking_table_morning.active:hover, .booking_table_afternoon.active:hover {
		background: #FFFFFF;
	}

	.booking_table_early_late:hover {
		background: rgba(35,31,32,0.7);
	}

	.booking_table_early_late:hover {
		background: rgba(35,31,32,0.9);
	}

	.fully_booked .course_icon_inner:hover {
		width: 110px !important;
		height: 51px;
		background: url(/file-manager/Pages/Timetable/fully-booked.png) no-repeat 50%;
		margin: 0 auto;
		text-indent: 191px;
		overflow: hidden;
		border-radius: unset;
		background-size: contain;
	}

	.booking_calander_week_disabled:hover {
		cursor: auto;
		opacity: 0.1;
	}

	.revert_confirm_button:hover {
		background: #FFFFFF;
		color: #000000;
	}

	.booking_child:hover {
		background: #0069B4;
		border: 2px solid #FFFFFF;
		color: #FFFFFF !important;
	}

	.booking_child:hover .booking_child_early_active, .booking_child:hover .booking_child_late_active {
		display: block;
	}

	.account_confirmation_toggle:hover {
		color: #FFFFFF;
		background: #295F24;
	}

	#payment_buttons input:hover {
		background: #FFFFFF;
		color: #3C3C3B;
	}

	.childcare_option:hover {
		background: #FFFFFF;
		color: #3C3C3B;
	}

	input[type="submit"]:hover, input[type="button"]:hover, button:hover {
		background: #FFFFFF;
		color: #E1E31B;
	}

	input.payment_button_active, input.payment_button:hover {
		background: #FFFFFF;
		color: #3C3C3B;
	}

	input.remove_button:hover {
		background: #ED1D24;
	}

	input.add_child_button:hover {
		background: url(/file-manager/Pages/Sign%20Up/add-a-child.png);
	}

	input.remove_child_button:hover {
		background: url(/file-manager/Pages/Sign%20Up/remove-a-child.png);
		border: none;
		width: 362px;
		height: 75px;
		text-indent: 362px;
		margin: 0 auto;
		text-align: center;
		padding: 0px;
		display: block;
		cursor: pointer;
	}

	.footer_section a:hover, #footer_links a:hover {
		color: #A7A8A9;
	}

	#customMessageInner #buttonMessage:hover, #customMessageInner .buttonMessageCustom:hover {
	  background: #CCCCCC;
	}

	.remote_control div:hover {
		background: #FFFFFF;
		color: #000000;
	}

	.policies a:hover {
		background-color: #E0E0E0;
	}
	
	.el_confirm:hover {
		color: #FFFFFF;
		background: #3898EC;
	}
}

@media all and (max-width: 1000px) {
	.el {
    	float: none;
		width: 80%;
		margin: 6px auto;
	}
	
	.el_multi_inner span {
		font-size: 1.5vw;
		line-height: 1.5vw;
		width: 60%;
		margin: 0 auto;
	}
}

@media all and (max-width: 700px) {
	.booking_calander_week h1 {
    	font-size: 5vw;
	}
}

@media all and (max-width: 570px) {
	.booking_child {
    	font-size: 3.9vw;
    	line-height: 7.6vw;
	}
}

@media all and (max-height: 1000px) {
	.el_multi_inner h1 {
		font-size: 15px;
	    line-height: 16px;
	}
	
	.el_multi_inner span {
	    font-size: 11px;
	    line-height: 11px;
	}
	
	.el_multi {
		font-size: 15px;
	    line-height: 15px;
	}
}
