.bvhome .bv-customize-menu section-right{
	position: absolute;
	right: 10px;
	top: 10px;
}
.bvhome .bv-customize-menu box{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 7px;
}
.bvhome .bv-customize-menu label,
.bvhome .bv-customize-menu layout,
.bvhome .bv-customize-menu components{
	color:#ffffff;
	letter-spacing: 2px;
	font-weight: lighter;
	font-size:0.8em;
	padding: 0px 5px;
}
.bvhome .bv-customize-menu input{
	background:transparent;
	border:1px solid #fff;
	color:#fff;
}

.bvhome .bv-customize-menu button{
	font-size: 0.9em;
}
.ngdialog.order-tabs-dialog ul[as-sortable] li{
	height: 32px;
	padding: 5px 6px;
	background: rgba(204,204,204,0.25);
	margin-bottom: 15px;
	font-weight:400;
	font-size:1em;
	position: relative;
	width: inherit;
}
.ngdialog.order-tabs-dialog li.as-sortable-placeholder{
	background:none !important;
}

.ngdialog.order-tabs-dialog li.as-sortable-hidden {
    display: none !important;
}
.sortable-tabs.as-sortable-drag {
	height: 32px;
	padding: 5px 6px;
	font-weight:400;
	font-size:1em;
    position: absolute;
    pointer-events: none;
    z-index: 10001;
    background: rgba(204,204,204,0.25);
}
.ngdialog.order-tabs-dialog .bv-module-3-line-div,
.sortable-tabs.as-sortable-drag .bv-module-3-line-div{
	top: 13px;
	position: absolute;
	right: 10px;
}
.bvhome .pageBox{
	width:100%;
	height:100%;
}
.addModuleBox{
	margin-top:-1px;
	width: 100%;
	height: 0px;
	background: #FFF;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.addModuleBox.addModuleBoxShow{
	height: 115px;
}
.bv-transclude-content>div.addModuleBoxShow{
	overflow:hidden;
}
[resizer].addModuleBoxShow{
	height: calc(100% - 115px);
}
/* .ngdialog.add-module-dialog{
	padding-top: 5px;
	padding-bottom: 10px;
	bottom:inherit;
}
.ngdialog.add-module-dialog .ngdialog-overlay{
	display:none;
} 
.ngdialog.add-module-dialog .ngdialog-content{
	box-shadow: 0px 0px 17px -3px #000;
}
 */
.addModuleBox ul{ 
	margin: 10px;
}
.addModuleBox ul li{
	width: 75px;
	height: 95px;
	border: 1px solid #ccc;
	padding: 5px 5px 0px 5px;
	float: left;
	margin: 0 5px;
}
.addModuleBox ul li:hover{
	cursor:pointer;
	background: rgba(204,204,204,0.25);
}
.addModuleBox ul li span{
	display: block;
	font-size: 0.8em;
	padding: 5px 0px;
	line-height: 15px;
	text-align: center;
}

.sidebar-resizer {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 200px;
    width: 1px;
}
.vertical-resizer.resizerShow{
	display:block;
	cursor: row-resize;
	height: 5px;
	background:#ccc;
	border: 1px solid;
	z-index: 1;
}
.dragDropEnter .vertical-resizer.resizerShow{
	height: 1px;
	background: none;
	border: none;
}
.vertical-resizer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	right: 0px;
}
/* #content-resizer {
    position: absolute;
    height: 6px;
    bottom: 130px;
    left: 0;
    right: 0;
    background-color: #666;
    cursor: row-resize;
    display:none;
} */

.sidebar-resizer.resizerShow{
	width: 6px;
	cursor: col-resize;
	display: block;
	background: #ccc;
	margin-left: -3px;
	border: 1px solid;
}
.sidebar-resizer.resizerShow>div{
	border-left: 1px solid #ccc;
	height: 100%;
	width: 4px;
	border-right: 1px solid #ccc;
	margin-left: 2px;
}

.bv-resizer{
	white-space: nowrap;
}
.bv-resizer>div{
	float:left;
	position:relative;
}
.removeBtn,
.draggable .removeBtn{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 4px;
	top: 4px;
	overflow: hidden;
	cursor: pointer;
}
.expandBtn{
	width: 15px;
	height: 15px;
	position: absolute;
	right: 6px;
	top: 6px;
	overflow: hidden;
	cursor: pointer;
}
.expandBtn{
	z-index: 2;
}
.removeBtn div,
.draggable .removeBtn div{
	position: absolute;
	right: -2px;
	top: -7px;
	color: #fff;
	font-size: 30px;
	line-height: 31px;
	font-weight: 100;
	border-radius: 20px;
	text-align: center;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.settingsBox,
.draggable .settingsBox{
	height: 30px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 2;
}

/* .bv-resizer>div>div .settingsBox:hover .removeBtn,
.bv-resizer>div>div .settingsBox:hover .settingsBtn,
.draggable .settingsBox .removeBtn,
.draggable .settingsBox .settingsBtn{
	display:block;
} */

.removeBtn.show,
.draggable .removeBtn.show{
	display:block;
}
.settingsBtn,
.draggable .settingsBtn{
	position: absolute;
	top: 7px;
	right: 25px;
	width: 15px;
	height: 15px;
}
.preferencesBtn{
	right: 46px;
	position: absolute;
	top: 7px;
	z-index: 5;
	width: 15px;
	height: 15px;
}

.settingsBtn svg,
.preferencesBtn,
.draggable .settingsBtn svg{
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.backBtn{
	position: absolute;
	right: 5px;
	top: 7px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.dragDropEnter .preferencesBtn{
	display:none;
}

.bv-resizer .new.over{
	background: rgba(204,204,204,0.50);
/* 	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease; */
}

#sidebar-resizer:hover, #preview-resizer:hover {
    background-color: #AAA;
}

.bv-resizer>div>div,
.draggable {
	/* margin:5px; */
	height: 5%;
	/* border: 1px solid #ccc; */
	overflow: hidden;
	position:relative;
/* 	margin: 0 0 5px 0; */
}
.dragDropLeaved{
	box-shadow: inset 0 0 8px #888;
}

.dragDropDragging{
   	opacity: 0.7 !important;
    position: fixed !important;
}

/* .dragDropEnter{
	background:#ccc;
	opacity:0.3;
} */

/* .droppedAreaUp,
.droppedAreaDown{
	position: fixed;
	z-index: 2;
	width: 100%;
	left: 0px;
	height: 10%;
 	background: #ccc;
}
.droppedAreaUp{
	top: 0px;
}
.droppedAreaDown{
	bottom:0px;
} */

/* .bv-resizer>div>div.hideBorder{
	border:0;
} */
/* .bv-resizer>div>div [ui-droppable]{
	overflow: auto;
} */

.bv-resizer>div>div [ui-droppable].over{
	/* box-shadow: 0px 0px 24px -15px #000 inset; */
	/* height:33%; */
}
.bv-resizer>div>div [ui-droppable] mask{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
 	/* background: #ccc; */
	z-index: 100;
	display: none;
}
.bv-resizer>div>div [ui-droppable].over mask{
	display:block;
}
.bv-resizer>div>div [ui-droppable].drag mask{
	display:block;
	/* background: #ccc; */
	box-shadow: 0px 0px 40px -10px #000 inset;
}
.bv-resizer>div>div [ui-droppable].drag div{
	display: none;
}
.bv-resizer>div>div [ui-droppable].drag.portlet{
	border: none ! important; 
}
.portlet{
	position:relative;
	top:0px;
	left:0px;
	opacity:1;
	min-height: 30px;
}
.portlet>div.titleBox{
	height: 28px;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 1px;
	padding: 0px 5px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 2;
}
.portlet>div .title{
	color: #fff;	
}
/* .drag{
	display:none;
} */
.portlet .settings{
	background: #fff;
	height: 100%;
	padding: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.portlet .settings ul{
	display:inline-block;
}
.portlet .settings li{
	margin: 15px 5px;
	height: 15px;
}
.portlet .settings ul:first-child li{
	text-align:right;
}
.portlet .settings li input[type=text]{
	width: 90px;
}
.portlet .settings>div{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.draggable{
/* 	top:0px; */
	position:absolute;
	white-space: nowrap;
	overflow:hidden;
}
.draggable .portlet{
	height: 100%;
	border: 1px solid #CECECE;
}


.dragdrop-item-controller{
	position:fixed;
	width: 677px;
	background: url("../assets/images/dust.png");
/* 	opacity:0; */
}

.dragdrop-item-controller>div{
	height: 398px;
}

.dropdown-menu.layout{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 70px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.layout li{
	text-align: center;
	padding: 5px;	
}
.dropdown-menu.layout li:hover{
	cursor:pointer;
	background: rgba(204,204,204,0.25);
}
.dropdown-menu.layout svg{
	width: 40px;
	height: 20px;
	stroke: #515151;
}
.wholePage{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background: #fff;
	padding: 5px;
	z-index: -1;
	opacity: 0;
	/* display:none; */
}
.wholePage.wholePageOn{
	z-index:10;
	opacity:1;
}
.bv-resizer.wholePageOn{
	opacity:0;
	display:none;
}
.bv-resizer .titleIcon,
.wholePage .titleIcon{
	width:16px;
	height:16px;
	margin-right: 10px;
	top: 3px;
}
.bv-resizer .titleIcon svg,
.wholePage .titleIcon svg{
	fill: #515151;
}
[compile="module.html"]{
	overflow:auto;
}
/* [compile="module.html"]:hover{
	overflow:auto;
} */