#wopo_painter{
    width: 100%;
    height: 100%;
}
#wopo_painter_window{
    position: fixed;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    z-index: 160001;
    display:none;
    max-width: unset;
}
#wopo_painter_window .window-body{
    position: absolute;
    bottom: 0;
    right: 0;
    top: 25px;
    left: 0;
    margin:3px;
}
#wopo_painter_window.minimize{
    top:100%;
    margin-top:-28px;
}
#wopo_painter_window.maximize{
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#wopopp_images{
    display: none;
    background: white;
    z-index: 9999;
    border: solid 2px gray;
    max-width: 500px;
}
#wopopp_images img{
    max-width: 100px;
    float: left;
    cursor: pointer;
    margin: 10px;
    border: solid 1px lightgray;
}
#wopopp_images img:hover{
    border-color: blue;
}
#wopopp_images label{
    padding: 15px 10px;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    #wopo_painter_window{
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}