/* PUBLIC CSS COFFS */

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

* {
    font-family: 'Open Sans' !important;
    text-shadow: none !important;
}

.Sitemap a[href*="/public/contract/application/"] {
  display: none;
}

/* HEAD SECTION */
#header {
    display: grid;
    grid-template-columns: 4fr;
    width: 100% !important;
    max-height: 100px;
    min-height: 100px;
    height: 10vw;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    box-shadow: 0px 1px 10px #c7bebe;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
}


#LinksLogo {
    height: 8em;
    max-height:  90px;
    padding: 0.5em;
}

#header > h8 {
    max-height: 100px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 100%;
    text-align: right !important;
}

#header > button {
    display: block;
    margin-left: 1em;
    margin-right: auto;
    padding: 0px;
    height: 4em;
    border-radius: 0px;
    border: 0px;
    width: 90%;
    max-width: 200px;
    max-height: 55px;
    margin-top: auto;
    margin-bottom: auto;
    background: #47C9F5 !important;
    color: #FFF;
    font-size: 0.9em;
}

#header > button > a {
    color: #FFF;
    text-decoration: none;
}

#header > button > a:hover {
    text-decoration: none;
}


#header > button:hover {
    cursor:pointer;
    background:#1C8DCD !important;
    transition: ease-out 0.3s;
}



body {
    position: relative;
    top: 150px;
}

.public_template {
  background: #eeeeee;
}

div#page_wrapper, #main_content, #content, body, #public_custom_content,
.public_facility_bookings {
    width: 90vw;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
}

/* SESSIONS GRID */
.facilities.navigation {
  display: none !important;
}

.booking_header > table > tbody > tr > td {
  color: #5c97b2;
  width: 90vw;
}

.booking_header > table > tbody > tr > td > h3 {
  padding-left: 30px;
  padding-right: 30px;
}

.rounded_button ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 80vw;
}

.rounded_button ul li {
  display: flex;
  position: relative;
  right: 40px;
  text-align: center;
  margin: auto;
  min-width:
  width: 90vw;
}

.rounded_button ul li a {
  padding: 1.0em 2.0em;
  border-radius: 0px;
  border: 1px solid #FFF;
  background: #FFF;
  color: #299299;
  font-size: 1.0em;
  margin: 0.2em;
}

.rounded_button ul li a:hover {
  background: #FFF;
  color: #5c97b2;
   box-shadow: 5px 5px 20px #c7bebe !important;
}

.rounded_button .selected {
  background: #FFF;
  box-shadow: 1px 1px  10px #9E9E9E !important;

}

.booking_menu_dates.rounded_button> ul > li:last-child,
[title~=view] {
    display: none !important;
}

#main_content > div > div > table > tbody > tr > td > div.booking_menu_dates.rounded_button.inline_uls.tight_uls > ul > li:nth-child(8) {
 display: none !important;
}


#classes_grid_view {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    align-content: space-evenly;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    transition: ease 0.5s;
}

#classes_grid_view > table > thead {
    display: none;
}

#classes_grid_view > table > tbody {
    width: 90vw;
    align-content: space-evenly;
}

tr.public_table_heading {
    display: grid;
    line-height: 2.5em;
    width: 90vw !important;
    margin-left: auto;
    margin-right: auto;
}

.public_table_heading td {
    background: #EEEEEE !important;
    border: 1px solid #cccccc;
    color: #333 !important;
}

.public_table_data.session_categories {
    display: inline-grid;
    align-items: center;
    justify-items: center;
    align-content: space-evenly !important;
    width: 30vw;
    min-width: 145px;
    max-width: 200px;
    height: 30vw;
    min-height: 145px;
    max-height: 200px;
    font-size: 0.9em;
    border-collapse: separate;
    line-height: 2.5em;
    background-color: #fafafa;
    padding: 0.5em;
    color: #5c97b2;
    margin: .5em;
    box-shadow: 0px 1px 10px #9E9E9E !important;
}

.public_table_data.session_categories:hover {
    cursor: pointer;
    box-shadow: 0px 1px 15px #9E9E9E !important;
}


.public_table_data.session_categories.public_table_data td {
    display: grid;
    text-align: center !important;
    line-height: 1.0em;
    margin-left: auto;
    margin-right: auto;
    width: 30vw;
    min-width: 145px;
    max-width: 200px;
    text-transform: capitalize;
    padding: 0px !important;
}


tr.public_table_data.session_categories.session_category_8:before {
    content: '';
    background: url('https://secure.activecarrot.com/media/dynamic/static_images/709/SwimIcon.png');
    background-repeat: no-repeat;
    background-color: #fafafa;
    background-position: center;
    background-size: 40px;
    position: relative;
    width: 30vw;
    min-width: 145px;
    max-width: 200px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

tr.public_table_data.session_categories.session_category_9:before {
    content: '';
    background: url('https://secure.activecarrot.com/media/dynamic/static_images/709/GymIcon.png');
    background-repeat: no-repeat;
    background-color: #fafafa;
    background-position: center;
    background-size: 38px;
    position: relative;
    width: 30vw;
    min-width: 145px;
    max-width: 200px;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
}

tr.public_table_data.session_categories.session_category_4:before {
    content: '';
    background: url('https://secure.activecarrot.com/media/dynamic/static_images/709/GFIcon.png');
    background-repeat: no-repeat;
    background-color: #fafafa;
    background-position: center;
    background-size: 35px;
    position: relative;
    width: 30vw;
    min-width: 145px;
    max-width: 200px;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
}

.book {
  display: inline-block;
  background: #8BC34A;
  color: #FFF;
  border-radius: 0px;
  border: 0px;
  line-height: 2.5em;
  height: 2.5em;
  width: 80%;
  min-width: 100px;
  max-width: 200px;
  padding: 0.1em 0.9em 0.1em 0.9em !important;
  margin-left: auto;
  margin-right: auto;
}

.book:hover {
  background: #8BC34A;
  box-shadow: 0px 1px 10px #c7bebe;
}

/* SESSIONS STEP 2 */
#booking_payment  {
    width: 90vw;
    padding: 0px !important;
}

h2.StepTitle {
    color: #5c97b2;
    width: 70vw;
    text-indent: 30px;
}

#contact_details_form, #contact_details_form > .person_extra {
  display: grid;
  width: 90vw;
  padding: 0px !important;
  margin: 0px !important;
}

#contact_details_form > table > tbody > tr {
  width: 70vw !important;
  margin-left: auto;
  margin-right: auto;
}

#contact_details_form > table, #contact_details_form > .person_extra> table {
  width: 100% !important;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

.alpha60._public_class_register_709 > #content > #main_content > #booking_payment > #contact_details_form > table {
  position: relative;
  right: 3px;
}


#contact_details_form > table > tbody > tr,
#contact_details_form > div> table > tbody > tr {
    line-height: 2.5em;
    margin-left: auto;
    margin-right: auto
}
#contact_details_form > table > tbody > tr > td,
#contact_details_form > div> table > tbody > tr > td {
    line-height: 2.5em;
    min-width: 20vw;
    width: fit-content !important;
} 

#contact_details_form > table > tbody > tr > td > em,
#login_password > td > em,
#contact_details_form > div > table > tbody > tr > td > em {
  float: left;
}

.txtBox {
  display: grid;
  min-width: 45vw;
  width: fit-content !important;
  line-height: 3.0em;
  height: 3.5em;
  float: left;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

select[name^="dob"] {
  display: grid;
  column-gap: 5px !important;
  grid-template-columns: 1fr;
  width: 30.5% !important;
  min-width: 30% !important;
}


#check_user_div, #contact_details_form > div:last-child {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-right: auto !important;
  width: 67.5vw;
  height: 5.5em;
}

#check_user {
    display: block;
    margin: 0 0 0 79%;
    border-radius: 0px;
    border: 0px;
    width: 60%;
    max-width: 200px;
    max-height: 55px;
    background: #47C9F5 !important;
    color: #FFF;
    font-size: 100%;
    line-height: 15px;

}
#check_user:hover {
  background: #1C8DCD !important;
  color: #fff;
  transition: ease 0.3s;
  cursor: pointer;
}

#login_password {
  display: contents !important;
}

#next_step {
    display: block;
    margin-left: 1em;
    margin-right: auto;
    padding: 0px;
    padding-top: 1em;
    padding-bottom: 2em;
    border-radius: 0px;
    border: 0px;
    width: 60%;
    max-width: 200px;
    max-height: 55px;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    background: #4CAF50 !important;
    color: #FFF;
    font-size: 100%;
    float: right !important;
}

#next_step:hover {
  cursor: pointer;
  background: #3e9242;
  box-shadow: 0px 1px 10px #c7bebe;
}

/* SESSIONS CONFIRM */
#booking_confirm_class_form {
  display: grid;
  width: 90vw;
  margin-left: auto;
  margin-left: auto;
}

#booking_confirm_class_form > h2{
  color: #5c97b2;
  width: 90vw;
  text-indent: 30px;
}

#booking_pt_payment_summary {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.5em;
  box-shadow: 0px 0px 10px #9E9E9E !important;
  padding: 0.5em;
}

#booking_confirm_class_form > div.standard_table.payment_form {
  width: 70vw;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
  box-shadow: 0px 0px 10px #9E9E9E !important;
  padding: 0.5em;
}


#booking_confirm_class_form > div.standard_table.payment_form > table > tbody > tr > td > input {
  line-height: 2.5em;
  width: 20vw;
}

#booking_confirm_class_form > div.standard_table.payment_form > table > tbody > tr > td > label {
  line-height: 2.5em;
  width: 20vw;
}

#booking_confirm_class_form > div.standard_table.payment_form > table > tbody > tr:last-child > td {
  width: 100% !important;
}

#cancel_submit, #confirm_submit {  color: #FFF;
  padding: 0.5em 2.0em;
  border-radius: 0px;
  border: 0px;
  font-size: 1.2em;
}

#confirm_submit {
  background: #4CAF50;
  color: #FFF;
  float: right;
  width: 300px;
  height: 50px;
}
#confirm_submit:hover {
  background: #3d9b40;
  color: #FFF;
  cursor: pointer;
  transition: ease 0.3s;
}

#cancel_submit {
/*     background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x; */
    border-color: #b92c28;
    height: 50px;
    background-color: #d9534f;
}

#cancel_submit:hover {
  cursor: pointer;
  background-color: #b92c28;
  transition: ease 0.3s;
}

/* FACILTIES */

#content > div.public_facility_bookings > div.club_info, #content > div.public_facility_bookings > div.heading > p {
  color: #5c97b2;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  width: 70vw;
}

.navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.rounded_button ul li {
  display: flex;
  position: relative;
  right: 40px;
  text-align: center;
  margin: auto;
  width: 90vw;
}

.public_facility_bookings .navigation ul li a {
  padding: 1.0em 2.0em;
  border-radius: 0px;
  border: 1px solid #FFF;
  background: #FFF;
  color: #299299;
  font-size: 1.0em;
  margin: 0.2em;
}

.datepicker {
  background: #5c97b2 !important;
  border: 1px solid #5c97b2 !important;
}

.public_facility_bookings .navigation ul li a:hover {
  background: #FFF;
  color: #5c97b2;
   box-shadow: 5px 5px 20px #c7bebe !important;
}

.public_facility_bookings .navigation .selected {
  background: #FFF;
  box-shadow: 1px 1px  10px #9E9E9E !important;
}

/* FACILTIES IFRAME */
trainer_booking_iframe {}

table.fc-header, table#trainer_booking_header td {
  height: 1.0em;
  line-height: 2.5em;
  font-size: 1.0em;
  background: #5c97b2 !important;
  color: #FFF;
  margin-bottom: 3px;
}

#trainer_booking_header > tbody > tr > td:nth-child(1) {
  background: #FFF !important;
}

.fc-event-vert .fc-event-time {
  text-align: center;
  font-size: 1.1em !important;
  background: yellow;
}

/* CLASS REGISTER */

.alpha60._public_class_register_709 > #content > #main_content > #booking_payment > #contact_details_form > .person_extra:last-child {
  width: 90vw !important;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "cancel_submit confirm_submit";
}

.alpha60._public_class_register_709 > #content > #main_content > #booking_payment > #contact_details_form > .person_extra > #cancel_submit {
  grid-area: cancel_submit;
  display: block;
  width: 20vw;
  max-width: 200px;
  float: left;
}

.alpha60._public_class_register_709 > #content > #main_content > #booking_payment > #contact_details_form > .person_extra > #confirm_submit {
  grid-area: confirm_submit;
  max-width: 300px;
  margin-left: auto;
}

#booking_payment > h2 {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 20px;
}

/* CLASSES BROWSE */
.cw-block-book > a[href*="class"] {
  display: none;
}

#page_wrapper.alpha60._public_class_browse_709 > #content > h2 {
   display: none;
}

#page_wrapper.alpha60._public_class_browse_709 > #content > div > div > #cw-filter-bar{
  width: 20vw;
}

#page_wrapper.alpha60._public_class_browse_709 > #content > div > div > #cw-filter-bar > br {
  display: none;
}

#page_wrapper.alpha60._public_class_browse_709 > #content > div > div > #cw-filter-bar > #cw_filter_form > fieldset {
  width: 18vw;
  box-shadow: 0px 5px 10px 0px #c7bebe;
  padding: 1em;
}

#page_wrapper.alpha60._public_class_browse_709 > #content > div > div > #cw-filter-bar > #cw_filter_form >.cw-block-book {
  width: 18vw;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

.cw-block-book .book {
  width: 18vw !important;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

a[href="/public/class/browse/709"] {
    background: #d9534f;
    color: #FFF;
    border-radius: 0px;
    border: 0px;
    line-height: 2.5em;
    height: 2.5em;
    padding: 0.5em 2.3em !important;
    margin-left: 48px;
}


#page_wrapper.alpha60._public_class_browse_709 > #content > div > div > #cw-filter-bar > #cw_filter_form > fieldset > legend {
  font-weight: 700;
  padding-top: 2.0em;
}

#cw-content-head {
  width: 60vw;
  float: left;
  margin-left: 25px;
}

#cw-content, .cw-block-content, .cw-block-content table {
  width: 60vw;
}

#cw-content > div > table > tbody > tr > th, .cw_tr_results td {
  width: 6vw;
}

.class_show_all_button {
  width: 70vw !important;
  padding: 0px;
  margin: 0px;
}

#cw_descriptions {
  width: 84vw;
  padding: 2.5em;
}

#cw_descriptions img {
  max-width: 200px;
}

/* FOOTER */
#footer_wrapper {
  display: none !important;
}

.footer_contact {
    width: 100% !important;
    max-height: 100px;
    min-height: 60px;
    padding-top: 3vw;
    padding-bottom: 1vw;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5em;
    box-shadow: 0px 0px 10px #9E9E9E !important;
    background: #1C8DCD !important;
    color: #FFF;
    font-size: 1.0em;
}

.footer_contact a {
    color: #FFF;
}

.footer_contact a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media only screen and (max-width: 880px) {
  #header {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 2fr;
}

#header > button {
  line-height: 1.5em;
  font-size: 0.8em;
  width: 90%;
  padding-left: 4px;
  padding-right: 4px;
}

.rounded_button ul {
  flex-wrap: wrap;
} 
}

@media only screen and (max-width: 1100px) {
   #page_wrapper.alpha60._public_class_browse_709 > #content > div > div > #cw-filter-bar > h4 {
    width: 90vw;
    height: 30px !important;
    padding: 0px;
    margin: 0px;
  }
  #page_wrapper.alpha60._public_class_browse_709 > #content > div > div > #cw-filter-bar{
    width: 70vw !important;
  }

  .cw-block-book {
    width: 70vw;
    margin-left: 3.0em;
  }

   #page_wrapper.alpha60._public_class_browse_709 > #content > div > div > #cw-filter-bar > #cw_filter_form > fieldset {
     display: inline-block;
     width: 70vw;
   }

  .cw-block-content > table, .cw-block-content > table > tbody {
     display: grid;
     width: 70vw !important;
   }

   #cw-content > div > table > tbody > tr > th, .cw_tr_results td {
     width: 200px;
   }


}