﻿.modalenq {
    font-family: Arial;
    font-size: 12px;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    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.9); /* Black w/ opacity */
}

/* Modal Content/Box */
.modalenq-content {
    background-color: #FFFFFF;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 400px; /* Could be more or less, depending on screen size */
    z-index:99999999;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modalenq-content {
    border-radius: 10px 10px 10px 10px;
    position: relative;
    top: -20px;
    left: -20px;
}

.PopupTop {
    width: 400px;
    position: relative;
    top: -20px;
    left: -20px;
}

.closespan {
    width: 40px;
    cursor: pointer;
    float: right;
    border: 1px solid #FF0000;
    background-color: #FF0000;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    border: 1px solid #FF0000;
    border-radius: 0px 10px 0px 0px;
}

.QuickTitle {
    width: 360px;
    float: left;
    background-color: #104480;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    border: 1px solid #104480;
    border-radius: 10px 0px 0px 0px;
}

.PopupButton {
    width: 150px;
    padding: 5px;
    background-color: #104480;
    color: #FFFFFF;
    border: 1px solid #104480;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px 10px 10px 10px;
}

.LogoSpace {
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 720px) and (min-width: 360px) {
    .modalenq-content {
        top: 18px !important;
        width: 350px !important;
        left: 0px;
    }
    .PopupTop { width:350px !important; left:-21px;}
    .QuickTitle {
        width: 310px;
    }

    .closespan {
        width: 40px;
    }
}