/* --------------------------------------------------------------------------
// Foto-Webcam.eu
// Webcam-specific styles for fullsize view
//
// Flori Radlherr, http://www.radlherr.de
// This is free software, see COPYING for details.
// --------------------------------------------------------------------------
*/

#fscontainer {
    position: fixed;
    display: none;
    margin: 0;
    border: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: black;
    text-align: center;
    touch-action: none;
}
#fsloadbg {
    margin: 0 auto;
    margin-top: 15%;
    background-color: #e0e0e0;
    width: 40%;
    min-width: 300px;
    max-width: 500px;
    display: none;
    padding: 5px;
    font-weight: bold;
    border: 2px #b0b0b0 solid;
    border-radius: 5px;
    z-index: 3;
    touch-action: none;
}
#fsimage {
    width: 100%;
    touch-action: none;
}
#fscanvas {
    position: fixed;
    display: block;
    margin: 0;
    border: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    touch-action: none;
}
#fshelp {
    position: fixed;
    z-index: 5;
    opacity: 0.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    top: 0;
    right: 0;
    background-color: white;
    color: black;
    font-size: 13px;
    text-align: right;
    padding: 2px;
}
#fszoom {
    position: fixed;
    z-index: 5;
    opacity: 0.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    top: 0;
    left: 0;
    background-color: white;
    color: black;
    font-size: 13px;
    text-align: right;
    padding: 2px;
}
#fsshowframe {
    position: fixed;
    z-index: 5;
    bottom: 0;
    right: 0;
    opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    background-color: white;
}
#fsshowpos {
    position: fixed;
    z-index: 6;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background-color: white;
}

#closeIcon{
    position: absolute;
    right: 0;
    top:0;
}
#fsfullpic {
    display: block;
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    cursor: pointer;
}
#fsmenu {
    position: fixed;
    display: none;
    /*border: 1px solid #a0a0a0;*/
    background-color: #808080;
    z-index: 6;
}
#fsmenu a {
    margin: 2px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    background-color: #e0e0e0;
    color: #000000;
    text-decoration: none;
}
#fsmenu a:hover {
    background-color: #10b6fb;
    color: #ffffff;
    display: block;
    border-bottom: 1px solid #c0c0c0;
}
