﻿/* 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. */

/* Sticky footer styles
-------------------------------------------------- */
html
{
    position: relative;
    min-height: 100%;
}

body
{
    margin-bottom: 60px;
    background-color: #EEF2F4;
    min-width: 770px;
    position: unset !important;
}

.container
{
    min-width: 770px;
}

.footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    min-height: 60px;
    text-align: center;
}

/* Table styles
-------------------------------------------------- */
td .check-box
{
    margin-left: 20px;
}

/* Admin Page
-------------------------------------------------- */
header
{
    width: 100%;
    min-height: 50px;
    background-image: url('../images/Header Background.jpg');
    background-repeat: repeat;
    background-position: top;
}

#header-text
{
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 25px;
}

    #header-text:hover
    {
        color: #fff;
    }

.main-body
{
    width: 100%;
    min-width: 700px;
    border: 1px solid #969696;
    border-radius: 5px;
    min-height: 500px;
    margin-top: 20px;
    margin-bottom: 5px;
    background-color: #fff;
    padding: 20px;
}

.search-outer-container
{
    width: 100%;
    height: 90px;
    border: 1px solid #969696;
    border-radius: 5px;
    margin: 20px 0;
    background-color: #F7F8FA;
    text-align: center;
}

.search-inner-container
{
    width: 70%;
    border: 1px solid #969696;
    border-radius: 5px;
    margin: 25px 0 25px 25px;
    background-color: #fff;
    float: left;
}

.search-box
{
    width: 97%;
    border: none;
    padding: 7px;
    display: inline;
    outline: none;
}

.search-btn
{
    border: none;
    display: inline;
    cursor: pointer;
    margin-right: 7px;
}

.search-hover
{
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.search-type-container
{
    width: 23%;
    margin: 25px 20px 25px 10px;
}

.search-type-btn {
    background: white;
    color: black;
    border: 1px solid #969696;
    border-radius: 5px !important;
    padding: 7px;
    /*text-align: left;*/
}
.count-box
{
    width: 22%;
    display: inline-block;
    border: 1px solid #969696;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    cursor: default;
    background-image: url('../images/Information Background Dark.jpg');
    background-repeat: no-repeat;
    background-position: center right;
}

    .count-box p
    {
        font-size: 40px;
        margin: 0;
    }

.count-box-margin
{
    margin-right: 4%;
}

.hide-actions
{
    position: relative;
}

    .hide-actions .actions
    {
        visibility: hidden;
    }

    .hide-actions:hover .actions,
    .hide-actions:hover .hide-actions:hover .actions
    {
        visibility: visible;
        cursor: pointer;
    }

.email-tags
{
    display: inline-block;
    padding: 0 5px;
    border-radius: 2px;
    margin-right: 10px;
    font-size: 10pt;
    font-weight: 600;
}

.email-status-green
{
    border: 1px solid #33cc33;
    background-color: #d6f5d6;
    color: #1f7a1f;
}

.email-status-yellow
{
    border: 1px solid #b36b00;
    background-color: #ffebcc;
    color: #995c00;
}

.email-status-red
{
    border: 1px solid #ff0000;
    background-color: #ffcccc;
    color: #990000;
}

.email-status-blue
{
    border: 1px solid #0066ff;
    background-color: #cce0ff;
    color: #003d99;
}

/* Sign In Page
-------------------------------------------------- */
.custom-bkg-img-wrapper
{
    width: 100%;
    min-width: 770px;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    z-index: -1;
}

.custom-bkg-img
{
    background-image: url('../images/Mercury Background Full.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: -1;
}

.sign-in-img-position
{
    top: 0;
}

#color-bar
{
    align-items: center;
    width: 100%;
    margin: 0px auto;
    border-radius: 5px 5px 0 0;
    background-color: #319ACF;
    height: 10px;
    margin-bottom: -10px;
    position: sticky;
    background-image: url('../images/Header Background.jpg');
    background-position: center;
}

.sign-in-container
{
    width: 30%;
    margin: 50px auto 0 auto;
}

@media (min-width: 768px)
{
    sign-in-container
    {
        font-size: 40px;
    }
}

.sign-in-header-container
{
    text-align: center;
    margin-bottom: 30px;
}

.sign-in-header
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .sign-in-header .title
    {
        text-align: center;
        font-size: 33pt;
        font-weight: 700;
        margin: 0;
        height: 52px;
    }

    .sign-in-header .sub-title
    {
        text-align: center;
        font-size: 13pt;
        margin: 0;
    }

.sign-in-body-container
{
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
}

.sign-in-box
{
    width: 100%;
    border: 1px solid #969696;
    border-radius: 5px;
    text-align: left;
    padding: 45px 40px;
    box-shadow: 2px 2px 5px #b3b3b3;
}

    .sign-in-box h2
    {
        padding: 0 0 15px 0;
    }

    .sign-in-box label
    {
        font-weight: 700;
    }

    .sign-in-box .credentials
    {
        border-radius: 3px;
    }

    .sign-in-box input
    {
        width: 100%;
    }

.sign-in-footer
{
    text-align: center;
    font-size: 8pt;
    padding: 0 5px;
}

    .sign-in-footer p
    {
        margin-bottom: 30px;
    }

/* Unsubscribe Page
-------------------------------------------------- */
.unsubscribe-container
{
    width: 42%;
    margin: 50px auto 0 auto;
}

.unsubscribe-header-container
{
    text-align: center;
    margin-bottom: 30px;
}

.unsubscribe-header
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.unsubscribe-body-container
{
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
}

.unsubscribe-box
{
    width: 100%;
    border: 1px solid #969696;
    border-radius: 5px;
    text-align: left;
    padding: 45px 40px;
    box-shadow: 2px 2px 5px #b3b3b3;
}

    .unsubscribe-box p, .unsubscribe-box label
    {
        margin: 10px 0 0 0;
    }

.unsubscribe-footer
{
    display: block;
    margin: auto;
}

.unsubscribe-option-checked
{
    background-color: #eaf5fa;
}

.unsubscribe-option-unchecked
{
    background-color: #f2f2f2;
}

#unsubscribe-selection div div
{
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: 600;
}

#unsubscribe-selection div:hover
{
    cursor: pointer;
}

.unsubscribe-checkbox
{
    display: inline;
    margin: 20px;
}

/* EmailLookup 
-------------------------------------------------- */

.row.display-inline-block > [class*='col'] {
    display: inline-block;
    float: none;
}

.emaillookup-container {
    width: 100%;
    margin: 50px auto 0 auto;
}

.emaillookup-header-container {
    text-align: center;
    margin-bottom: 30px;
}

.emaillookup-header {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.emaillookup-body-container {
    text-align: center;
    background-color: #fff;
    padding: 0;
    height: 100%;
    width: 50%;
    margin: auto;
    margin-bottom: 30px;
    min-height: 460px;
}

.emaillookup-box {
    width: 100%;
    border: 1px solid #969696;
    border-radius: 5px;
    text-align: left;
    padding: 45px 40px;
    box-shadow: 2px 2px 5px #b3b3b3;
    min-height: 460px;
}

.emaillookup-box p, .emaillookup-box label {
    margin: 10px 0 0 0;
}

.emaillookup-process {
    margin: 20px 0 0 0;
    text-align: center;
}

.emaillookup-footer {
    display: block;
    margin: auto;
}

.complete-button {
    padding-top: 70px;
}

#emailLookup {
    /*display: none;*/
}

#emailProcessing {
    display: none;
}

#processingComplete {
    display: none;
}

/* Buttons 
-------------------------------------------------- */
.btn-custom-small {
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
    padding: 1px;
    text-align: center;
    width: 90px;
    font-size: 9pt;
}

    .btn-custom-small div:hover
    {
        cursor: pointer;
    }

.btn-custom-blue
{
    border: 1px solid #319ACF;
    background-color: #319ACF;
    padding: 3px 10px;
    text-align: center;
    width: 100%;
}

    .btn-custom-blue div:hover
    {
        cursor: pointer;
    }

.btn.btn-primary.btn-custom-blue[disabled],
.btn.btn-primary.btn-custom-blue:disabled
{
    border: 1px solid #319ACF;
    background-color: #319ACF;
    opacity: 1;
}

.btn-custom-white
{
    background-color: #fff;
    color: #319ACF;
    padding: 3px 10px;
    text-align: center;
}

.btn-custom-transparent
{
    color: #319ACF;
    padding: 3px 10px;
    text-align: center;
}

    .btn-custom-transparent div:hover
    {
        cursor: pointer;
    }

/* Modals 
-------------------------------------------------- */
.modal-header {
    width: 100%;
    background-color: #319ACF;
    color: #fff;
    font-weight: 600;
    font-size: 20pt;
    padding: 10px 35px;
}

.modal-body-custom
{
    width: 100%;
    padding: 20px;
}

    .modal-body-custom label
    {
        font-size: 10pt;
    }

.email-detail-modal-dialog
{
    position: relative;
    background-color: #fff;
    width: 80%;
    max-width: none;
    margin: 1.75rem auto;
    pointer-events: none;
}

.email-detail-modal-content
{
    background-color: #fff;
    width: 100%;
    border: none;
}

    .email-detail-modal-content hr
    {
        margin: 5px auto;
    }

.email-detail-modal-header
{
    font-weight: 600;
    font-size: 20pt;
    padding: 10px 30px 5px 30px;
}

/* Nav Bar 
-------------------------------------------------- */
.nav-header
{
    margin: 10px 0;
}

    .nav-header a:hover
    {
        color: #fff;
        text-decoration: none;
    }

.nav-buttons
{
    margin-top: 12px;
}

    .nav-buttons a:hover
    {
        color: #fff;
        text-decoration: none;
    }

.nav-button
{
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 15pt;
    margin-left: 10px;
}

/* User Page
-------------------------------------------------- */
.user-role
{
    margin-top: 40px
}

    .user-role a
    {
        display: block;
        margin: 0 0 10px 6px;
        font-size: 8pt;
        color: lightgray;
    }

    .user-role label
    {
        margin: 0 0 0 5px;
        font-size: 12pt;
        font-weight: 500;
    }

/* Email Detail Page 
-------------------------------------------------- */
.email-detail-alert
{
    padding: 0 30px;
}

#email-detail-close:hover
{
    cursor: pointer;
}

#email-history-detail-container .wait-spinner {
    position: absolute;
    left: 40%;
    text-align: center;
}

    #email-history-detail-container .wait-spinner .wait-text {
        margin-top: 10px;
        margin-bottom: 10px
    }

/* File Verification Page
-------------------------------------------------- */
.send-verification {
    margin: -10px 0 -5px 0;
    min-width: 50px;
}

.file-container {
    width: 100%;
    min-height: 90px;
    border: 1px solid #969696;
    border-radius: 5px;
    margin: 20px 0 0 0;
    background-color: #F7F8FA;
    text-align: center;
}

.file-container .is-invalid {
    background-image: none;
}

.file-inner-container {
    width: 70%;
    border: 1px solid #969696;
    border-radius: 5px;
    margin: 25px 0 25px 25px;
    background-color: #fff;
    float: left;
}

.file-btn-container {
    width: 23%;
    margin: 25px 20px 25px 10px;
}

.file-data-container {
    margin: 20px;
}

.file-data-label {
    min-width: 125px;
}

.file-table {
    width: 100%;
    min-width: 700px;
    border: 1px solid #969696;
    border-radius: 5px;
    min-height: 500px;
    margin-top: 20px;
    margin-bottom: 5px;
    background-color: #fff;
    padding: 20px;
}

/* Bootstrap Overwrite 
-------------------------------------------------- */
.dropdown-item:hover {
    background-color: #e6e6e6;
}

.dropdown-menu
{
    min-width: 9rem;
}

.dropdown-menu-right
{
    left: 25px !important;
}

@media screen and (min-width: 500px)
{
    .sign-in-container
    {
        width: 40%;
    }

    #header-text
    {
        font-size: 15pt;
    }

    .nav-buttons > a
    {
        font-size: 10pt;
    }

    .count-box > p
    {
        font-size: 20pt;
    }

    .search-box
    {
        width: 90%;
    }

    .table > th, .table > td
    {
        font-size: 10px;
    }
}

@media screen and (min-width: 1200px)
{
    .sign-in-container
    {
        width: 32%;
    }

    #header-text
    {
        font-size: 20pt;
    }

    .nav-buttons > a
    {
        font-size: 15pt;
    }

    .count-box > p
    {
        font-size: 30pt;
    }

    .search-box
    {
        width: 95%;
    }

    .table > th, .table > td
    {
        font-size: 20px;
    }
}

@media screen and (min-width: 1500px)
{
    .sign-in-container
    {
        width: 30%;
    }
}

@media screen and (max-width: 1800px)
{
    .email-detail-modal-dialog
    {
        width: 95%;
    }
}
