/**
 * @version    $Id$
 * @package    JSN_Framework
 * @author     JoomlaShine Team <support@joomlashine.com>
 * @copyright  Copyright (C) 2012 JoomlaShine.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.joomlashine.com
 * Technical Support:  Feedback - http://www.joomlashine.com/contact-us/get-support.html
 */

.ui-dialog.jsn-loading {
    background-image: url(../images/preloading.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.ui-dialog.jsn-loading .ui-dialog-content,
.ui-dialog.jsn-loading .ui-dialog-buttonpane {
    visibility: hidden;
}

.jsn-modal-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter:alpha(opacity=20);
}

.jsn-modal-indicator {
    display: none;
    content: ' ';
    background: #000 url(../images/icons-24/icon-24-dark-loading-circle.gif) no-repeat center center;
    width: 40px;
    height: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 3px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter:alpha(opacity=70);
}