﻿#overlay, #overlayLoad {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 600;
}

#overlay, .waitingOverlay {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAApJREFUeF5jYAAAAAIAAd6ej78AAAAASUVORK5CYII=');
}

.popin {
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #5e5e5e;
    left: 50%;
    max-width: 480px;
    padding: 1.5em 1em 1.5em 1.5em;
    position: absolute; /* for iOS */
    text-align: center;
    top: 50%;
    z-index: 601;
}

.popinFull {
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #5e5e5e;
    left: 3%;
    width: 94%;
    padding: 1em;
    position: absolute; /* for iOS */
    text-align: center;
    top: 3%;
    z-index: 601;
}

.pClose {
    cursor: pointer;
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 0 .5em;
    position: relative;
    /*top: -15px;*/
}

.popin p, .popin .popinTitle {
    color: #323232;
    line-height: 1.5em;
    margin: 1.5em 0;
    padding-right: 15px;
    text-align: left;
}

.popin .popinTitle {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
}

.popin input[type=button] {
    /*border-radius: 5px;
    padding: 1em 1.5em;*/
    width: auto;
}

.popin .btPopin {
    background-color: #499dde;
    color: rgba(255,255,255,0.87);
}