/*min es mas y max es menos*/



section.html-element:after{
		
	
}


@media (max-width: 900px){

section.html-element {
		
		position:relative;
		height: 100% !important;	
		min-height: inherit;
		width: 100%;
		white-space: normal !important;
		display: flex;
		flex-wrap: wrap !important;
		
	}

	.seccionBody {

		position: relative;
		display: flex;		
		width: 100%;
		height: 100% !important;
		min-height: inherit;

	}

	.html-element {
		
		display: inline-block;
		white-space: nowrap;
		position:relative;
		white-space: normal;
	}

	.seccion-element-rl-2 {
		
		display: inline-block;
		position: static;
		margin: 0px auto;	
		max-width: 100%
		
	}
	
	.seccion-element-rl-2 .html-element{
		
		position:relative !important;
	
	}

}


@media (min-width: 900px){

	section.html-element {
		
		display: table-cell !important;
		width: 100%;
		height: 100%;
		vertical-align: top;
		max-width: 1160px;
		
	}

	main#body-content{

		max-width: 1160px;
		display:block;
		margin: 0 auto;
	
	}
	
	.seccionBody {

		position: relative;
		display: table !important;
		min-width: 100%;
		min-height: 100%;
		
	}

	.html-element {
		
		white-space: nowrap;
		position:relative;
		
	}

	.seccion-element-rl-2 {
		
		position: relative;
		display: inline-block;
		vertical-align: inherit;

	}


}

.seccion-element-rl {
	
	position:relative; 
	display:block;
	width: auto;
	height: auto;
}

.seccion-element-rl-inline {
	
	position:relative; 
	display:inline;

}

.seccion-element-abs {
	
	position:absolute; 
	display:block;

}


.Draggable .html-element.SectionContent.edit_content_block.CKeditor {
	
	cursor: default !important;
	
}

.toolbar-optios-elements {
	
	position: fixed;
	display: block;
	width: 200px;
	right: 70px;
	top: 100px;	
	
	-webkit-box-shadow: 0 0 10px rgba(51,51,51,0.57);
	box-shadow: 0 0 10px rgba(51,51,51,0.57);
	-moz-box-shadow: 0 0 10px rgba(51,51,51,0.57);
	border-radius: 10px 10px 4px 0;
	background-color: #fff;
	z-index: 99988;
	
}


.toolbar-optios-elements .wrapper{

	min-height: 550px;
	position: relative;
	margin: 10px;
	
}

.toolbar-optios-elements .wrapper .bloque .headerBloque {

	position: relative;	
	line-height: 32px;
	height: 32px;
	background: #F3F4F5;
	padding: 0 10px;

}

.toolbar-optios-elements hr.separateHoriz {
	
	border: 0px;
	margin: 0px;
	height: 15px
	
}

.toolbar-optios-elements span.itensLabel {

	color: gray;
	font-size: 14px;
	
}

.toolbar-optios-elements .BloqueOfitens {

	display:block;
	
}

.toolbar-optios-elements .box-itens{
	
	display:table;
	min-width: 100%;
	padding-bottom: 10px;
	
}

.toolbar-optios-elements input.number{
	
	width:100%;
	
}



.toolbar-optios-elements .itens {
	
	display: table-cell;
	padding-right: 10px;
	
}

.toolbar-optios-elements .itens input {
	
	
	border: solid 1px #DDDEE0;
	border-radius: 3px;
	box-shadow: inset 2px 2px 1px #e8e8e8;
	padding: 5px 3px;	
	
}

.toolbar-optios-elements .wrapper .bloque .headerBloque .titulo {
	
	font-size: 13px;
	font-weight: 600;
	color: #595a5c;
	
}

.toolbar-optios-elements .wrapper .bloque .wrapperBloque {
		
	padding: 19px 12px 17px 12px;
	
}

.toolbar-optios-elements .panel-header .titulo{
	
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 54px;
	margin-left: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 60px);	
	
}

.toolbar-optios-elements .wrapper .bloque .wrapperBloque .inline-button {
	
	text-align: center;
	
}

.toolbar-optios-elements .wrapper .bloque .wrapperBloque .inline-button button{
	
	cursor: pointer;
	border: 0 !important;
	width: 32px;
	height: 32px;
	background-color: #ccc;
	margin: auto 10px;	
	
}

.toolbar-optios-elements .wrapper .bloque .wrapperBloque .inline-button button:hover {
	
	opacity: 0.6 !important;

}


.toolbar-optios-elements .panel-header .close:hover {
	
	opacity: 0.6 !important;
	
}

.toolbar-optios-elements .panel-header .close{
	
	cursor: pointer;
	border: 0 !important;
	
	background-image: url("../../../core/libs/jquery/ui/css/images/cerrar-ico.png") !important;
	background-color: transparent;
	background-size: 100%;
	
	position: absolute;
	right: 4%;
	top: 50%;
	
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	
	width: 28px;
	height: 28px;
	padding: 0px !important;
	
	
}

.toolbar-optios-elements .panel-header {
	
	cursor: move;
	background-color: #0096FF;
	height: 54px !important;
	min-height: 54px;
	position: relative;
	width: 100% !important;
	padding: 0px !important;
	border-radius: 10px 10px 0px 0px;
	display: block;
	
}



.cke_dialog {
	
	z-index: 99988 !important;
	
}

.html-element p {
	
	margin: 0px !important;
	
}

.ckeTolbar {
	
	right: 263px !important;
	
}

.html-element.SectionContent.edit_content_block.CKeditor {
	
	white-space: normal !important;
	min-width: 100%;
	
}

.mCSB_inside > .mCSB_container{
	
	/*margin-right: 15px !important;*/
	
}

  

.seccion-element-rl-2[element-type="SectionContent"] .mCSB_container{
	
	/*display: table-cell;*/
	
}

