/*
    style.css
    December 19, 2018
    Caleb Hess
 */

:root {
    --orange: #ce5226;
    --bg-orange: #ce5226;
    --red: #bb2929;
    --bg-red: #d44;
    --green: #3c6;
    --bg-green: #4d7;
    --blue: #69f;
    --bg-blue: #2BAAE1;
}

body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
}

body.locked-scroll {
    overflow-y: hidden;
}
a.signup:link {
    color: #2BAAE1;
    font-weight: 500;
}
a.signup:hover {
    color: #DE5226;
    font-weight: 500;
}

.test-user-tag {
    display: inline-block;
    margin: 20px;
    padding: 6px 23px;
    font-size: 0.9em;
    color: #fff;
    background-color: #f44;
    border-radius: 25px;
}

.test-user-info {
    margin: 0px 20px 20px 20px;
    padding: 12px;
    font-size: 1.1em;
    font-weight: 700;
    background-color: #eee;
    border-radius: 5px;
}

#profile, input, select {
    font-family: 'raleway', sans-serif;
}

.fi-info {

    color: #6c6c6c;
    font-size: 14pt;

}

input:focus, select:focus {
    outline: 0;
}

input[type="text"], input[type="email"], input[type="password"] {
    height: 30px;
    padding: 5px 7px;
    font-size: 0.9em;
    background-color: #eee;
    border: solid 1px #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
}

select {
    height: 30px;
    margin-bottom: 0px;
    font-size: 0.9em;
    background-color: #eee;
    border-radius: 4px;
}

[onclick] {
    cursor: pointer;
}

x {
    display: none !important;
}

/* hide until after signup */
#profile-section-family,
#profile-section-agapao-sponsorship,
#profile-section-sponsorship-history,
#profile-section-paypal,
#profile-final-actions {
    display: none;
}

/* ---------------------------------------------------------------------- */
#profile {
    width: calc(100% - 40px);
    line-height: normal;
    margin: 20px;
    font-weight: 400;
    letter-spacing: normal;
    border: solid 1px #aaa;
    background-color: #fff;
}

#profile-title {
    padding: 20px 20px 0px 20px;
    font-size: 1.7em;
    font-weight: 700;
}

#vgr-customer-id {
    display: none;
    padding: 7px 0px 0px 20px;
    font-size: 0.9em;
    font-family: 'Helvetica';
}

.required-tag {
    padding: 7px 0px 0px 20px;
    font-size: 0.9em;
    color: var(--orange);
}

.profile-continue {
    display: none;
    margin: 15px 20px;
    padding: 20px;
    background-color: #eee;
    border-radius: 5px;
}

.profile-continue-link {
    display: block;
    margin-top: 15px;
    color: #2baae1 !important;
}

@media screen and (min-width: 800px) {
    .profile-continue-link {
        float: right;
        display: inline-block;
        margin-top: 0px;
    }
}

.profile-section, .additional-info-section {
    padding: 20px;
}

.profile-section-family {
    background-color: #fff6ee;
}

.profile-section-agapao {
    margin: 30px 0px 10px 0px;
    background-color: #edf7ff;
}

.profile-section-title {
    font-size: 1.1em;
    font-weight: 700;
}

.profile-section-title.diabled-profile-section-title {
    opacity: 0.5;
}

.profile-section-contents {
    padding: 10px 0px 0px 0px;
}

.profile-section-info {
    line-height: 20px;
    font-size: 0.9em;
    font-weight: 300;
    color: #444;
}

.profile-checkbox-label {
    display: block;
    font-size: 1em;
}

.profile-checkbox-label.disabled-checkbox-label {
    opacity: 0.5;
}

.profile-half-input-holder {
    width: 100%;
    padding-top: 10px;
}

.profile-half-input {
    width: 100%;
}

.profile-checkbox-warning-hint {
    vertical-align: middle;
    font-size: 0.9em;
    color: var(--orange);
}

.profile-email-verified-holder {
    padding-top: 20px;
}

.verifiedtext {
    color: #63ad7c;
}

.verifiedtext .fi-checkbox {
    margin-right: 5px;
}

.alerttext {
    color: #d67474;
}

.alerttext .fi-alert {
    margin-right: 5px;
}

.alertbutton {
    padding: 9px 8px;
    color: #fff;
    background-color: #2ea6dd;
}

.alertbutton:hover {
    background-color: #787878
}

#profile-email-verification-results {
    padding-top: 10px;
}

#profile-email-verification-results:empty {
    padding: 0px;
}

@media screen and (min-width: 440px) {
    #profile {
        width: 400px;
        margin: 20px calc(50% - 200px);
    }
}

@media screen and (min-width: 640px) {
    #profile {
        width: 600px;
        margin: 20px calc(50% - 300px);
    }
}

@media screen and (min-width: 1000px) {
    #profile {
        width: calc(100% - 60px);
        margin: 30px;
    }
    
    #profile-title {
        padding: 30px 30px 0px 30px;
        font-size: 1.8em;
    }

    #vgr-customer-id {
        padding: 7px 0px 0px 30px;
    }

    .required-tag {
        padding: 7px 0px 0px 30px;
    }

    .profile-continue {
        margin: 30px;
        padding: 30px;
    }
    
    .profile-slice {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    
    .profile-section {
        padding: 24px 30px;
    }
    
    .profile-section-family {
        margin: 20px 20px 20px 20px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    
    .profile-section-agapao {
        margin: 40px 0px;
    }
    
    .profile-left {
        width: 40%;
    }
    
    .profile-right {
        width: 60%;
    }
    
    .profile-notifications-left {
        width: 43%;
    }
    
    .profile-notifications-right {
        width: 57%;
    }
    
    .profile-half-input-holder {
        width: calc(50% - 20px);
        padding: 10px 20px 0px 0px;
    }
}

@media screen and (min-width: 1160px) {
    #profile {
        width: 1100px;
        margin: 30px calc(50% - 550px);
    }
}

/* ---------------------------------------------------------------------- */
.horizontal-entry {
    padding: 10px 0px 4px 0px;
}

.horizontal-entry-left {
    width: 100%;
}

.horizontal-entry-right {
    width: 100%;
}

.horizontal-entry-icon {
    width: 12px;
    line-height: 30px;
    color: var(--orange);
}

.horizontal-entry-text {
    height: 30px;
    line-height: 30px;
    font-size: 0.8em;
}

.horizontal-entry-input {
    width: 100%;
}

.horizontal-entry-select {
    width: 100%;
    margin-bottom: 0px;
    font-family: "verdana";
}

.horizontal-entry-select-dob {
    width: calc(35% - 8px);
    margin-right: 8px;
}

.horizontal-entry-select-dob:last-child {
    width: 30%;
    margin-right: 0px;
}

.hozizontal-entry-warning-hint {
    margin: 5px 0px 0px 12px;
    font-size: 0.8em;
    color: var(--orange);
}

@media screen and (min-width: 1000px) {
    .horizontal-entry {
        padding: 4px 0px 4px 0px;
    }
    
    .horizontal-entry-left {
        width: 35%;
    }
    
    .horizontal-entry-right {
        width: 65%;
    }
    
    .horizontal-entry-text {
        padding-top: 0px;
        font-size: 1em;
    }
    
    .hozizontal-entry-warning-hint {
        margin-left: calc(35% + 5px);
    }
}

/* ---------------------------------------------------------------------- */
.profile-actions {
    padding: 00px 20px 20px 30px;
}

.profile-action {
    margin: 14px 0px 0px 0px;
    padding: 12px 24px;
    text-align: center;
    color: #fff;
}

.profile-action-blue {
   display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    padding: 9px 14px;
    background-color: #2ea6dd;
    font-size: 12pt;
    font-weight: 500;
    color: #fff;
    min-width: 150px;
    text-align: center;
}

.profile-action-simple {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 20px;
    padding: 9px 14px;
    background-color: #787878;
    font-size: 12pt;
    font-weight: 500;
    color: #fff;
    min-width: 150px;
    text-align: center;
}
.profile-action-simple:hover {
    background-color: #2ea6dd;
    color: #fff;
}
.profile-action-blue:hover {
    background-color: #787878;
}

.profile-action-red {
   display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    padding: 9px 8px;
    background-color: #d2d2d2;
    font-size: 12pt;
    font-weight: 500;
    color: #fff;
    width: 150px;
    text-align: center;
}


.profile-action-red:hover {
    background-color: #a4a4a4;
    
}



}


 




@media screen and (min-width: 400px) {
    .profile-action {
        display: inline-block;
        margin: 0px 14px 0px 0px;
        padding: 7px 24px;
    }
}

/* ---------------------------------------------------------------------- */
#profile-family-members {
    margin-top: 15px;
}

.profile-family-member {
    height: 30px;
    line-height: 30px;
    margin-top: 7px;
}

.profile-family-member-name {
    width: calc(100% - 90px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.profile-family-member-action {
    float: right;
    height: 28px;
    line-height: 28px;
    margin-top: 1px;
    padding: 0px 12px;
    color: var(--bg-red);
    border-radius: 5px;
    font-size: 10pt;
}

.profile-section-actions {
    margin-top: 20px;
    text-align: center;
}

.profile-section-action {
    display: inline-block;
    width: 70%;
    margin-top: 10px;
    padding: 7px 0px;
    color: var(--bg-blue);
    border-radius: 5px;
}

.profile-section-action-right {
    float: right;
}

@media screen and (min-width: 400px) {
    .profile-section-actions {
        text-align: left;
    }
    
    .profile-section-action {
        width: auto;
        margin-right: 15px;
        padding: 7px 0px;
    }
}

/* ---------------------------------------------------------------------- */
#popup-add-family {
    width: 280px;
    top: 30vh;
    left: calc(50% - 170px);
    padding: 40px;
    text-align: center;
    color: #fff;
    background-color: #3f3f3f;
    border-radius: 7px;
}

.popup-add-family-description {
    line-height: 21px;
}

.popup-add-family-input-holder {
    margin-top: 22px;
}

.popup-add-family-actions {
    margin-top: 30px;
    text-align: center;
}

.popup-add-family-action {
    display: inline-block;
    width: 80%;
    padding: 10px 0px;
    background-color: var(--blue);
    border-radius: 4px;
}

/* ---------------------------------------------------------------------- */
.profile-agapao-boot-items {
}

.profile-agapao-boot-screenshot {
    width: 120px;
    height: 180px;
    margin: 24px calc(50% - 60px) 0px calc(50% - 60px);
    background-color: #222;
    background-position: center;
    background-size: cover;
}

.profile-agapao-custom-salutation-dropdown-holder {
    max-width: 300px;
    margin-top: 10px;
}

.profile-agapao-custom-name-inline-dropdown-holder {
    display: inline-block;
}

.profile-agapao-custom-name-inline-dropdown-holder select {
    height: 28px;
    padding: 2px 30px 2px 7px;
    font-size: 1em;
    color: #000;
    background-color: #fff;
    border-color: #e1e1e1;
}

.profile-agapao-full-name-dropdown {
    display: inline-block;
}

.profile-agapao-custom-phrase {
    margin: 24px 0px 0px 0px;
    padding: 15px 20px;
    background-color: #fcfcfc;
    border: solid 1px #eaeaea;
    border-radius: 5px;
}

.profile-agapao-custom-phrase-title {
    padding-bottom: 10px;
    font-size: 1.2em;
    font-weight: 700;
}

.profile-agapao-custom-phrase-subtitle {
    margin-top: 10px;
    font-weight: 500;
}

.profile-agapao-custom-phrase-subtitle-margin {
    margin-top: 20px;
}

.profile-agapao-radios {
    margin-top: 17px;
}

.profile-agapao-radio {
    display: block;
    font-size: 1em;
}

.profile-agapao-radio-tooltip {
    display: inline-block;
    margin-left: 7px;
}

.profile-agapao-custom-phrase-input-holder {
    max-width: 300px;
    margin: 8px 0px 0px 0px;
}

.profile-agapao-custom-phrase-input {
    width: calc(100% - 15px);
}

#profile-custom-name-result {
    margin: 15px 0px 0px 30px;
    color: #ec5757;
}

#profile-may-not-receive-photos {
    margin: 15px 0px 0px 15px;
    font-style: italic;
}

#profile-may-not-receive-photos a {
    color: #ce5226;
}

@media screen and (min-width: 1000px) {
    .profile-agapao-boot-screenshot {
        display: inline-block;
        vertical-align: top;
        width: 140px;
        height: 200px;
        margin: 30px 30px 30px 0px;
    }
    
    .profile-agapao-custom-phrase {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 300px);
        margin: 30px;
    }
}

/* ---------------------------------------------------------------------- */
#profile-section-sponsorship-history {
    display: none;
    padding-top: 70px;
}

#profile-agapao-history {

}

.profile-agapao-history-item {
    margin: 24px 20px 0px 0px;
    text-align: center;
    color: #777;
}

.profile-agapao-history-item-title {
    font-size: 0.9em;
}

.profile-agapao-history-item-thumbnail {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 0.8em;
    font-weight: 300;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.profile-agapao-history-item-empty {
    width: 100px;
    height: 100px;
    margin: 24px 20px 0px 0px;
    border: dashed 3px #d6d6d6;
    background-color: #f5f5f5;
}

.profile-agapao-history-circle {
    border-radius: 50px;
}

@media screen and (min-width: 1000px) {
    
}

/* ---------------------------------------------------------------------- */
#agapao_photos_section {
    padding-top: 70px;
}

#agapao-photos-link-holder {
    padding-top: 5px;
}

/* ---------------------------------------------------------------------- */
#profile-section-paypal {
    display: none;
}

.paypal-subscription-area {
    padding-top: 70px;
}

.paypal-unsubscribe-button {
    display: inline-block;
    margin-top: 5px;
    padding: 4px 9px;
    background-color: #ddd;
    border-radius: 4px;
}

/* ---------------------------------------------------------------------- */
#profile-results {
    padding: 0px 24px 24px ;
    color: #d94917;
}

.profile-results-error {
    color: var(--red);
}

@media screen and (max-width: 800px) {
  .profile-action-red {
    width: 40%;
    margin-right: 10%;
  }
}

@media screen and (max-width: 800px) {
    .profile-action-blue {
        width: 40%;
        margin-left: 10%;
    }
    .profile-actions {
        padding: 20px 0px 0px 0px;
    }
}