/*
    This file is part of RIU - Responsive Image Uploader.

    RIU is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    RIU is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
*/
.riu {
    height:0;
}
.riuAof{
    position:relative;
    top:0;
    left:0;
    display: none;
    background-color: rgba(255, 250, 0, 0.3);
    min-width:100px;
    min-height:100px;
    border:2px dashed #000000;
    opacity: 0.4;
}
.riuAof:hover {
    opacity:1.0;
}
.riuPof {
    position:absolute;
    display: none;
    background-color: #f00;
    border-radius: 14px;
    width:14px;
    height:14px;
    opacity: 0.8;
}
.riuInfo {
    position:relative;
    top:-7px;
    float:right;
    display:none;
    margin-top:10px;
}