
.po__layer {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #dadada;
    box-shadow: 15px 15px 20px rgba(0,0,0, 0.5);
    color: #888 !important;
    z-index: 9999;
    position: absolute;
    max-height:90vh;
    overflow-y: auto;
    transition: opacity .25s ease-out;
    border-radius: 5px;
}

.po__layer.is-active {
    opacity: 1;
    visibility: visible;
}

.po__modal {
    position:fixed;
    height:100vh;
    background:rgba(0,0,0, 0.3);
    top:0; bottom:0; left:0; right:0;
    opacity:0;
    z-index:-1;
    text-align:left;
}

.po__modal.is-active {transition:opacity 0.5s ease-out; opacity:1; z-index:99999999}
.po__modal.is-active .po__layer {top:50%; left:50%; box-shadow:none; border:none; opacity:1; visibility: visible}

.po__layer.modal {
    min-width: 60%;
    max-width:800px;
    max-height:600px;
    padding: 50px 25px 5px 25px;
    font-size: 100%;    
}

.po__layer.list {
    padding:0.7em;
    box-shadow: 0 5px 12px rgba(0,0,0,.08);
    border:1px solid rgba(0,0,0, 0.15);
    border-radius:6px;
}

.po__layer.list > a {
    display: block;
    padding: 0 0.8em;
    min-width:120px;
    line-height: 25px;
    font-size: .9em;
    border-radius:0.1em;
    letter-spacing: -0.05em;
}

.po__layer.list--small > a, .po__layer a {
    height: 30px;
    line-height: 28px;
    color:#6e3a8a;
    
}

.po__layer.list > a:hover, .po__layer a:hover {
    background: #ccc;
    color:#A319FF;
}

.po__layer.list > a:active {
    background:#ccc;
}

.po__layer h1{
    color: #6e3a8a;
    text-align: center;
    font-weight: 200;
}

.modalIcons .fa {
    display: inline-block;
    margin-bottom: 10px !important;
    padding-right: 5px;    
}

.po__layer fieldset { 
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 2.35em;
    margin-bottom: 35px;
    padding-bottom: 2.625em;
    padding-left: 1.75em;
    padding-right: 1.75em;
    border: 1px solid rgba(110, 58, 110, 0.25);
	background: rgba(110, 58, 110, 0.03) ;
	-moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    color: #6e3a8a;
}

.po__layer .note-editable { color: #888 !important; }

@media screen and (max-width: 479px) {
    .po__modal {
        font-size:12px !important;
    }
}
