.modal-dialog {
    /* for dialog offset, set margin here */
}
div.modal-backdrop {
    opacity: 0.5;
}

div#zmodal form {
    margin-bottom: 0;
}

/* do not use scrolling inside modal body */
div.modal-body {
    max-height: none;
}

/* make it possible to use the nice modal footer inside the body, e.g. for tabs */
div.modal-body div.modal-footer {
    margin: -15px;
    margin-top: 0;
}

/* modal overlay - full screen dialog - below normal dialog */
.modal-overlay {
    position: fixed;
    z-index: 1031;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow-y: auto;
    background-color: white;
}
.modal-overlay-close {
    position: absolute;
    z-index: 1032;
    right: 8px;
    top: -10px;
    font-size: 48px;
    font-weight: 100;
    cursor: pointer;
}
.modal-overlay-close:hover {
    text-decoration: none;
}
/*  Growl notices stylesheet
----------------------------------------------------------

@package:	Zotonic 2009	
@Author: 	Tim Benniks <tim@timbenniks.nl>

Copyright 2009 Tim Benniks

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
 
http://www.apache.org/licenses/LICENSE-2.0
 
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

---------------------------------------------------------- */

.notice-wrap {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 250px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 6px 0 6px;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
	font-size: 11px;
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	right: 6px;
	top: 0;
	cursor: pointer;
}.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    /*-moz-opacity: 0.5;
    opacity: 0.50;
    filter: alpha(opacity=50);
    background-color: #fff; */
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    padding:2px;
}
.loadmask-msg div {
    padding: 10px 10px 5px 40px;
    background: url('/lib/images/spinner.gif') no-repeat 5px 5px;
    height: 20px;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
}
.loadmask-progress {
	position: absolute;
    top: 40%;
    left: 25%;
	width: 50%;
	height: 12px;
	z-index: 20002;
	background-color: white;
	padding: 1px;
	border: 1px solid #222;
}
.loadmask-progress .ui-progressbar-value {
	background-color: #222;
	height: 100%;
}
.masked {
    overflow: hidden !important;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}
