.popup-disable-scrolling { height: 100%; overflow: hidden; }

.popup-loading-error-message { width: 560px; cursor: pointer; position: fixed; top: 50%; left: 50%; margin: -28px 0 0 -280px !important; }

.popup-loading-image { display: inline-block; width: 140px; height: 14px; background-image: url('../images/popups/popup-loading.gif'); border: 0; }

#popup-overlay, #popup-window, #popup-response, #popup-execute { display: none; }

#popup-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #666; opacity: 0.8; filter:alpha(opacity=80); z-index:15001; }

#popup-loading { position: fixed; left: 50%; top: 50%; height: 50px; width: 200px; margin: -25px 0 0 -100px; text-align: center; font: normal 16px; color:#fff; z-index:15002; }

#popup-window { position: fixed; left: 0; top: 0; width: 100%; z-index:15003; }
#popup-window table.popup-wrapper { width: 100%; height: 100%; text-align: center; }
#popup-window table.popup-wrapper td { vertical-align: middle; }
#popup-window .popup-container { width: 50%; min-width: 760px; background: #fff; text-align: left; margin: auto; padding: 0; }
#popup-window .popup-header { padding: 10px; background: #323C4E; font-size: 1em; font-weight: bold; color: #fff; text-align: center;
    font-family: Tahoma,sans-serif; border: 0; }
#popup-window .popup-header a.close-button { float: right; margin-top: -5px; display: block; width: 23px; height: 23px; }
#popup-window .popup-header a.close-button .close-button-image { background: url( '../images/popups/popup-close.png' ) 7px 7px no-repeat; display: inline-block; width: 23px; height: 23px; }
#popup-window .popup-header a.close-button:hover { background: #112133; }
#popup-window .popup-content { padding: 10px; border: 5px solid #323C4E; border-top: 0; }

#popup-window .buttons { padding: 0; margin:5px 0 0 0; text-align: right; }
#popup-window .buttons .btn { float: none; display: inline; }
#popup-window .message { margin: 5px; }

#popup-response-error { background: url('../images/popups/popup-response-error.png') no-repeat 19px center #c00; border: 3px solid #900; color: #fff; min-height: 54px; margin-bottom: 5px; }
#popup-response-error p { margin-left: 61px; padding: 10px; max-height: 200px !important; overflow-y: auto; }

.popup-response-loading { background-color: #666; opacity: 0.8; border: 1px solid #000; }

#popup-scrollable { overflow: auto; }

#popup-file-progress { position: relative; border-radius: 3px; margin: 5px; padding: 1px; border: 1px solid #ddd; }
#popup-file-progress-bar { height: 20px; border-radius: 3px; width: 0; background-color: #ddd; }
#popup-file-progress-percent { display: inline-block; position: absolute; top: 3px; left: 48%; }