/* PUBLIC RESPONSIVE BELG COS */

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

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

/* HEAD SECTION */
#header {
    display: grid;
    grid-template-columns: 4fr 1fr;
    width: 100% !important;
    max-height: 140px;
    min-height: 60px;
    height: 20vw;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    z-index: 1000;
          box-shadow: 0px 5px 10px #9E9E9E !important;
}

#header::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: -10vw;
  width: 120vw;
  height: 60vw;
  max-height: 400px;
  background: linear-gradient(0deg, rgba(8,80,161,1) 75%, rgba(238,238,238,1) 53%);
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  z-index: -1;
}

#LinksLogo {
        background: url('https://secure.activecarrot.com/media/dynamic/static_images/554/city-of-sydney-logo.png') no-repeat center;
        background-size: 320px;
        background-color: #FFF;
        background-position: left;
        height: 100px;
        margin-bottom: auto;
}

#LinksLogo:before {
  content: 'Victoria Park Pool';
  display: block;
  height: 100%;
  margin-top: 85px;
  margin-left: 8px;
  font-size: 2.2em;
}


#header > button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    width: 90%;
    max-width: 600px;
    max-height: 55px;
    height: 60%;
    margin-top: auto;
    margin-bottom: auto;
    background: #2DB84B  !important;
    color: #FFF;
    font-size: 100%;
}

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

#header > button > a:hover {
    text-decoration: none;
    cursor:pointer;
    background:#188838 !important;
    transition: ease-out 0.3s;
}


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


/* BODY & CONTENT */
body {
  height: fit-content !important;

}
body, #public_custom_content, .row, .pull-right {
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #eee;

    }

.row {
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    }

#content,  #main_content{
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
    z-index: 900;

}

.container.public_membership_join > #header{
  margin-bottom: 20px;
}

#public_custom_content {
  width: 100vw;

}

form#prospect_register_form.form-group {
  display: block;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.0em;
    background: #FFF !important;
}

#wizard.sw-main.sw-theme-arrows {
  background: #fff;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.pull-right, .col-sm-6 {
    float: left;
    background-color: #fff;
}

#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body > div> div.col-md-2 > h4:hover {
  background: #4d849e !important;
  cursor: pointer;
  transition: ease-out 0.3s;
}


.col-sm-6 {
    padding: 0px;
}


.container.public_prospect_register > #content > #main_content.container, .container {
    display: block;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background: #FFF !important;

}

#content > div.public_session_booking_confirmed.container > div > h2,
#content > div.public_session_booking_confirmed.container > div > p    {
    display: none !important;
}

.container.public_prospect_register > #content:before {
    content: "New Customer Sign Up \A Fill in the details below to create a new account";
    white-space: pre-wrap;
    display: block;
    width: 50vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2em;
    font-size: 1.5em;
    font-weight: 700;
    border-bottom: 1px solid #EEE;
}

form#prospect_register_form {
     display: block;
     width: 50vw;
     margin-left: auto;
     margin-right: auto;
     background-color: #fff !important;
     padding-bottom: 20px;
}

#login_password {
    display: contents !important;
}

.form-control {
    border: 0px;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    height: 3.5em;
    margin: 0.5em;
    background: #FFF !important;
    color: #59595b;
}

label {
    background: #FFF;
    color: #59595b;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    
}

.btn-primary, #check_user_div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    width: 50vw;
    height: 55px;
    margin-top: 0px;
    background: #2db84b !important;
    font-size: 1.1em;
}


.btn-primary:hover, #check_user_div:hover {
    cursor:pointer;
    background: #188838 !important;
    transition: ease-out 0.3s;
}

#prospect_register_form > .person_extra .pull-right:before {
  content: "By clicking Register, you agree to the terms and conditions and privacy policy.";
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
}

.prospect_signup_confirmed {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.2em;
}

/*FOOTER */

.footer_contact {
        width: 100% !important;
    max-height: 150px;
    min-height: 60px;
    padding-top: 5vw;
    padding-bottom: 1vw;
    margin-left: auto;
    margin-right: auto;
    background-color: #041c2c;
    color: #FFF;
    text-align: center;
}

.footer_contact a {
    color: #FFF;
}

#footer {
    width: 100% !important;
    max-height: 150px;
    min-height: 60px;
    padding-top: 5vw;
    padding-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 10px #9E9E9E !important;
    background-color: #041c2c;
    color: #FFF;
    text-align: center;
}

#footer p {
  background: #041c2c;
}

/*MEMBERSHIP*/
.public_membership_join > #content > #main_content.container {
    position: relative;
    top: 50px;
}

.public_membership_join > #content > #main_content.container > #wizard > ul.nav.nav-tabs.step-anchor  {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #e0dcdc;
    border-radius: 0px !important;
}

.public_membership_join > #content > #main_content.container > #wizard > ul.nav.nav-tabs.step-anchor:before,
.public_membership_join > #content > #main_content.container > #wizard > ul.nav.nav-tabs.step-anchor:after, 
.sw-theme-arrows > ul.step-anchor > li > a:before,
.sw-theme-arrows > ul.step-anchor > li > a:after {
    display: none;
}

.sw-theme-arrows > ul.step-anchor > li.active > a {
    background: #4CAF50 !important;
    border: 1px solid #4CAF50 !important;
}

.sw-theme-arrows > ul.step-anchor > li > a {
    height: 100% !important;
    width: 100%;
    padding: 0.5em !important;
    background: #efefef;
    border-right: 0.02px solid #e0dcdc !important;
}

.sw-theme-arrows > ul.step-anchor > li:last-child > a:last-child {
    border-right: 0px !important;
}



a[href*="/login?site="] {
    display: grid;
    grid-area: bottom;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    line-height: 55px;
    margin-top: 0px;
    color: #FFF;
    text-align: center;
    background: #5c97b2 !important;
    background-color: #5c97b2 !important;
    font-size: 1.1em;
}

a[href*="/login?site="]:hover {
    cursor:pointer;
    background:#4d849e !important;
    transition: ease-out 0.3s;
}

a[href*="/login?site="]:focus:not(:focus-visible) {
  outline: none;
  box-shadow: 1px 1px 5px rgba(1, 1, 0, .7);
}

.panel-default>.panel-heading {
  display: none;
}

#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body.panel-body > p {
  width: 100%;
  color: #efefef;
  background: #5c97b2;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.5em;
  padding: 0.5em;
  font-weight: 700;
  font-size: 0.9em;
  text-align: center;
  box-shadow: 1px 1px 5px rgba(1, 1, 0, .7);
}

#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body.panel-body > p:hover {
  cursor: pointer;
  color: #f2f2f2;
  background: #5c97b2;
  transition: ease-out 0.3s;
}

#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body.panel-body > p:focus:not(:focus-visible) {
  outline: none;
  box-shadow: 1px 1px 5px rgba(1, 1, 0, .7);
}

#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body > .row.contract_row {
    background: #FFF !important;
    display: block;
    grid-template-columns: 1fr;
    box-shadow: 0px 1px 10px #c7bebe !important;
    max-width: 500px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    padding: 0px !important;
}


#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body > div> div.col-md-9 > h4 
{
    display: grid;
    width: 100% !important;
    height: 2.2em;
    line-height: 1.5em;
    padding: 0px !important;
    text-align: center;
    background: #FFF;
    font-weight: 700;
    font-size: 1.2em;
}

.col-md-9, .col-md-2 {
    position: relative;
    width: 100% !important;
    text-align: center;
    padding: 0px !important;
    background: #FFF;
    margin: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.col-md-9 > p {
  line-height: 2.5em;
  background: #FFF;
  font-size: 0.9em;
  z-index: 10000;
  padding: 1.2em;
}


#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body > div > h4 {
    font-weight: 700;
    background: transparent;
    color: #5c97b2;
    line-height: 1.5em;
}

#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body > div> div.col-md-2 > h4 {
    background: #5c97b2;
    height: 2.2em;
    margin-top: 50px;
    color: #FFF !important;
}

#step-1 > div > div.panel-body > div > div.col-md-2 > h4 > small {
    color: #FFF;
}

#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body > .row.contract_row > .col-md-1.membership-label-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: 0px !important;
    padding: 0px;
    position: relative;
    bottom: 28px;
}

#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body > .row.contract_row > .col-md-1.membership-label-container > .pull-right {
  height: 0px;
  width: 50vw;
  max-width: 500px;
}


#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body > .row.contract_row > .col-md-1.membership-label-container > .pull-right > .contract_radio {
  position: relative;
  top: 10px;
  height: 280px;
  max-width: 500px;
  background: #FFF !important;
  margin: 0px !important;
}

#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body > .row.contract_row:hover {
    box-shadow: 5px 5px 20px #c7bebe !important;
    cursor: pointer;
}

.contract_radio:checked:after {
  content: 'Selected';
  display: block;
  position: relative;
  top: 20px !important;
  max-width: 500px;
  width: 50vw;
  height: 100%;
  max-height: 128px;
  background: #FFF;
  text-align: center;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 700;
  box-shadow: 0px 5px 20px -5px #4CAF50 !important;
}

/* MEMBERSHIP BUTTONS */
.btn-default {
  background: #4CAF50;
  color: #FFF;
}
.btn-default:hover {
  background: #3d9b40;
  color: #FFF;
}

.btn-danger, .btn-default {
  color: #FFF;
  padding: 0.5em 2.2em;
  border-radius: 0px;
  border: 0px;
}

/*MEMBERSHIP RESPONSIVE */
#wizard.sw-main.sw-theme-arrows {
  width: 90vw;
}

.public_membership_join > #content > #main_content.container > #wizard > ul.nav.nav-tabs.step-anchor {
  font-size: 0.8em;
}


@media only screen and (max-width: 750px) {
.container.public_prospect_register > #content:before, #content, #public_custom_content, #main_content {
        width: 90vw;
        margin-left: auto;
        margin-right: auto;
    }
form#prospect_register_form {
  width: 90vw;
}

.container.public_prospect_register > #content:before {
    font-size: 1.2em;
}
.form-group, .form-control, .btn-primary, #check_user_div {
    width: 85vw;
    margin: 0px;
    margin-top: 2.0em;
}
}

/* PROSPECT RESPONSIVE */
@media only screen and (max-width: 880px) {
.container.public_prospect_register {
    margin: 0px;
    padding: 0px;
    width: 100vw
}

#header {
        grid-template-columns: 4fr;
        grid-template-rows: 2fr 2fr;
        height: 300px !important;
        max-height: 160px;
        width: 100vw;
    }
#LinksLogo {
    width: 100%;
    display: block;
}

#LinksLogo:before {
  font-size: 1.2em;
}

#header > button {
    display: block;
    width: 50vw;
    height: 2.5em;
    margin-right: auto;
    margin-left: 10px;
}

.contract_radio:checked:after {
  top: 0px;
}

}