﻿.outer-email-popup-box {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.email-popup-box {
    width: 95%;
    max-width: 900px; /* Auto resize popup box for all screen use max-width*/
    max-height: 900px; /* Auto resize popup box for all screen use max-width*/
    height: 280px;
    position: fixed;
    top: 9%;
    left: 0;
    right: 0;
    bottom: 25%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    -webkit-animation: swinging 10s ease-in-out 0s infinite;
    -moz-animation: swinging 10s ease-in-out 0s infinite;
    animation: swinging 10s ease-in-out 0s infinite;
    max-width: 900px;
    max-height: 900px;
    padding: 0 0;
}

.email-popup-header {
    text-align: center;
    font-size: 2em;
    color: #FFFFFF;
    background: #006D90;
    padding: 4px 15px 7px 10px;
    margin: 13px 0px 14px 0px;
}

.email-popup-subheader {
    text-align: center;
    font-size: 1.1em;
    color: #676767;
    padding: 0px 0px 2px
}

.email-popup-body {
    text-align: left;
    margin-top: 9px;
    padding: 25px 25px 25px 25px;
    background: white;
    max-height: 550px;
    overflow-y: auto;
}

.email-right {
    background: green;
    float: right;
}

.email-left {
    background: red;
    float: left;
}

.email-form {
    width: 80%;
    margin: 0 auto;
}

.in-popup-mail {
    padding: 10px;
    margin: 0 auto;
    width: 270px
}

.btn-popup-mail {
    padding: 10px;
    background: #006D90;
    border: 2px solid #fff;
    color: #fff;
    margin: 0 auto;
}

    .btn-popup-mail:hover {
        background: #003E52
    }

.background-img {
    width: 40px;
    margin: 0 auto;
    padding-top: 5px
}

.exit-button-subbox {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 14px;
    margin-right: 14px;
}

    .exit-button-subbox:before {
        content: "X";
        padding: 7px 11px;
        background: #ffffff;
        color: #3fa9f5;
        font-weight: bold !important;
        font-size: 22px;
        font-family: inherit !important;
    }
    
.footer-popup-mail {
    color: #fff;
    font-size: 12px;
    margin-top: -5px
}

    .footer-popup-mail a {
        color: #fff
    }
