/* STARPLEX PUBLIC RESPONSIVE */

@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 1fr 1fr;
    width: 100% !important;
    max-height: 200px;
    min-height: 60px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 5px 10px #9E9E9E !important;
    background-color: #FFF;
    z-index: 1000;
}

#STARplex {
    height: 25vw;
    max-height:  150px;
    width: 50w !important;
    margin-top: auto;
    margin-bottom: auto;
}

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

.SessionPage {
    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: url(https://secure.activecarrot.com/media/dynamic/static_images/1393/pattern2-join.png)  no-repeat;
    color: #FFF;
    font-size: 100%;
}

.MemberPage {
    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: url('https://secure.activecarrot.com/media/dynamic/static_images/1393/pattern1-sign (1).png') no-repeat;
    color: #FFF;
    font-size: 100%;
}

.ExistingLogin {
    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: #934d80  url(https://www.starplex.com.au/assets/img/pattern7-button.svg) 0 0 no-repeat;
    color: #FFF;
    font-size: 100%;
}

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

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


#header > button:hover {
    cursor:pointer;
    transition: ease-out 0.3s;
    transform: translate(0,-3px);
}


/* BODY & CONTENT */
body {
  height: fit-content !important;
}
body, #public_custom_content, .row {
    padding: 0px;
    /* margin: 0px; */
    /* margin-left: auto; */
    margin-right: auto;
    background: url('https://www.starplex.com.au/assets/img/water.jpg');
    background-color: #eee;
    }

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

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

}

.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: transparent;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.container.public_prospect_register > #content > #main_content.container, .container {
    display: block;
    width: 90vw;
    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;
    margin-bottom: 2.5em;
    font-size: 1.5em;
    font-weight: 700;
}

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

form#prospect_register_form > .form-group > label {
  display: none;
}

#prospect_register_form > .form-group > label.control-label, form#prospect_register_form > .person_extra > .form-group > label {
  display: none;
}

label[for=dob_day] {
  display: contents !important;
  color: #9E9E9E;
}

.form-group {
  background: #FFF;
}

#login_password {
    display: contents !important;
}

.form-control {
    border: 0px;
    border: 2px solid #ccc;
    border-radius: 0px;
    height: 3.5em;
    margin: 0.5em;
    background: #fff !important;
    color: #59595b;
    box-shadow: none !important;
}


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

.btn-primary, #check_user {
    display: grid;
    grid-area: bottom;;
    width: 50vw;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 2em;
    border-radius: 0px;
    border: 0px;
    margin-top: 0px;
    color: white;
    background: #934d80  url(https://www.starplex.com.au/assets/img/pattern7-button.svg) 0 0 no-repeat;
    font-size: 1.1em;
}

.btn-primary:hover, #check_user:hover {
    cursor:pointer;
    transition: ease-out 0.3s;
    transform: translate(0,-3px);
    background: #934d80  url(https://www.starplex.com.au/assets/img/pattern7-button.svg) 0 0 no-repeat;
}

#confirm_submit {
  position: relative;
  float: left;
}


#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;
}

.footer_contact {
    width: 100% !important;
    max-height: 100px;
    min-height: 60px;
    padding-top: 3vw;
    padding-bottom: 1vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    box-shadow: 0px 0px 10px #9E9E9E !important;
    background: #24242f;
    text-align: center;
    font-size: 1.4rem;
    position: relative;
    z-index: 4;
    color: #FFF;
}

.footer_contact a {
    color: #FFF;
}

/*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: #0f4986 !important;
    background-color: #0f4986 !important;
    font-size: 1.1em;
}

a[href*="/login?site="]:hover {
    cursor:pointer;
    background:#0f4986 !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: #0f4986;
  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);
}

.pull-right {

  width: 50vw;
  float: left !important;
}

#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body.panel-body > p:hover {
  cursor: pointer;
  color: #f2f2f2;
  background: #0f4986 !important;
  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;
    color: #202539;
    display: block;
    box-shadow: 0px 1px 10px #c7bebe !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    padding: 0px !important;
}
#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body > .row.contract_row > .col-md-9 {
  text-align: center;
}
#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body > .row.contract_row > .col-md-2 {
  position: relative;
  top: 15px;
  padding-bottom: 20px;
}

#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body > .row.contract_row > .col-md-2 > h4,
#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body > .row.contract_row > .col-md-2 > h4 small {
  color: #0f4986 !important;
  text-align: center;
  font-weight: bold;
  margin: 10px;
}

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


#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body > div > h4 {
    background: #2196F3;
}

#membership-wizard-steps > #step-1.step-content > .panel.panel-default > .panel-body > .row.contract_row {
  padding-top: 1.2em !important;
  padding-bottom: 1.2em !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;
}

#membership-wizard-steps {
  min-height: fit-content !important;
}

div#direct_debit_details h4, div#credit_card_details h4 {
    background: #003e7e;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-weight: 600;
    color: #FFF;
    text-indent: 10px;
}


/* MEMBERSHIP BUTTONS */
.btn-default {
  background: #4CAF50;
  color: #FFF;
  padding: 1.2em 3.2em !important;
}
.btn-default:hover {
  background: #3d9b40;
  color: #FFF;
}

.btn-danger:hover {
  background: #c93b37;
  color: #FFF;
}

.btn-danger, .btn-default {
  color: #FFF;
  padding: 1.2em 3.2em !important;
  border-radius: 0px;
  border: 0px;
}

/* CONFRIM MEMBERSHIP PAGE */
a#BackToLogin {
    display: block;
    padding: 1.5em;;
    border-radius: 0px;
    border: 0px;
    width: 300px;
    height: 60%;
    margin-top: auto;
    margin-bottom: auto;
    background: #934d80  url(https://www.starplex.com.au/assets/img/pattern7-button.svg) 0 0 no-repeat;
    color: #FFF;
    font-size: 1.2em;;
    text-align: center;
}

a#BackToLogin:hover {
    cursor:pointer;
    transition: ease-out 0.3s;
    transform: translate(0,-3px);
    text-decoration: none;
}



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

}

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

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

}

@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;
}


#STARplex {
  height: 15vw;
  min-height: 80px;
}
#header > button {
  display: none;
}

}