@charset "UTF-8";
/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
*/
/*
    Created on : 7 Sep. 2022, 2:54:35 pm
    Author     : unusgaffoor
*/
@font-face {
  font-family: 'AdihausDIN';
  src: url('../fonts/AdihausDIN-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AdihausDIN';
  src: url('../fonts/AdihausDIN-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'AdihausDIN';
  src: url('../fonts/AdihausDIN-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
html {
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  font-family: 'AdihausDIN';
  h1 {
        font-family: 'AdiHaus DIN Bold';
  }
}
.hide {
    display: none;
}
.contactMe, #studentTypesSelection {
    border-radius: 20px;
    background-color: white;
    width: 100%;
    font-family: AdihausDIN;
}
.contactMe .label {
    font-size: 30px;
    font-weight: 700;
}
#studentTypesSelection .welcome {
    font-size: 30px;
    font-weight: 700;
}
#studentTypesSelection .welcome2, .welcome3 {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
}
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    border: none;
    background-color: white;
    font-size: 13px;
    font-weight: 600;
    font-family: 'AdihausDIN';
    color: #666666;
}
span.ui-icon.ui-icon-circle-triangle-w {
    background-position: -94px 0px;
    opacity: 0.5;
}
span.ui-icon.ui-icon-circle-triangle-e {
    background-position: -35px 0px;
    opacity: 0.5;
}
.ui-datepicker-calendar th {
    font-family: 'AdihausDIN';
    font-size: 10px;
    font-weight: 400;
    color: #AAAAAA;
}
span.ui-datepicker-month {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
}
span.ui-datepicker-year {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
}
span.ui-state-default {
    border: none !important;
    background-color: white !important;
    font-family: 'AdihausDIN' !important;
    font-size: 16px !important;
    text-align: center !important;
}
a.ui-state-default {
    border: none !important;
    background-color: white !important;
    text-align: center !important;
}
a.ui-state-default.ui-state-active {
    background-color: red !important;
    border-radius: 20px;
    text-align: center !important;
}
.thankYou {
    display: none;
    border-radius: 20px;
    background-color: white;
    width: 100%;
    font-family: AdihausDIN;    
}
button#signAnother {
    background-color: red;
    border: -22px solid red;
    color: #fff;
    padding: 15px 20px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.1rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 80%;
    border-radius: 20px;
    margin-left: unset !important;
    margin-right: unset !important;
    margin-bottom: 15px;
    border-style: none;
    cursor: pointer;
}
i.fa.fa-check-circle-o {
    font-size: 100px;
    color: red;
    margin: 20px;
}
.signupThankYou {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
}
.thankYou .info {
    margin: 20px;
}
.thankYou button {
  background-color: #3A3A3A;
  border: 20px solid #EBEBEE;
  color: #fff;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  border-radius: 0px;
  margin-left: unset !important;
  margin-right: unset !important;
  margin-bottom: 15px;
  cursor: pointer;
}
#signUpFormDiv {
    border-radius: 20px;
    background-color: white;
    width: 100%;
    font-family: AdihausDIN;
}
.stateInfo {
    display: block;
    font-family: 'AdihausDIN';
    font-weight: 200;
    margin-left: 25px;
    margin-right: 26px;    
}
@media (min-width: 600px) {
    #signUpFormDiv {
        width: 600px;
    }
}
@media (max-width: 600px) {
    #signUpFormDiv {
        width: 100%;
    }
}
#cardError {
    background-color: red;
    padding: 10px;
    border-radius: 5px;
    margin: 15px;
}
#feedback {
    position: relative;
    left: 15px;
    display: inline-block;
    background-color: transparent;
    border: 0px solid rgba(200, 200, 200, 1);
    border-radius: 4px;
    transition: all 100ms ease-out;
    padding: 11px;
}

#feedback.error {
    color: red;
    border: 1px solid;
}

#feedback.success {
    color: seagreen;
    border: 1px solid;
}

.signupHeader .addressInfo {
    display: flex;
    flex-direction: row;
}
.addressInfo i.fa.fa-map-marker.fa-stack-1x.fa-inverse {
    font-size: xxx-large;
    color: #3A3A3A;
    position: relative;
    width: 50px;
}
.addressButton {
    background-color: #3A3A3A;
    color: white;
    border-radius: 5px;
    margin: 4px;
    width: 120px;
    padding: 4px;
}
.signupHeader .addressInfo .address {
    display: flex;
    flex-direction: column;
    text-align: left;
    text-transform: uppercase;
}
.userDetails {
    margin-top: 20px;
}
.userInformation {
}
.userInformation table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.userInformation td.label {
    background-color: #f0ebeb;
    width: 35%;
    padding-left: 4px;
}
.programSelected {
    margin: 10px;
}
.paymentPlan {
    margin: 10px;
}
.paymentPlan table.programTable {
    width: 100%;
}
.paymentPlan th, .programSelected th {
    text-align: center;
}
.paymentPlan td, .programSelected  {
    text-align: center;
}
.paymentPlan .billingStartDate, 
.paymentPlan .visibleStartDate,
.paymentPlan .includeRegistrationFee,
.paymentPlan .registrationFee,
.paymentPlan .displayInfoText,
.paymentPlan .chargeTiming
{
    display: none;
}
table.programTable {
    border-spacing: 0;
    width: 100%;
}
.programTable thead {
    background-color: black;
    color: white;
}
.paymentPlan th, .programSelected th {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-spacing: 0;
}
.paymentPlan td, .programSelected td {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    padding: 6px;
    color: #524f4f;
}
.paymentPlan .programTable tr {
    cursor: pointer;
}
.paymentPlan .programTable tbody tr:hover {
    background-color: #f1e9e9;
}
.paymentPlan .programTable tbody tr.selected {
    background-color: #deb8b8;
}
.bookingClass{
    display: none;
}
.checkboxField.c_optout, .checkboxField.b_optout {
    padding-bottom: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.checkboxField.c_optout span.info {
    font-size: 14px;
    color: #666666;
}
.c_optout label, .b_optout label {
    display: flex;
}
.contactMe  #c_optout, .bookingClass #b_optout {
    width: 40px;
    height: 24px;
    margin: 0;
}  
.bookingClass #classDate, .bookingClass #classTime, .contactMe #classDate, .contactMe #classTime {
  display: none;
}
.contactMe input,
#signUpForm input {
    width: 80%;
    height: 34px;
    padding: 7px 12px;
    font-size: 20px;
    line-height: 100%;
    color: #AAAAAA;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 30px;
    font-family: 'AdihausDIN';
    font-weight: 200;
}
#signUpForm input {
    margin-bottom: 10px;
}
#signUpForm .paymentDetails input {
    width: 100%;
}
.bookingClass input.required,
.bookingClass select.required,
.contactMe input.required,
#signUpForm input.required,
.contactMe select.required,
#signUpForm select.required{
  border-color: red;
}
.bookingClass textarea#b_info,
.bookingClass textarea#c_info,
.contactMe textarea#b_info,
.contactMe textarea#c_info {
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#signUpFormDiv .buttons {
    margin-top: 40px;    
    clear: left;
}
.navButtons {
    display: flex;
    flex-direction: row;
}
.navButtons button {
    width: 50% !important;
}
.userDetails .gender.required {
    border-color: red;
    border-style: solid;
    border-width: 1px;
}
.userDetails .gender {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.userDetails .field.dob {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
}
.userDetails .field.dob input {
    width: 100% !important;
}
.userDetails .radioField {
    display: flex;
    flex-direction: column;
    margin: 10px;
}
.userDetails .radioField label {
    font-size: 20px;
    font-weight: 200;
    color: #AAAAAA;
}
.userDetails .gender .radioField input {
    width: 22px !important;
    border: 0 !important;
}
.userDetails input:disabled {
    background-color: #f0ebeb !important;
}
.paymentDetails .field {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    width: 80%;
    margin-right: auto;
}
.userDetails .field label,
.paymentDetails .field label {
    float: left;
    color: gray;    
    margin-left: 4px;
}
.paymentDetails .field input:disabled {
    background-color: #f0ebeb !important;
}
.paymentDetails #s_startDate, 
.userDetails #s_dobDate {
    float: left;
    clear: left;
}
.paymentDetails .field label {
    text-align: left;
    color: gray;
    margin-left: 4px;
}

.paymentDetails .errorDetails {
    background-color: red;
    border-radius: 5px;
    margin: 5px;
}  
.paymentDetails .card-container {
    background-color: rgb(240, 240, 240);
    margin: auto;
    width: calc(80%);

    border: none;
    border-radius: 4px;
}
.paymentDetails .form-group {
    flex: 0 0 auto;
    flex-flow: column !important;
}
.paymentDetails #checkout-form {
    position: relative;
    padding: 10px;
}

.paymentDetails #checkout-form label {
    display: block;
    min-height: 25px;

    font-size: 15px;
    font-weight: 500;
    margin: 5px 0;
    padding: 0;
    color: red;
}

.paymentDetails #card-number, #card-cvv, #card-expiry {
    background-color: #FFF;
    display: block;
    border-radius: 2px;
    border: 1px solid rgba(200, 200, 200, 1);
    padding: 14px 60px 13px 20px;
    margin: auto;
    transition: all 100ms ease-out;
}
.paymentDetails p.installmentInfo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.signature label {
    width: 100%;
    display: block;
    text-align: left;
    margin-left: 10px;
    margin-top: 4px;
}
@media (min-width: 600px) {
    .paymentDetails .signature-pad {
        left: 0;
        top: 0;
        background-color: white;
    }
}
@media (max-width: 600px) {
    .paymentDetails .signature-pad {
        left: 0;
        top: 0;
        background-color: white;
    }
    .paymentDetails .signature {
    }
}
/* card images are added to card number */
.paymentDetails #card-number {
    background-image: none;

    background-origin: content-box;
    background-position: calc(100% + 40px) center;
    background-repeat: no-repeat;
    background-size: contain;
}
.paymentDetails .signature {
    border-style: solid;
    border-width: 1px;
    border-color: #e4e1e1;
    margin: 15px;
    border-radius: 5px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;    
}
.paymentDetails .card-container.required {
    border-color: red;
    border-style: solid;
    border-width: 1px;
}
.signature button {
    padding: 2px !important;
    margin: 0 !important;
    border-width: 2px !important;
    width: 100px;
}
.signature.installment.required, .waivers .checkboxField.required {
    border-color: red;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}
.waivers {
    margin: 15px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;    
}
.waivers .checkboxField {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 10px;
}
.waivers input[type=checkbox] {
    width: 50px !important;
    border: unset !important;
    margin: unset !important;
    padding: unset !important;
    height: 18px !important;
    -webkit-box-shadow: unset !important;
    padding-top: 7px !important;
}
.bookingClass button, .contactMe button,
#studentTypesSelection .buttons button {
    background-color: red;
    border: -22px solid red;
    color: #fff;
    padding: 15px 20px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.1rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 80%;
    border-radius: 20px;
    margin-left: unset !important;
    margin-right: unset !important;
    margin-bottom: 15px;
    cursor: pointer;
    border-style: none;
}
#signUpFormDiv button {
    background-color: red;
    border: -22px solid red;
    color: #fff;
    padding: 15px 20px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.1rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 80%;
    border-radius: 20px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    border-style: none;
}
.bookingClass button:disabled,
.contactMe button:disabled,
#studentTypesSelection button:disabled,
#signUpForm button:disabled {
    border-color: #dcdada !important;
    background-color: #dcdada !important;
}
.bookingClass select, .contactMe select, 
#studentTypesSelection select,
#signUpForm select
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 80%;
    height: 42px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #AAAAAA;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'AdihausDIN';
    font-weight: 200;
}

.classSelection #daySelectedDiv {
  display: none;
}
@media (min-width: 600px) {
  .classSelection #daySelectedDiv,
  #studentTypesSelection #daySelectedDiv,
  {
    min-width: 600px;
  }
}
#daySelectedDiv {
    display: none;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
}
.trialCalendar {
    display: none;
    margin-bottom: 10px;
}
#confirmBooking {
    
}
.classSelection #daySelectedTable,
#studentTypesSelection #daySelectedTable
{
  width: 100%;
  text-align: left;
}
.classSelection #daySelectedTable thead,
#studentTypesSelection #daySelectedTable thead
{
  background-color: #d9d4d4;
}
.classSelection #daySelectedTable thead th,
#studentTypesSelection #daySelectedTable thead th
{
  padding: 4px;
}
.classSelection #daySelectedTable button, 
#studentTypesSelection #daySelectedTable button
{
background-color: #AAAAAA;
    border: 4px solid #AAAAAA;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.1rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    border-radius: 0px;
    cursor: pointer;
    max-width: 250px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-family: AdihausDIN;
    font-weight: 700;
}
.classSelection .trialCalendar #datepicker,
#studentTypesSelection .trialCalendar #datepicker
{
  display: flex;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
}
.classSelection .studentTypeChoice
{
  display: flex;
  margin-top: 40px;
  flex-direction: column;
  justify-content: center;
}
#studentTypesSelection .studentTypeChoice
{
  display: flex;
  margin-top: 40px;
  flex-direction: row;
  justify-content: center;
}
.classSelection .studentTypeChoice input[type=radio],
#studentTypesSelection input[type=radio]
{
  display: none;
}
.classSelection .studentTypeChoice label, 
#studentTypesSelection label {
    cursor: pointer;
    margin-right: 10px;
    display: block;
    background: #666666;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: white;
    width: 90px;
}
.classSelection .studentTypeChoice input[type=radio]:checked + label,
#studentTypesSelection input[type=radio]:checked + label
{
  background: #e1251b;
  color: white;
  box-shadow: 0px 0px 0px 5px #e1251b;
}
.classSelection .studentTypeChoice input[type=radio]:checked + label::after,
#studentTypesSelection input[type=radio]:checked + label::after
{
  color: #3d3f43;
  font-family: FontAwesome;
  border: 2px solid #e1251b;
  content: "";
  font-size: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}
.classSelection .studentTypeChoice input[type=radio]#control_05:checked + label,
#studentTypesSelection input[type=radio]#control_05:checked + label
{
  background: red;
  border-color: red;
}
.classSelection .studentTypeChoice p {
  font-weight: 900;
}
div#privacyPolicy {
    position: absolute;
    top: 95px;
    background-color: #f7f6f6;
    max-width: 600px;
    text-align: left;
    padding: 20px;
    border-radius: 5px;
}
/*# sourceMappingURL=calendar.css.map */
