﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

.membership-validation-container {
    display: none;
}

.postalcode-validation-container {
    display: none;
}

.loading-spinner {
    display: none;
}

.success-body {
    display: none;
}

.failure-body {
    display: none;
}

.btn-back-to-app {
    display: none;
}

.btn-cancel {
    display: none;
}

a .navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.header-blue {
    background-color: #0053A0;
}

.btn-group-extended {
    text-align: center;
}

.nav-header {
    height: 100px;
}

.btn-primary {
    background-color: #0053A0 !important;
    font-size: 18px !important;
}

.footer-container {
    text-align: center;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ama-only-text {
    font-family: 'Montserrat-Regular' !important;
    color: #0053A0;
    font-size: 9pt;
    margin-bottom: 10px;
    text-align: center;
}

.not-member {
    font-family: 'Montserrat-Regular' !important;
    color: #0053A0;
    font-size: 10pt;
    margin-bottom: 10px;
    text-align: center;
}

.membership-link-box {
    width: 100%;
    position: relative;
    margin: auto;
}

.footer-button-box {
    width: 100%;
    position: relative;
    margin: auto;
    padding: 20px 5%;
}

.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.validation-container-bg {
    background-color: #FF00001C;
    color: #FF0000;
    padding: 15px 8px 20px 8px;
}

.success-header {
    color: #0053A0;
    font-weight: 700;
    font-size: 20px;
}

.back-cheveron {
    height: 24px;
}

.btn-cancel {
    border: 1px solid #1b6ec2 !important;
    color: #0053A0;
}

    .btn-cancel:hover {
        border: 1px solid #1b6ec2;
        background-color: #1b6ec2;
        color: white;
    }

.validation-error {
    border: 1px solid #FF0000;
    color: #FF0000;
}

.failure-header {
    color: #FF0000;
    font-weight: 700;
    font-size: 20px;
}

.success-body, .failure-body {
    text-align: center;
}

.modal-body {
    margin-top: 20px !important;
}

.success-main-message {
    color: black;
    font-size: 14px;
    margin-top: 5px;
}

.failure-main-message {
    color: black;
    font-size: 14px;
    margin-top: 15px;
}

.success-congratulatory-text {
    color: black;
    font-size: 14px;
    margin-top: 15px;
}

.membership-validation-container {
    margin-top: 13px;
    margin-bottom: 7px;
}

.postalcode-validation-container {
    margin-top: 13px;
    margin-bottom: 7px;
}

.membership-form-header {
    font-size: 15pt;
}

.form-control {
    height: calc(2.5em + 1rem + 2px) !important;
}

input {
    font-size: 11pt !important;
}

.validation-header {
    font-weight: 700;
    font-size: 14px;
}

.modal-body {
    margin-left: 18px;
    margin-right: 18px;
}

.validation-message {
    font-size: 14px;
    margin-top: 5px;
}

.navbar-empty-header {
    height: 70px;
    font-size: 18pt;
    color: white;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.header-logo {
    top: 50%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    z-index: 1;
}

.oval-background {
    top: 40%;
    left: 50%;
    transform: translate(-50%,0);
    /*background-color: #6094C6;*/
    width: 235px;
    height: 47px;
    border-radius: 50% / 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1;
    position: absolute;
}

.oval-logo {
    top: 8%;
    left: 50%;
    transform: translate(-50%,0);
    /*background-color: whitesmoke;*/
    width: 200px;
    height: 44px;
    border-radius: 50% / 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1;
    position: absolute;
}

.black {
    color: black;
}

.body-top {
    margin-top: 50px;
    padding: 40px 5% !important;
}

.btn-back {
    display: block !important;
    color: white;
    width: 25px;
    height: 25px;
    font-size: 20px;
}

    .btn-back:hover {
        display: block !important;
        color: white;
        width: 25px;
        height: 25px;
        font-size: 20px;
    }

.back-div {
    cursor: pointer;
    float: left;
    width: 25px;
    height: 25px;
    padding: 10px 0px;
    position: absolute;
    top: 20%;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    font-family: 'Montserrat-Regular' !important;
    margin-bottom: 60px;
    font-size: 16px;
}

.footer {
    font-family: 'Montserrat-Regular' !important;
    font-size: 8pt;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 25px;
}

@media (max-width: 575.98px) {
    .nav-header {
        height: 70px !important;
    }

    .navbar-empty-header {
        height: 70px;
        font-size: 13pt;
        color: white;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .modal-header-logo {
        top: 45%;
        left: 50%;
        transform: translate(-50%,0);
        position: absolute;
        z-index: 1;
    }

    .navbar-modal-empty-header {
        height: 70px;
        font-size: 13pt;
        color: white;
    }

    img {
        height: 75px;
        margin-top: 0px;
    }

    .oval-background {
        top: 50%;
        left: 50%;
        transform: translate(-50%,0);
        /*background-color: #6094C6;*/
        width: 235px;
        height: 47px;
        border-radius: 50% / 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 1;
        position: absolute;
    }

    .oval-logo {
        top: 8%;
        left: 50%;
        transform: translate(-50%,0);
        /*background-color: whitesmoke;*/
        width: 200px;
        height: 44px;
        border-radius: 50% / 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 1;
        position: absolute;
    }
}

@media (min-width: 576px) {
    .nav-header {
        height: 70px !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .navbar-empty-header {
        height: 70px;
        font-size: 15pt;
        color: white;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .modal-header-logo {
        top: 45%;
        left: 50%;
        transform: translate(-50%,0);
        position: absolute;
        z-index: 1;
    }

    .navbar-modal-empty-header {
        height: 60px;
        font-size: 15pt;
        color: white;
    }

    img {
        height: 75px;
        margin-top: 5px;
    }

    .oval-background {
        top: 40%;
        left: 50%;
        transform: translate(-50%,0);
        /*background-color: #6094C6;*/
        width: 235px;
        height: 47px;
        border-radius: 50% / 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 1;
        position: absolute;
    }

    .oval-logo {
        top: 8%;
        left: 50%;
        transform: translate(-50%,0);
        /*background-color: whitesmoke;*/
        width: 200px;
        height: 44px;
        border-radius: 50% / 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 1;
        position: absolute;
    }
}
