@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

/*************************************************/
/* GENERAL STYLES */
/*************************************************/

* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 1em;
}

#page_wrapper {
  background: #FFF;
  width: 100%;
}

#content {
  width: 1220px;
  margin: 10px;
}

.swMain {
  position: relative;
}

#wizard > ul {
	margin-top: 20px;
}

/*************************************************/
/* HEADER STYLES */
/*************************************************/
#header_wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

#header {
  display: none;

}

#header > img {
	display: none;
}

/* LOGO */
#custom-logo {
  position: relative;
  width: 1220px;
  margin: 0 auto;
}

#custom-logo a img {
  width: 100px;
  height: 116px;
  position: absolute;
  top: 45px;
}

/* INTRASITE */
#custom-intrasite-nav {
  width: 100%;
  height: 39px;
  position: absolute;
  top: 0;
  background: #162A32;
}

.intrasite-nav {
  width: 1220px;
  height: 39px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: center;
}

.intrasite-nav li a {
  padding: 0 50px 0 0;
  color: #FFF;
}

/* HEADER NAV SUB */
#custom-header-nav-sub {
  width: 1220px;
  margin: 0 auto;
}

.header-nav-sub {
  width: 1220px;
  margin: 0 auto; 
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 45px;
  bottom: 50px;
}

.header-nav-sub li {
  margin-left: 45px;
}

.header-nav-sub li a {
  font-size: .9em;
  color: #FFF;
}

/* HEADER NAV MAIN */
.header-nav-main {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 95px;
}

.header-nav-main li a {
  color: #FFF;
  font-size: 0.9em;
  font-weight: 800;
  text-transform: uppercase;
  padding: 14px 18px 45px 18px;
}

.header-nav-main li a:hover{
  background-color: #fff;
  color:#0090DA;
}

/* MAGNIFYING GLASS */
#custom-header-nav-main > ul > li:last-child,
#layer_1 {
  width: 27px;
  height: 27px;
  margin-left: 10px;
}


/*************************************************/
/* ANCHOR STYLES */
/*************************************************/

/* ANCHOR CONTAINER */
.swMain ul.anchor {
  width: 1220px;
  display: flex;
  justify-content: center;
  
}

/* STEPS */
.swMain ul.anchor li a {
  width: 100%;
  height: 25px;
  margin-top: 0px;
  border-radius: 0px;
  background: #ffffff00;

}

.swMain ul.anchor li a.selected {
  color:#162A32;
  background: #ffffff00;
  border: 1px solid #000;
  cursor:text;
  box-shadow: 0px 0px 0px #888;
  padding: 2px;
}

.swMain ul.anchor li a.selected:hover {
  color: #0090DA;
  background: #ffffff00;
  cursor: pointer;
}

.swMain ul.anchor li a.error {
  background: #FFF !important;
  border: 0 !important;
}

.swMain ul.anchor li a.done {
  position:relative;
  color: #0090DA;
  background: #FFFFFF00;
  border:0;
  z-index:99;
}
.swMain ul.anchor li a.done:hover {
  color:#5A5655;
  background: #FFFFFF00;
  border: 0;
}
.swMain ul.anchor li a.disabled {
  color:#CCCCCC;
  background: #ffffff00;
  border: 0;
  cursor:text;
}

.swMain ul.anchor li a.disabled:hover {
  color:#CCCCCC;
  background: #ffffff00;
  border: 0;
  cursor:text;
}

/* STEP NUMBER LRG */
#wizard > ul > li > a > label {
  display: none;
}

/* STEP NUMBER SML */
.swMain ul.anchor li a .stepDesc {
  width: 218px;
  font-family: 'Muli', sans-serif;
  font-size: 0;
  text-align: right;
  text-shadow: none;
}

/* STEP DESC */
#wizard > ul > li > a > span > small {
  font-weight: 400;
  text-shadow: none;
}

/*************************************************/
/* STEPCONTAINER STYLES */
/*************************************************/

/* CONTAINER */
.swMain .stepContainer {
  width: 1220px;
  margin: 0 auto;
}

/* CONTENT CONTAINER */
.swMain .stepContainer div.content {
  margin: 0 auto;
  width: 1220px;
  background: #FFF;
  border: none;
  border-radius: 0px;
  position: relative;
}

/* STEP HEADINGS */
#step-1 > h2 {
  background: #FFF;
  border: none;
  margin-bottom: 10px;
}

/* STEP 1 HEADING CHANGES */
#step-1 > h2:nth-child(3) {
  margin-left: 175px;
  margin-top: 20px;
  text-transform: capitalize;
  font-size: 1.5em;
}

#step-1 > h2 {
  margin-left: 175px;
  margin-top: 30px;
  text-transform: capitalize;
  font-size: 1.5em;
}


/* MEMBERSHIP STYLES */
#step-1 table {
  margin: 0 auto;
  width: 70%;
  border-collapse: collapse;
}

#stepTitle {
  margin-left: 20px;
}

#step-1 table tbody tr td {
  font-size: 1.2em;
}

#step-1 table tbody tr td:last-child {
  text-align: center;
}

#step-1 table tbody tr.contract_row td,
#step-1 table tbody tr.visit_pass_row td {
  padding: 25px;
}

tr.contract_grouping td {
  text-align: left !important;
  font-size: 1.5em;
  font-weight: 600;
  padding: 20px;
} 

tr.visit_pass_row td:first-child {
  padding: 0px !important;
  text-align: center;
} 

tr.contract_row,
tr.visit_pass_row {
  background: #f1f1f1;
}

tr.contract_row:hover,
tr.visit_pass_row:hover {
  color: #FFF;
  background: #278dcd;
  transition: .1s ease-out;
}

/* RADIO BUTTON TD */
tr.contract_row td:first-child {
  text-align: center;
  padding: 7px !important;
}

input[type='radio'] {
  transform: scale(1.5);
  margin-left: 10px;
}

#step-1 > table:nth-child(4) > tbody > tr:nth-child(1) > td,
.separator {
  display: none;
}

/* STEP-2 STEP-3 STEP-4 */
#step-2,
#step-3,
#step-4 {
  width: 70%;
  margin: 0 auto;
  float:  none;
  clear: none;
  position:  static;
  margin-top: 60px;
}

#step-2 h2,
#step-3 h2,
#step-4 h2 {
  font-family: "Muli", sans-serif;
  font-size: 1.7em;
  background: #FFF;
  border: 0;
}

#contact_details_form table.step_table tbody tr td {
  padding: 10px;
}

#step-3 h3 {
  font-size: 1.3em;
  margin-left: 5px;
}

#step-3 h3:nth-child(2) {
  margin-top: 20px;
}

#step-3 > table > tbody > tr:nth-child(2) > td:nth-child(1) {
  text-align: left;
  padding-top: 20px;
}

/* CONGRATULATIONS PAGE */
.congratulations {
  width: 70%;
  margin: 0 auto;
}

/*************************************************/
/* ACTIONBAR STYLES */
/*************************************************/

.swMain div.actionBar {
  width: 854px;
  height: 75px;
  position: relative;
  left: 62px;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.swMain .buttonFinish,
.swMain .buttonNext,
.swMain .buttonCancel {
  width: 150px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 4px;
  font-family: "Muli", sans-serif;
  font-size: 1em;
}

.swMain .buttonNext {
  background: #237BC0; 
}

.swMain .buttonNext:hover {
  background: #00263E;
  transition: all .2s ease;
}


.swMain .buttonCancel {
  background: #fff;
  color: #000;
}

.swMain .buttonDisabled {
  margin: 0;
  padding: 5px 25px;
  border: 0;
  border-radius: 4px;
  height: 20px;
  font-family: "Muli", sans-serif;
  font-size: 1em;
}

.swMain .buttonFinish {
  padding: 8px 25px;
  margin-left: 5px;
}


/*************************************************/
/* FOOTER STYLES */
/*************************************************/

#footer_wrapper {
  display: none;
}

.footer_contact {
  display: none;
}

#footer > img {
	display: none;
}




/*************************************************/
/* SESSIONS PAGE STYLES */
/*************************************************/

#main_content {
  width: 1220px;
  margin: 0 auto;
  background: transparent;
}

#main_content > div > div > table,
#classes_grid_view > table {;
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
}

#main_content > div > div > table > tbody > tr > td > h3,
div.club_info {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 1.5em;
  font-family: "Muli", sans-serif;
  font-weight: 800;
}

/* MORNING LUNCHTIME EVENING */
tr.public_table_heading td{
  padding: 5px 20px !important;
  font-family: "Muli", sans-serif;
  font-size: 18px;
  background: #D2EAF7 !important;
  color: #162A32 !important;
}

/* START DURATION CLASSNAME INSTRUCTOR */
#classes_grid_view > table > thead > tr  th {
  padding: 10px;
  font-family: "Muli", sans-serif;
  font-size: 20px;
}

/* TABLE ROWS */
.public_table_data td {
  text-align: center !important;
  padding: 20px !important;
  border-bottom: 1px solid #ccc;
}

/* DATE SELECTION */
.tight_uls ul li,
.public_facility_bookings .navigation ul li {
  margin: 0;
}

div.booking_menu_dates.rounded_button.inline_uls.tight_uls > ul,
#content > div.public_facility_bookings > div.navigation > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div.booking_menu_dates.rounded_button.inline_uls.tight_uls > ul {
  padding-top: 50px !important;
}

.tight_uls ul li a {
  width: 146px;
  height: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  line-height: 38px;
  background: #237BC0;
  border-radius: 0;
}

/* FACILITY SELECTION */
.public_facility_bookings .navigation ul li a {
  width: 200px;
  height: 40px;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  line-height: 38px;
  background: #237BC0;
  border-radius: 0;
  margin: 15px 5px 0 0;
}

.tight_uls ul li a:hover,
.public_facility_bookings .navigation ul li a:hover {
  background: #00263E;
  color: #FFF;
   transition: .2s all ease;
}

.tight_uls ul li a.selected,
.public_facility_bookings .navigation .selected {
  background: #00263E;
}

/* SELECT DATE BUTTON */
.rounded_button ul li a.datepicker{position:relative}

.rounded_button ul li a.datepicker:after{content:"Select Date";display:inline}

.rounded_button ul li a.datepicker img{position:absolute;display:block;width:100%;height:100%;opacity:0}

div.booking_menu_dates.rounded_button.inline_uls.tight_uls ul li:nth-child(8) a,
#booking_bookings > div > table > tbody > tr > td > div > ul > li:nth-child(8) > a,
#content > div.public_facility_bookings > div.navigation > ul > li:nth-child(8) > a {
  height: 40px;
  width: 120px;
  background: #5a5a5a;
}

div.booking_menu_dates.rounded_button.inline_uls.tight_uls ul li:nth-child(8) a:hover,
#booking_bookings > div > table > tbody > tr > td > div > ul > li:nth-child(8) > a:hover
,#content > div.public_facility_bookings > div.navigation > ul > li:nth-child(8) > a:hover {
  background: #afafaf;
}

div.booking_menu_dates.rounded_button.inline_uls.tight_uls ul li:nth-child(8) a img,
#booking_bookings > div > table > tbody > tr > td > div > ul > li:nth-child(8) > a > img,
#content > div.public_facility_bookings > div.navigation > ul > li:nth-child(8) > a > img {
  margin-top: 4px;
}

/* GRID VIEW BUTTON */
div.booking_menu_dates.rounded_button.inline_uls.tight_uls ul li:nth-child(9) a,
#booking_bookings > div > table > tbody > tr > td > div > ul > li:nth-child(9) > a {
  height: 40px;
  width: 120px;
  font-size: 10px;
  font-weight: 600;
  line-height: 22px;
  background: #5a5a5a;
}

div.booking_menu_dates.rounded_button.inline_uls.tight_uls ul li:nth-child(9) a:hover,
#booking_bookings > div > table > tbody > tr > td > div > ul > li:nth-child(9) > a:hover {
  background: #afafaf;
}

/* CLASS BOOKING BUTTON */
.book {
  width: 200px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  color: #FFF;
  background: #237BC0;
  border: 0;
  border-radius: 0;
  margin-left: 10px;
}

.book:hover {
  background: #00263E;
  transition: .2s all ease;
}

#booking_bookings > div > table > tbody > tr > td > div > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#classes_grid_view > table > tbody > tr {
  border-bottom: 1px solid #ccc;
}

div.column_event {
  padding: 10px;
  text-align: center;
}

div.public_facility_bookings > div.navigation > ul > li,
div.public_facility_bookings > div.navigation > ul > li a {
  width: 146px;
  margin-top: 30px;
}

#content > div.public_facility_bookings > div.heading > div.facilities.navigation,
#content > div.public_facility_bookings > div.club_info,
#content > div.public_facility_bookings > div.heading > p {
  width: 90%;
  margin-left: 57px;
}

#content > div.public_facility_bookings > div.navigation > ul > li:nth-child(8) {
  margin: -10px 0 30px 0;
}

#trainer_booking_iframe {
  height: 900px !important;
  width: 100% !important;
  margin-left: 57px;
  margin-top: 20px;
}

.tight_uls ul li a.selected, .public_facility_bookings .navigation .selected:hover {
  background: #0088D2;
}

#trainer_booking_header > tbody > tr > td {
  font-size: 1.2em;
  font-family: "Muli", sans-serif;
  font-weight: 600;
}


#contact_details_form {
  /* margin-top: 20px; */
  /* margin:  0 auto; */
}

#contact_details_form > table > tbody {
  margin-top: 20px;
  line-height: 3;
}

#check_user_div {
  width: 1200px;
}

#check_user {
  width: 200px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  color: #FFF;
  background: #004c75;
  border: 0;
  border-radius: 0;
  margin: 0 0 0 460px;
}

#check_user:hover {
  background: #402F57;
  cursor: pointer;
}

#cw-filter-bar { 
width: 200px;
}

#cw_filter_form > fieldset:nth-child(1) > legend {
  background: #0088D2;
  color: #FFFFFF;
  width: 200px;
  padding-left: 5px;
  margin-bottom: 5px;
}

#cw_filter_form > fieldset:nth-child(3) > legend {
  background: #0088D2;
  color: #FFFFFF;
  width: 200px;
  padding-left: 5px;
  margin-bottom: 5px;
}

#cw_filter_form > fieldset:nth-child(6) > legend {
  background: #0088D2;
  color: #FFFFFF;
  width: 200px;
  padding-left: 5px;
  margin-bottom: 5px;
}

#level_see_all {
  color: #0088D2;
}

#cw-filter-bar > a {
  color: #0088D2;
}

#level_see_all:hover {
  color: #402F57;
}

#cw-filter-bar > a:hover {
  color: #402F57;
}

#cw-content > div > table > tbody > tr {
  background: #ffffff;
  border: 2px solid #dc0a00;
}



.cw-block-content table {
	text-align: center;
  width: 750px;


 }
.cw-block-content th {
  font-weight:bold; 
text-align: center; 
padding: 5px;
background: #29abe2;
}


.cw_th_day {width:60px; }
.cw_th_time {width:150px;}
.cw_th_level {width:150px;}
.cw_th_vacancies {width:50px;}
.cw_th_age {width:70px;}
.cw_th_payment {width:140px;}

.cw_td_day {width:60px;}
.cw_td_time {width:170px;}
.cw_td_level {width:150px;}
.cw_td_vacancies {width:50px;}
.cw_td_age {width:70px;}
.cw_td_payment {width:50px;}
.cw_tr_results td {padding:5px;}


/* ONLINE STORE */

ul.buttons li a {
    width: 200px;
    height: 40px;
    font-size: 16px;
    font-family: "Muli", sans-serif;
    font-weight: 800;
    line-height: 38px;
    background: #237BC0;
    color: #fff;
    border-radius: 0;
    margin: 15px 5px 0 0;
}

ul.buttons li a:hover {
  background: #00263E;
  color: #FFF;
   transition: .2s all ease;
}

#local_store_main > h2  {
    margin: 20px 0;
    padding-bottom: 20px;
    font-size: 1.5em;
    font-family: "Muli", sans-serif;
    font-weight: 800;
    color: #00263E;
}


.shopping_cart_categories {
    width: 200px;
    height: 40px;
    font-size: 16px;
    font-family: "Muli", sans-serif;
    font-weight: 800;
    text-shadow: none;
    line-height: 38px;
    background: #237BC0;
    color: #fff;
    border-radius: 0;
    margin: 15px 5px 0 0;
    border: 0;
}

.shopping_cart_categories:hover {
  background: #00263E;
  color: #FFF;
   transition: .2s all ease;
}

.rounded_button ul li a {
    width: 100px;
    margin: 5px;
    font-family: "Muli", sans-serif;
    background: #237BC0;
    color: #fff;
    border-radius: 0;
}

.rounded_button ul li a:hover {
  background: #00263E;
  color: #FFF;
   transition: .2s all ease;
}


/* PUBLIC FORM */

#contact_details_form > table,
#contact_details_form > div > table {
  width: 1500px;
  margin: 0 auto;
}

#booking_payment > h2,
#contact_details_form > div > h2 {
  color: #00263E;
  background: #ECE6DF;
  padding: 10px 0 10px 50px;
  text-shadow: none;
}

#contact_details_form > div:nth-child(5) {
  margin-left: 450px;
}

#confirm_submit {
  background: #237BC0;
  border: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  padding: 8px;

}

#confirm_submit:hover {
  background: #00263E;
  border: none;
  text-shadow: none;
  transition: 0.2s;
  cursor: pointer;
}

#cancel_submit {
  padding: 8px;
  border: none;
}

#cancel_submit:hover {
  background: #ECE6DF;
  cursor: pointer;
  transition: 0.2s;
}

/* START DATE PICKER WIDGET */

.ui-widget-header {
    border: 1px solid #237bc0;
    background: #237bc0;
    color: #000000;
    font-weight: bold;
}

.ui-widget-content {
    border: 1px solid #000;
    background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
    color: #222222;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #acdd4a !important;
    background: #6eac2c !important;
    font-weight: normal;
    color: #ffffff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #77d5f7;
    background: #0078ae url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}

#content > div.public_facility_bookings > div.navigation > ul > li:nth-child(8) > a {
  position: relative;
  top: 40px;
  left: 20px;
}

#content > div.public_facility_bookings > div.navigation > ul > li:nth-child(8) > a > img {
  height: 15px;
  margin-top: 12px;
}

/* END DATE PICKER WIDGET */