
/*  --  MANAGE: PAGE: TREE  --  */
body.moduleManagePage #manage-page-tree {
	padding-bottom: 2em;
	font-size: 1.1em;
	}
body.moduleManagePage #manage-page-tree h4 {
	display: none;
	}
body.moduleManagePage #manage-page-tree .nav-pills.nav-stacked {
	margin-bottom: 0.5em;
	}
body.moduleManagePage #manage-page-tree .nav-pills.nav-stacked > li > a {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	}
body.moduleManagePage #manage-page-tree .nav-pills.nav-stacked > li > ul {
	margin-left: 1.2em !important;
	}
body.moduleManagePage #manage-page-tree .nav-pills.nav-stacked > li.disabled a:hover {
	background-color: #eeeeee;
	color: #999999;
	}
body.moduleManagePage #manage-page-tree .nav-pills.nav-stacked > li.disabled > a > i {
	opacity: 0.33;
	}

/*  --  MANAGE: PAGE  --  */
body.moduleManagePage #manage-page-main {
	}

/*  --  PAGE PREVIEW  --  */
#page-preview {
	width: 99%;
	height: 500px;
	margin-bottom: 0.25em;
	overflow: none;
	border: 1px solid gray;
	box-shadow: inset 2px 2px 12px rgba(127, 127, 127, 1);
	}
#page-preview-container {
	width: 133.33%;
	height: 133.33%;
	overflow: hidden;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform: scale(.75);
	-ms-transform: scale(.75); /* IE 9 */
	-webkit-transform: scale(.75); /* Safari and Chrome */
	}
#page-preview-iframe-container {
	width: 100%;
	height: 100%;
	}
#page-preview-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: inset 2px 2px 12px gray;
	background-color: rgba(255, 255, 255, 0.21);
	}
#page-preview iframe.preview {
	width: 100%;
	height: 100%;
	border: 0px;
	}


#manage-page-tree ul.sortable  li {
	margin-top: 2px;
	}
#manage-page-tree ul.sortable  li a {
	background-color: rgba(127, 127, 127, 0.1);
	border: 1px solid rgba(127, 127, 127, 0.5);
	color: black;
	box-sizing: border-box;
	cursor: move;
	}

.mceLayout {
	margin-bottom: 8px !important;
	box-shadow: 1px 1px 4px 1px #DDD;
	width: 100% !important;
	}
