﻿body {
}

/* color scheme for background */
.colorScheme0 {
    background-image: none;
    background-color: #f2f2f2;
    background-size: cover;
    background-repeat: no-repeat;
}


.mgBgColorDark {
    background-color: #242f34;
}

.mgHidden {
    visibility: hidden;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mgVisible {
    visibility: visible;
    display: normal;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* Login Splash */
#LoginSplash {
    /*background-color: white;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#LoginSplashLeft {
    margin-top: 2px;
    background-image: url("../beach_day.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
}

#LoginSplashRight {
    background-color: white;
    margin-top: 2px;
    min-height: 315px;
}

#LoginSplashRightContent {
    transition: all 0.5s ease;
    margin-top: 30px;
}

#LoginSplashSmallWrapper {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    width: 280px;
}

#LoginSplashSweat {
    height: 30px;
    width: 100px;
    background-image: url(../MG_sweat.PNG);
    background-size: contain;
    background-repeat: no-repeat;
}

#LoginSplashRightSignup {
    min-height: 400px;
}

.signupHeader {
    margin-top: 2px;
    margin-bottom: 16px;
}

.splashLoginBlurb {
}

#InputEmail {
    margin-bottom: 0px;
}

.formFieldWrapper {
    margin-bottom: 6px;
}

#SignupEmailWrapper {
    margin-bottom: 6px;
}

#SignupPasswordWrapper {
    margin-bottom: 6px;
}

#SignupFirstnameWrapper {
    /*width: 100px;*/
}

#SignupLastnameWrapper {
    /*width: 100px;*/
}

#SignupAddressWrapper {
    margin-bottom: 6px;
}

#SignupAddressStreetNumberWrapper {
    width: 70px;
}

#SignupAddressStreetNameWrapper {
    width: 205px;
}

#SignupAddressAddressTypeWrapper {
    width: 205px;
}

#InputAddressType {
    margin-bottom: 4px;
}

#SignupAddressAddressTypeNumberWrapper {
    width: 70px;
}

#SignupCityWrapper {
}

#SignupStateWrapper {
    width: 205px;
}

#InputState {
    margin-bottom: 4px;
}

#SignupZIPWrapper {
    width: 70px;
}

#InputZIP {
}

#CertificationCheckboxWrapper {
    margin-bottom: 24px;
}

.btn, .btn-lg {
    /* override bootstrap default */
    border-radius: 0rem;
}

.form-control {
    border-radius: 0.1rem;
}

#AreaCodeChooser {
    margin-bottom: 10px;
    width: 90px;
}

#InputDOBYear {
    width: 91px;
}

#TOSBlurb {
    margin-top: 10px;
}

.outerGlow {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(107, 196, 253, 0.75);
    -moz-box-shadow: 0px 0px 5px 5px rgba(107, 196, 253, 0.75);
    box-shadow: 0px 0px 5px 5px rgba(107, 196, 253, 0.75);
}

.noGlow {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(107, 196, 253, 0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(107, 196, 253, 0.75);
    box-shadow: 0px 0px 0px 0px rgba(107, 196, 253, 0.75);
}

/* Demo Splash */

.signupfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    /* padding: 1rem; */
    /* border-top: 1px solid #e9ecef; */
}

.signupfooterStart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /* padding: 1rem; */
    /* border-top: 1px solid #e9ecef; */
}

#AreaCodePrompt {
    padding-bottom: 0.4em;
}

#FullNamePrompt {
    padding-bottom: 0.4em;
}

.invalidFormValue {
    font-size: .7em;
    color: red;
}

ul {
    font-size: 12px;
    margin-left: -20px;
}


/* Main App */

#main {
    height: 100vh;
}

.h-95 {
    /*height: 95% !important; */
    /*height: 95vh; */
    height: calc(100% - 58px);
}

/* Header */

.headerRow {
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    height: 68px;
    padding-top: 0px;
}

.mgHeader {
    height: 54px;
    color: white;
    padding-top: 14px;
    margin-left: 22px;
}

/* not used */
#SignupChooseMethod {
    margin-top: 10px;
    margin-bottom: 10px;
}

#ChooseWeb {
    width: 135px;
    height: 70px;
    padding: 5px;
}

#ChooseWebIcon {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    /*color: lightgray;*/
}

#ChooseApp {
    width: 135px;
    height: 70px;
    padding: 5px;
}

#ChooseAppIcon {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    /*color: lightgray;*/
}

.chooseMethodDesc {
    font-size: 12px;
    width: 50px;
    margin-left: 5px;
    margin-top: 8px;
    line-height: 14px;
}

.selectedMethod {
    outline: 3px solid #007bff;
    background-color: #c4daf2;
    color: #242f34;
}

.unSelectedMethod {
    outline: 1px solid lightgray;
    background-color: #ffffff;
    color: darkgray;
}

.chooseMethodBox {
    cursor: pointer;
}

#SignupChooseMethodWrapper {
    margin-top: 5px;
}

#SignupComplete {
    height: 57px;
    padding-left: 15px;
    padding-top: 10px;
    line-height: 19px;
    background-color: lightgreen;
}

#SignupChoosePrompt {
    line-height: 21px;
    margin-bottom: 10px;
}
