﻿


/* The Modal (background) */
.modalNovaCheck {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: -75px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.95);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
     z-index: 0; 
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 3px solid #343a40b0;
    width: 100%;
    text-align: center;
    display: flex;
}




/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 1em;
}

.marketplace {
    float: right;
    font-size: 1.5em;
    font-family: inherit;
    font-weight: bold;
    /* margin-top: 1em; */
    margin-bottom: 9em;
    background-color: var(--MainThemeColor);
    width: 15em;
    height: 2em;
    border-radius: inherit;
    margin: auto;
 
}
.marketplace2 {
   
    font-size: inherit;
    font-family: inherit;
    font-weight: bold;
    /* margin-top: 1em; */
    margin-bottom: 9em;
    background-color: var(--MainThemeColor);
   
    height: 2em;
    border-radius: inherit;
    margin: auto;
}

a .marketplace {
    color: white;
}
.goToMarketplace a{
    color: white;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*============MARKETPLACE OVERRIDES==================*/
.navbar {
    position: inherit;
    height: 100px;
    /*height: 14em;
    background: var(--MainThemeColor);*/
}

#topHdr a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    background-color: transparent;
}

#loginContainerBH {
    background: #e9ecefab;
    border-radius: 20px 20px 20px 20px;
    margin: auto auto;
    overflow: hidden;
    padding: 1em;
    width: 35vw;
    position: initial;
    top: -7em;
    left: 0;
    right: 0;
    /* z-index: 1000; */
    text-align: center;
    font-size: 1em;
    border-bottom: 7px solid var(--MainThemeColor);
    /* border-right: 7px solid var(--MainThemeAccentColor); */
    box-shadow: 0px 0px 8px grey;
    /* border: 1px solid white; */
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 15rem;
}


.login-container, .recovery-section, .welcomeContainer, .register {
    max-width: inherit;
    margin: auto;
    /* height: 327px; */
    /* margin-top: calc(50vh - (210px + 5rem)); */
    margin-top: 3em;
    height: inherit;
}

.fixed-top {
    box-shadow: 0px 0px 8px grey;
    padding-left: 17px;
    padding-bottom: 2px;
    width: 100%;
    border-bottom: 5px solid var(--MainThemeAccentColor);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    z-index: 50;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 25em;
    margin: auto;
}

.disclaimer {
    border: 1px dotted grey;
    font-size: 75%;
    line-height: 1.2;
    padding: 10px;
    width: 94%;
    /* float: left; */
    margin-top: 1em;
}

.login-input-control i {
    position: relative;
    font-size: 1rem;
    color: var(--secondary-color);
    left: 56%;
    bottom: 25px;
}

.btn-primary:hover {
    box-shadow: 0px 0px 10px grey;
    background-color: rgba(0, 0, 0, 0.1);
}
.btn-primary:hover > div {
    background-color: rgba(0, 0, 0, 0.1);
}
.imgLogo {
    max-width: 19em;
    margin: 0.05vh .2vw 0;
}

svg {
    width: 70px;
    height: 70px;
}

    svg:hover {
        fill: red;
    }



/*=================MEDIA QUERIES-================*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #IndexContainer {
        width: 100%;
        margin-top: 2em;
    }
    nav.navbar {
        position: absolute !important;
        top: 124px !important;
    }

    #topHdr {
        height: 8em;
    }
    #phoneNbr {
        display: none;
    }
    .icon-bar {
        display: none;
    }

    .custLogo img {
        width: 23em;
    }

    #contactUs {
        text-align: center;
        width: 100px;
        color: white;
        border-left: none;
        border-right: 1px solid whitesmoke;
        display: inline-block;
        float: right;
        font-family: open sans,sans-serif;
        font-size: 15px;
        margin-top: 8px;
        line-height: 24px;
    }
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 3px solid #343a40b0;
        width: 97%;
        text-align: center;
    }
    .marketplace {
        
        width: 13em;
        
    }
    }

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* STYLES GO HERE */
}

/* Smartphones (portrait) ----------- */
@media (max-width : 500px) {
    /* STYLES GO HERE */
    #loginContainerBH {
        background: rgba(255,255,255,0.9);
        border-radius: 20px 20px 20px 20px;
        margin: auto auto;
        overflow: hidden;
        padding: 1em;
        width: 95%;
        position: initial;
        top: -7em;
        left: 0;
        right: 0;
        /* z-index: 1000; */
        text-align: center;
        font-size: 1em;
        border-bottom: none;
        /* border-right: 7px solid var(--MainThemeAccentColor); */
        box-shadow: none;
        /* border: 1px solid white; */
        text-align: center;
    }

    .menu {
       
        box-shadow: none;
        
    }

    .welcomeLetsGetStarted {
        font-size: 21px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #loginContainerBH {
        width: 50%;
    }
    .welcomeLetsGetStarted {
       display: none;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* STYLES GO HERE */
    #loginContainerBH {
        width: 50%;
    }
    .welcomeLetsGetStarted {
        display: none;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* STYLES GO HERE */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* STYLES GO HERE */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* STYLES GO HERE */
}

/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    /* STYLES GO HERE */
}

/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    /* STYLES GO HERE */
}

/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
    /* STYLES GO HERE */
}


