.ui-layout-header 				{ padding:5px; margin-bottom:5px; overflow:hidden; display:flex; justify-content:space-between; align-items:center; }
.ui-layout-content 				{ padding:0; overflow:auto; }
.ui-layout-footer 				{ margin-top:5px; padding:5px; overflow:hidden; display:flex; justify-content:space-between; align-items:center; }
.ui-layout-pane 				{ padding:10px; overflow:hidden; }
.ui-pane-full-height			{ height:100%!important; overflow:hidden; margin:0 !important; padding:0 !important; border:none !important; }
.ui-layout-resizer-sliding		{ display:none !important; }
.ui-layout-resizer-closed,
.ui-layout-resizer-closed-hover	{ background:none !important; box-shadow:none !important; }
.ui-layout-resizer-sliding .ui-layout-toggler { display:none !important; }
.ui-layout-resizer-open-hover .ui-layout-toggler, 
.ui-layout-toggler-hover 		{ }
.ui-layout-header .ui-widget-title 			{ width:100%; margin:0; padding:0; font-weight:normal; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
/* vertical toggler */
.ui-layout-toggler { z-index:-1 !important; }
.ui-layout-toggler .content { 
	display:block;
	margin:0 !important;
	height:50px !important;
	position:relative;
}
.ui-layout-toggler .ui-icon {
	margin:0;
	font-size: 10px;
    height:50px;
    padding: 0;
    text-align: center;
    width:10px;
	min-width:0;
	line-height: 50px;
	display:block;
	position:absolute;
	z-index:1;	
}
/* horizonal toggler */
.ui-layout-toggler-north.ui-layout-toggler .content,
.ui-layout-toggler-south.ui-layout-toggler .content { 
	display:block;
	margin:0 !important;
	height:10px !important;
	width:50px !important;
	position:relative;
}
.ui-layout-toggler-north.ui-layout-toggler .ui-icon,
.ui-layout-toggler-south.ui-layout-toggler .ui-icon {
	margin:0;
	font-size: 10px;
    height:10px;
    padding: 0;
    text-align: center;
    width:50px;
	min-width:0;
	line-height: 10px;
	display:block;
	position:absolute;
	z-index:1;	
}
.ui-layout-toggler-north.ui-layout-toggler .ui-icon:before {
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);		
}
.ui-layout-toggler-south.ui-layout-toggler .ui-icon:before {
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);		
}
/* layout image background */
.ui-layout-background-icon {
	position:absolute !important;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100px !important;
	margin:auto !important;
}    
.ui-layout-background-icon:before {
	text-align:center;
	font-size:15em;
	text-shadow: 1px 1px 1px #fff, 0 0 0 rgba(0,0,0,0.05), 1px 1px 1px #fff;
	color:rgba(0,0,0,0.1);
	line-height:100px;
}
.has-fullscreen-pane {
	z-index:16 !important;
}
.ui-layout-fullscreen-pane {	
	position:fixed !important;
	top:0 !important;
	bottom:0 !important;
	left:0 !important;
	right:0 !important;
	height:100% !important;
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	z-index: 100 !important;
}
.ui-layout-pane.unstyled,
.ui-layout-content.unstyled {
	background:none !important;
	box-shadow:none !important;
}