﻿:root {
    --darkest-grey: #343E46;
    --massage-green: #B8D149;
    --dark-grey: #586A77;
    --dark-grey-30: rgba(88, 106, 119, 0.3);
    --darkest-grey-85: rgba(52, 62, 70, 0.85);
    --darkest-grey-80: rgba(52, 62, 70, 0.8);
    --light-grey: #E6E5E5;
    --light-grey-50: rgba(230,229,229,0.5);
    --dark-grey-20: rgba(88,106,119,0.2);
    --mid-tone-grey: #798893;
    --massage-green-20: rgba(184, 209, 73, 0.2);
}

.modal-content {
    border-radius: 50px 0px 50px 0px !important;
}

.modal-dialog {
    margin-top: 4%;
    width: 55%;
    max-width: 95%;
}

.modal-dialog.modal-lg.layoutModal {
    width: 55%;
}

.modal-body {
    padding: 80px;
}

.modal-body #loginSubmitBtn:hover {
    color: white!important;
}

.modal-body img.modal-logo {
    max-width: 200px;
    width: 100%;
    margin-bottom: 30px;
}

.modal-body .green-close {
    position: absolute;
    top: -25px;
    right: -25px;
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: none;
    background: #B8D149 !important;
    transition: all .5s ease;
}

.close {
    float: right;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.modal-body .green-close i {
    color: #343E46;
    transition: all .5s ease;
}

.modal-body label {
    font-size: 18px;
    font-weight: bold;
}

.modal-body label span.required,
.modal-body label .greenStar{
    color: #B8D149;
}

.modal-body input[type="email"],
.modal-body input[type="password"],
.modal-body input[type="text"] {
    border-radius: 5px;
    min-height: 65px;
    background: rgba(230,229,229,0.5);
    border: none;
    padding: 0px 20px;
}

.modal-body a.input-group-addon {
    background: #343E46;
    color: white;
    width: 65px;
    border-radius: 0px 5px 5px 0px;
}

.modal-body a.input-group-addon i {
    font-size: 25px;
}

.modal-body .password-field {
    width: 100%;
}

.modal-body .extrasWrapper p {
    margin-bottom: 15px;
}

.modal-body .extrasWrapper p a {
    font-size: 18px;
    font-family: "proxima-nova", sans-serif!important;
    font-weight: bold;
    color: #343E46 !important;
}

.modal-body #continueAsGuestLink {
    padding-top: 15px;
    border-top: 2px solid #B8D149;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: bold;
    color: #586A77 !important;
    display: flex;
    align-items: center;
}

.modal-body #continueAsGuestLink i {
    color: #B8D149;
    margin-left: 14px;
}

.modal-body .mb-0 {
    margin-bottom: 0px;
}

.modal-body .green-close:hover {
    opacity: 1;
    background: #343E46!important;
}

.modal-body .green-close:hover i {
    color: white!important;
}

.modal-body .align-right {
    text-align: right;
}

.modal-body .back-to-login p a {
    font-size: 18px;
    font-family: "proxima-nova", sans-serif!important;
    font-weight: bold;
    color: #586A77 !important;
    display: flex !important;
    align-items: center;
}

.modal-body .back-to-login p a i {
    color: #B8D149;
    margin-right: 14px;
}

.modal-body #requestPwdLinkBtn,
.createWrapper .callout-button,
.guest-buttons .callout-button,
.createAccountForm .callout-button {
    margin-bottom: 0px !important;
    margin: unset;
    margin-left: auto;
    padding: 0px 20px;
    width: fit-content;
    text-align: center;
    font-size: 17px !important;
    font-weight: bold !important;
    color: #343E46 !important;
    text-transform: none;
    border-radius: 10px;
    box-shadow: none;
    height: 50px;
    margin-bottom: 25px;
    font-family: "proxima-nova", sans-serif !important;
}

.guest-buttons .callout-button-secondary,
.guest-buttons .callout-button {
    margin-left: unset;
}

.guest-buttons .callout-button-secondary {
    color: white !important;
}

.modal-body #requestPwdLinkBtn:hover,
.createWrapper .callout-button:hover,
.guest-buttons .callout-button:hover {
    color: white !important;
}

.guest-buttons .callout-button-secondary:hover {
    color: #343E46 !important;
    background: #bbd346 !important;
}

.modal-body .back-to-login p {
    margin-bottom: 0px;
}

.modal-body .align-bottom {
    display: flex;
    clear: both;
    align-items: end;
}

.resend-btn {
    margin-bottom: 25px !important;
    margin: unset;
    margin-left: auto;
    padding: 10px;
    width: fit-content;
    text-align: center;
    font-size: 15px !important;
    font-weight: bold !important;
    color: #343E46 !important;
    text-transform: none;
    border-radius: 10px;
    box-shadow: none;
    height: unset;
    font-family: "proxima-nova", sans-serif !important;
    transition: all .5s ease;
}


.resend-btn:hover {
    color: white !important;
    background: #4c6170;
}

.modal-body .section-title {
    margin-top: 0px;
    font-size: 28px;
    font-weight: 900;
    font-family: "proxima-nova", sans-serif !important;
    margin-bottom: 25px;
    color: #343E46;
}

.modal-body p {
    margin-bottom: 20px!important;
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .modal-dialog.modal-lg.layoutModal, .modal-dialog {
        width: 75%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .modal-dialog.modal-lg.layoutModal, .modal-dialog {
        width: 85%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal-dialog {
        width: 90%;
    }

    .modal-dialog.modal-lg.layoutModal {
        width: 90%;
    }

    .modal-dialog .col-md-12 {
        float: none;
        clear: both;
    }

    .modal-body {
        padding: 60px 40px;
    }

    .login-wrapper,
    .reset-password-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .modal-dialog {
        width: 90%;
        margin: auto;
        margin-top: 40px;
    }

    .modal-dialog.modal-lg.layoutModal {
        width: 90%;
    }

    .modal-dialog .col-md-12 {
        float: none;
        clear: both;
    }

    .modal-body {
        padding: 60px 40px;
    }

    .login-wrapper,
    .reset-password-wrapper {
        max-width: 100%;
    }

    .modal-body .align-bottom {
        display: flex;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .back-to-login {
        margin-top: 20px;
    }

    .modal-body .col-sm-6,
    .modal-body .col-sm-12 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .guest-buttons {
        justify-content: flex-start;
        margin-top: 30px;
    }

    .modal-body #requestPwdLinkBtn, 
    .createWrapper .callout-button, 
    .guest-buttons .callout-button, 
    .createAccountForm .callout-button {
        margin-left: unset;
    }
}

@media (max-width: 450px) {
    .modal-body .extrasWrapper p {
        display: block;
    }

    .modal-body .extrasWrapper p a {
        display: block;
    }

    .modal-body .extrasWrapper p a#createAccLink {
        margin-top: 10px;
    }

    .extrasWrapper p {
        margin-bottom: 0px;
    }
}


/********************************/
/* Error Popup - bootbox */
/********************************/

/*.bootbox.modal.fade.bootbox-alert.in {
    background: rgba(0, 0, 0, 0.5);
}

.bootbox .modal-body {
    padding: 10px;
}

.bootbox .modal-dialog {
    margin-top: 5%;
}

.bootbox .bootbox-body {
    padding: 40px 40px 20px;
}

.bootbox .bootbox-accept {
    padding: 0px 20px;
    width: fit-content;
    text-align: center;
    font-size: 17px !important;
    font-weight: bold !important;
    color: #343E46 !important;
    text-transform: none;
    border-radius: 10px;
    box-shadow: none;
    height: 50px;
    margin-bottom: 25px;
    font-family: "proxima-nova", sans-serif !important;
    transition: all .5s ease;
    margin-bottom: 0px;
}

.bootbox .bootbox-accept:hover {
    color: white !important;
    background: #4c6170!important;
    text-decoration: none!important;
}

.bootbox .bootbox-close-button {
    position: absolute;
    top: -25px;
    right: -25px;
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: none;
    background: #B8D149 !important;
    transition: all .5s ease;
    margin-right: 0px !important;
    color: #343E46;
    transition: all .5s ease;
}

.bootbox .bootbox-close-button:hover {
    opacity: 1;
    background: #343E46 !important;
    color: white !important;
}
*/
