.z-window{
	overflow:hidden;
	zoom:1;
	border:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	padding:5px;
	background-color:#F9FCFF;
}
.z-window-shadow{
	-webkit-box-shadow:0 3px 6px rgba(0, 0, 0, 0.24);
	-moz-box-shadow:0 3px 6px rgba(0, 0, 0, 0.24);
	-o-box-shadow:0 3px 6px rgba(0, 0, 0, 0.24);
	-ms-box-shadow:0 3px 6px rgba(0, 0, 0, 0.24);
	box-shadow:0 3px 6px rgba(0, 0, 0, 0.24)
}
.z-window-header{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:11px;
	font-weight:600;
	color: #fff; 
	line-height:24px;	  
	background:#5A5A5A;
	margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px; 
	padding:3px;	
	overflow:hidden;
	zoom:1;
	cursor:default;
	border-bottom: 1px solid #DADADA;
}
.z-window-header-move{
	cursor:move
}
.z-window-content{
	padding:7px;
	background:#fff;
	color:rgba(0,0,0,0.9);
	overflow:hidden;
	zoom:1
}
.z-window-icons{
	display:inline-block;
	float:right
}
.z-window-icon{
	font-size:16px;
	/*color:rgba(0,0,0,0.57);*/
	color:#fff;
	display:inline-block;
	width:28px;
	height:24px;
	margin:auto 1px;
	padding:0;
	line-height:24px;
	text-align:center;
	overflow:hidden;
	cursor:pointer;
	border:none;
	background:transparent
}
.z-window-icon:hover{
	/*color:rgba(0,0,0,0.9)*/
	color:#FBFBFB;
}
.z-window-resize-faker{
	border:1px dashed #1854C2;
	background:#D7E6F7;
	opacity:.5;
	filter:alpha(opacity=50);
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	z-index:60000
}
.z-window-move-ghost{
	border:1px solid #A8A8A8;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	padding:0;
	background:#e0f2ff;
	opacity:.65;
	filter:alpha(opacity=65);
	position:absolute;
	overflow:hidden;
	cursor:move !important
}
.z-window-move-ghost .z-window-header-move{
	padding-top:12px;
	padding-left: 12px;
	padding-bottom: 8px;
}
.z-window-move-ghost dl{
	font-size:0;
	display:block;
	border-top:1px solid #A8A8A8;
	margin:0;padding:0;
	line-height:0;
	overflow:hidden
}
.z-window-embedded .z-window-shadow{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none
}
.z-window-noborder{
	border:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	border-radius:0
}
.z-window-noborder>.z-window-content{
	border:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	border-radius:0
}
.z-messagebox-window{
	padding:5px
}
.z-messagebox-window .z-window-header{
	padding:5px
}
.z-messagebox-window .z-window-content{
	padding:16px
}
.z-messagebox-window .z-separator{
	height:32px !important
}
.z-messagebox-buttons{
	text-align:right
}
.z-messagebox-buttons>*{
	margin-left:4px
}
.z-messagebox-button{
	width:100%;
	min-width:48px
}
.z-messagebox-icon{
	font-size:30px;
	display:inline-block;
	width:32px;
	height:32px;
	border:0;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:top;
	cursor:pointer;
	margin-right:16px
}
.z-messagebox-question{
	background-image: url(${c:encodeThemeURL("~./zul/img/msgbox/question-btn.png")});
}
.z-messagebox-exclamation{
	background-image: url(${c:encodeThemeURL("~./zul/img/msgbox/warning-btn.png")});
}
.z-messagebox-information{
	background-image: url(${c:encodeThemeURL("~./zul/img/msgbox/info-btn.png")});
}
.z-messagebox-error{
	background-image: url(${c:encodeThemeURL("~./zul/img/msgbox/stop-btn.png")});
}