/**
 * @brief GenericMediaPopup Input default CSS styles
 * @details Plugin / Input CSS styles
 * @file plugin/input/GenericMediaPopup/css/mediapopup.css
 * @author CaMykS Team
 * @version 1.0.1
 * @date Creation: Oct 2011
 * @date Modification: Dec 2019
 * @copyright 2011 - 2019 CaMykS Team
 * @note This program is distributed as is - WITHOUT ANY WARRANTY;
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* background */
.mediaPopupBkgd {position:fixed; left:0; top:0; background:#444444; opacity:0.85; filter:alpha(opacity=75); width:100%; z-index:10000;}

/* media popup */
.mediaPopup { z-index:10001; padding:8px; background:white; position:fixed; top:0; left:0;}
.mediaPopup .closeButton {width:0; height:0; overflow:visible; float:right; position:relative; top:-20px; left:-3px; cursor:pointer; font-size:0;}
.mediaPopup .mediaTitle {margin:4px 0 0; padding:2px 8px; text-align:center; color:#444444; font-weight:bold; background:white;}
