/* Fullscreen overlay for modal background */
#active-popup {
    background-color: rgba(52,73,94, 0.7);
    position: fixed;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 9999;
}


.popup-message img
{
    max-width: 100%;
    height: auto;
}


/* Modal container */
#active-popup .popup {
    display: none;
}

#active-popup .modal-content {
    position: relative;
    text-align: center;
}

#active-popup .popup-window {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
}

#active-popup .modal-content h1,
#active-popup .modal-content p { color: #fff; }

#active-popup .modal-content p { padding: 20% 5% 0 5%; }

/* Close button */
#active-popup .popup a.close {
    background: #e74c3c none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
    padding: 0 5px 4px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -15px;
    z-index: 999999999;
    opacity: 1;
}

#active-popup .popup-window.ready .popup-image-message {
    max-width: 100%;
    max-height: 100%;
}

.not-shown {
    display:none;
}

#active-popup .notshow-container {
    background: #fff none repeat scroll 0 0;
    bottom: -33px;
    font-size: 12px;
    left: 0;
    padding: 5px;
    width: 100%;
    min-width: 200px;
}

#active-popup .popup-message.message {
    background: #fff none repeat scroll 0 0;
    padding: 15px;
    overflow-y: auto;
}

label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
