*{
	font-size:13px;
	font-weight:100;
	letter-spacing: 0;
}
video{
	position: relative;
}
@font-face {
    font-family: 'asapregular';
    src: url('/font/Asap/asap-regular-webfont.eot');
    src: url('/font/Asap/asap-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/Asap/asap-regular-webfont.woff') format('woff'),
         url('/font/Asap/asap-regular-webfont.ttf') format('truetype'),
         url('/font/Asap/asap-regular-webfont.svg#asapregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#mensagem{
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0px;
	text-align: center;
	height: auto;
	line-height: 50px;
	font-size: 20px;
	color: rgb(255, 255, 255);
	background-color: rgb(32, 147, 192);
	border-bottom: 1px solid black;
	font-weight: bold;
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
body{ 
	width:100%;
	height:100%;
	overflow-x : hidden;
	overflow-y :scroll;
}
p{
	-webkit-margin-after: 0em;
}

/********** Botao *************/
.btn-omb10{
	text-align:center;
	cursor:pointer;
	padding:0 !important;
}
.btn-omb10:hover{
	text-decoration: none;
}

/* Menu */
.btn-clear{
    font-size: 14px !important;
    background-color:none;
    border: 0;
    outline: 0;
}
.btn-cancel{
	padding: 3px 10px;
	border: 1px solid rgb(209, 178, 177);
	color:#a94442;
	background-color:#f2dede;
	cursor:pointer;
	border-radius:3px;
	text-align:center;
}
.btn-cancel:hover{
	color:#f2dede;
	background-color:#a94442;
}
/* FONT EDITOR */
.omb10-select-container{
	position: relative;
	width: 100%;
}
.omb10-select-container:after{
	content: '';
	display: table;
	clear:both;
}
.omb10-select,
.omb10-select-container .fa{
	float: left;
	line-height: 32px;
	height: 34px;
	z-index: 2;
	position: relative;
	background-color: white;
	cursor:pointer;
	color: #484848;
}
.omb10-select,
.omb10-select-container .fa,
.omb10-select-options{
	font-size:12px;
}
.omb10-select-container:hover .fa,
.omb10-select-container:hover .omb10-select{
	color:black;
}
.omb10-select{
	border-radius: 5px 0 0 5px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	padding: 0 7px;
	width: calc(100% - 20px);
	height: 35px;
}
.omb10-select-container .fa{
	width: 20px;
	text-align: center;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-radius: 0 5px 5px 0;
}
.edit-font .font-container-button > input,
.edit-font .font-group.font-align .font-container-button,
.omb10-select-container .fa,
.omb10-select{
	height: 35px;
}
.ui-spinner,
.edit-font .font-container-button > input,
.edit-font .font-group.font-align .font-container-button,
.omb10-select,
.omb10-select-container .fa,
.omb10-select-options{
	border-color: #ccc !important;
}
.omb10-select-container .fa i{
	font-size: 17px;
}
.omb10-select-options{
	display: block;
	position: absolute;
	background: white;
	z-index: 1;
	overflow-y: auto;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-radius: 0 0 5px 5px;
	top: 100%;
	margin-top: -6px;
	padding: 10px 0;
	width: 100%;
}
.omb10-select-option {
	cursor: pointer;
	-webkit-transition: background-color 100ms ease;
	-moz-transition: background-color 100ms ease;
	-o-transition: background-color 100ms ease;
	transition: background-color 100ms ease;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	border:1px solid transparent;
}
.omb10-select-option:hover{
	background-color: rgba(69, 180, 212, 0.11);
	border: 1px solid #D9EAEF;
}
.omb10-select-option.selected{
	background-color: rgba(69, 180, 212, 0.25);
	border: 1px solid #C4E2EA;
}
.edit-font.normal .font-group:not(:last-of-type),
.edit-font.normal .font-family-group{
	padding-bottom:10px;
}
.edit-font.normal .font-group label{
	float: left;
	width: calc(100% - 50px);
	padding-right: 10px;
	line-height: 35px;
	text-align: right;
	margin-bottom: 0;
}
.edit-font.normal .font-group .font-container-button{
	float: left;
	width: 50px;
}
.edit-font.small label{
	display:none;
}
.edit-font.small .font-family-group,
.edit-font.small .font-group{
	float: left;
}
.edit-font.small .font-family-group{
	width: 80%;
}
.edit-font.small .font-group.font-align{
	width:66.7%;
}
.edit-font.small .font-group.font-align,
.edit-font.small .font-group.font-style,
.edit-font.small .font-group.font-weight{
	margin-bottom:10px;
}
.edit-font.small .font-group.font-align .font-container-button{
	float: left;
	width: 25%;
	border: 1px solid;
	border-left: 0;
	text-align: center;
	cursor: pointer;
}
.edit-font.small .font-group.font-align .font-container-button i{
	line-height: 33px;
	font-size: 17px;
	color: #656565;
}
.edit-font.small .font-group.font-style,
.edit-font.small .font-group.font-weight{
	width: 16.6%;
}
.edit-font.small .font-group.font-size{
	width: 20%;
}
.edit-font.small .font-container-button > input{
	padding: 0;
	text-align: center;
}
.edit-font.small .font-group.font-style input{
	border-radius: 0 4px 4px 0;
}
.edit-font.small .font-group.font-weight input,
.edit-font.small .ui-spinner.ui-widget,
.edit-font.small .omb10-select-container .fa,
.edit-font.small .font-family{
	border-radius:0;
}
.edit-font.small .omb10-select-container .fa{
	border-right:0;
}
.edit-font.small .font-group.font-weight input,
.edit-font.small .font-group.font-style input{
	border-left: 0;
}
.edit-font.small .font-group.font-align .justify{
	border-radius:4px 0 0 4px;
	border-left:1px solid;
}
.edit-font.small .font-group.font-align .font-container-button:hover,
.edit-font.small .font-group.font-align .font-container-button.active{
	background-color:#E6E6E6;
}
.edit-font.small .font-group.font-align .font-container-button.active i{
	color:#2AAAEA;
}
/* ---------- */
/*font inline*/
.edit-font.inline .font-color{
	padding-right: 10px;
}
.edit-font.inline .font-family-group,
.edit-font.inline .font-group{
	float: left;
	width:10%;
}
.edit-font.inline .font-family-group{
	width: 70%;
}
.edit-font.inline .font-group.font-align{
	width:66.7%;
}
.edit-font.inline .font-group.font-align,
.edit-font.inline .font-group.font-style,
.edit-font.inline .font-group.font-weight{
	margin-bottom:10px;
}
.edit-font.inline .font-group.font-align .font-container-button{
	float: left;
	width: 25%;
	border: 1px solid;
	border-left: 0;
	text-align: center;
	cursor: pointer;
}
.edit-font.inline .font-group.font-align .font-container-button i{
	line-height: 33px;
	font-size: 17px;
	color: #656565;
}
.edit-font.inline .font-group.font-style,
.edit-font.inline .font-group.font-weight{
	width: 16.6%;
}
.edit-font.inline .font-group.font-size{
	width: 20%;
}
.edit-font.inline .font-container-button > input{
	padding: 0;
	text-align: center;
}
.edit-font.inline .font-group.font-style input{
	border-radius: 0 4px 4px 0;
}
.edit-font.inline .font-group.font-weight input,
.edit-font.inline .ui-spinner.ui-widget,
.edit-font.inline .omb10-select-container .fa,
.edit-font.inline .font-family{
	border-radius:0;
}
.edit-font.inline .omb10-select-container .fa{
	border-right:0;
}
.edit-font.inline .font-group.font-weight input,
.edit-font.inline .font-group.font-style input{
	border-left: 0;
}
.edit-font.inline .font-group.font-align .justify{
	border-radius:4px 0 0 4px;
	border-left:1px solid;
}
.edit-font.inline .font-group.font-align .font-container-button:hover,
.edit-font.inline .font-group.font-align .font-container-button.active{
	background-color:#E6E6E6;
}
.edit-font.inline .font-group.font-align .font-container-button.active i{
	color:#2AAAEA;
}
/* ---------- */
.element{
	position :absolute; 
	border:1px solid transparent !important;
	outline:1px solid transparent !important;
}
.page{
	height: 100%;
	border: 1px solid transparent;
	position: absolute;
	-moz-box-sizing: border-box;
}
#editor-html-corpo{
	width:100%;
	margin-top: 50px;
	position:relative;
	padding-bottom: 10px;
}
.body[data-item="Base"]{
	position:relative;
	height:1050px;
	border: 0 !important;
}
#view{
	overflow:hidden;
}
.base-header,
.base-body,
.base-footer,
.fullScreen{
	box-sizing: border-box;
}
.base-header{
	top  : 0;
	left : 0;
}
.base-body{
	overflow:visible !important;
	position:absolute;
}
.content-header,
.content-body,
.content-footer,
.baseContent{
	height:100% !important;
	margin:0 auto;
	position:relative;
}
.base-header.fixedElements{
	z-index: 99 !important;
}
.base-header.fixedElements {
	top: 50px;
}
#editor-html-corpo .base-header.fixedElements{
	top : 50px !important;
}
#editor-html-corpo #view.tablet .base-header.fixedElements,
#editor-html-corpo #view.mobile .base-header.fixedElements{
	top : 105px !important;
}

#view.desktop .fullScreen.fixedElements{
	width: 100% !important;
	left : 0 !important;
}

#editor-html-corpo #view.desktop .fullScreen.fixedElements,
#editor-html-corpo #view.desktop .base-header.fixedElements,
#editor-html-corpo #view.desktop .base-footer.fixedElements{
  	left: 0 !important;
}
#editor-html-corpo #view.tablet .fullScreen.fixedElements,
#editor-html-corpo #view.tablet .base-header.fixedElements,
#editor-html-corpo #view.tablet .base-footer.fixedElements{
	width: 768px !important;
  	left: 50% !important;
  	margin-left: -384px !important;
}

#editor-html-corpo #view.mobile .fullScreen.fixedElements,
#editor-html-corpo #view.mobile .base-header.fixedElements,
#editor-html-corpo #view.mobile .base-footer.fixedElements{
	width: 320px !important;
  	left: 50% !important;
  	margin-left: -160px !important;
}

#view.desktop .page,
#view.desktop .fullScreen > [data-item],
#view.desktop .baseContent,
#view.desktop .content-header,
#view.desktop .content-body,
#view.desktop .content-footer{
    width:990px;
}
#view.tablet .page,
#view.tablet .fullScreen > [data-item],
#view.tablet .baseContent,
#view.tablet .content-header,
#view.tablet .content-body,
#view.tablet .content-footer,
#view.tablet .items-list{
    width:768px;
}
#view.mobile .page,
#view.mobile .fullScreen > [data-item],
#view.mobile .baseContent,
#view.mobile .content-header,
#view.mobile .content-body,
#view.mobile .content-footer,
#view.mobile .items-list{
    width:320px;
}
.base-header,.base-footer{
	height:200px;
}
.content-header,.content-footer,.content-body{ 
	height: 100%;
}
.manutencao{
	font-size: 17px;
	padding: 50px 0;
	text-align: justify;
	line-height: 25px;
}
.divBlock:after{
	content:no-close-quote;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:auto;
}
.ui-slider .ui-widget-header{
    background:#5bc0de;
}
.ui-slider{
	border: 1px solid #47B8DA !important;
}
.ui-slider-horizontal .ui-slider-handle{
	top:-3px;
	border: 1px solid #5498B9;
	background: #E4E4E4;
	font-weight: normal;
	color: #555555;
	width: 12px;
	cursor: pointer;
	border-radius: 2px;
	outline: 0;
}
.ui-slider-horizontal{
	height: 12px;
}
.text-ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fieldset-decorate{
	padding: 15px;
	border: 1px solid lightgray;
	background-color: rgb(235, 235, 235);
}
.fieldset-decorate-clear{
	padding: 10px;
	border: 1px solid lightgray;
	background-color: rgba(235, 235, 235, 0.33);
}
.fieldset-decorate legend{
	margin-bottom:0;
	font-size: 17px;
}
.clearBoth::after{
	content:no-close-quote;
	display: table;
	clear:both;
}
.omb-form-input-multiple div:first-of-type{
	margin-top:0;
}
.omb-form-input-multiple div:last-of-type{
	margin-bottom:0;
}
.ui-spinner{
	width:100%;
	line-height: 34px;
	height: 35px;
}
.ui-spinner input{
	width: 100%;
	margin: 0;
	height: 32px;
	padding: 5px 15px 5px 7px;
	line-height: 1.42857143;
	font-size: 12px
}
.ui-spinner input:focus{
	outline:0;
}
.sortable-placeholder {
	border: 1px dashed lightgray;
	background-color: lightyellow;
}
.sortable-placeholder.invalid{
	background-color:#f2dede;
	border: 1px dashed #e4b9b9;
	position:relative;
}
.sortable-placeholder.invalid:before{
	content: "Limit of 4 columns";
	position:absolute;
	color:black;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:10px;
	
}
.sortable-placeholder.invalid:after{
	content: no-close-quote;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	margin-top: -20px;
	margin-left: -12.5px;
	background-image: url('/images/glyphicons/png/glyphicons_199_ban.png');
	z-index: 2;
	background-size: contain;
}
.container-group-options{
	margin-bottom:5px;
}
.tooltip-inner{
	max-width : 350px !important;
}
div#barra-ferramenta .tooltip-inner{
	width: 100px !important;
}
.btn-submit-omb100{
	cursor: pointer;
	border: 0px;
	outline: 0px;
	text-align: right;
	background-color: transparent;
	height: 34px;
}
.btn-submit-omb100 i{
	color:#696969;
}
.btn-submit-omb100:hover i{
	font-weight:bold;
}
.form-control:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.animation-invisible{
    opacity:0;
	visibility:hidden;
}
.animation-visible{
	opacity:1;
}
.fixed{
	position:fixed !important;
}
.fixedElements{
	position:fixed !important;
    z-index: 98 !important;
}
.modal-update-save{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 9999;
	top: 0;
	left: 0;
}
.modal-update-save-content{
	position: absolute;
  	top: 50%;
  	left: 50%;
  	color: white;
 	margin-left: -150px;
 	margin-top:-30px;
  	width: 300px;
 	text-align: center;
}
.modal-update-save-content h4{
	font-size: 22px;
}
.modal-update-save-content i{
	font-size: 20px;
}
#loading-editor, #loading-modal{
	width: 100%; 
	height: 100%; 
	z-index: 1007;
	position: fixed; 
	top:0; 
	left:0;
}
#loading-editor{
	background-color: white; 
}
#loading-modal{
	background-color: rgba(0, 0, 0, 0.5); 
}
#loading-editor > img,
#loading-editor > div,
#loading-modal i{
	position: absolute;
  	top: 50%;
  	left: 50%;
}
#loading-editor > img{
	margin-left: -90px;
  	margin-top: -20px;
}
#loading-editor > div{
    left: 0;
    font-size: 18px;
    color:#696969;
    text-align: center;
    width: 100%;
}
#loading-modal i{
  	font-size:20px;
  	color:white;
  	margin-left: -10px;
  	margin-top: -10px;
}
#loading-modal.hide-cog > i{
	display:none;
}

/* fix corners */
.topLeftPosition, .topRightPosition,
.bottomLeftPosition, .bottomRightPosition{
	position : fixed !important;
	z-index: 999 !important;
}

.topLeftPosition, .topRightPosition{
	top    : 0 !important;
	bottom : initial !important;
}

.topRightPosition{
	left   : initial !important;
	right  : 0 !important;
}

.topLeftPosition{
	left   : 0 !important;
	right  : initial !important;
}

.bottomLeftPosition, .bottomRightPosition{
	top    : initial !important;
	bottom : 0 !important;
}

.bottomRightPosition{
	left   : initial !important;
	right  : 0 !important;
}

.bottomLeftPosition{
	left   : 0 !important;
	right  : initial !important;
}

.editor-html .topLeftPosition,
.editor-html .topRightPosition{
	margin-top:50px;
}
.positionSelect{
	background-position: 0 22px;
}
#boxPosition{
	width: 82px;
	height: 84px;
}

/* BACKGROUND */
.fullScreen_texture{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-repeat: repeat;
	background-size: initial;
	z-index: auto;
}
.video-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: auto;
}
.video-banner-overlay{
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	z-index: auto;
	overflow: hidden;
}
.texture-banner-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}
.video-thumb{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background-size:cover;
}
.fullScreen_video{
	min-width: 100%;
	min-height: 100%;
}

/* TABLET */

#view.tablet .bottomRightPosition,
#view.tablet .topRightPosition{
	left: initial !important;
	right: 50% !important;
	margin-bottom: 56px;
	margin-right: -383px !important;
	margin-top: 64px;
 }

#view.tablet .bottomLeftPosition,
#view.tablet .topLeftPosition{
	right: initial !important;
	left: 50% !important;
	margin-bottom: 56px;
	margin-left: -383px !important;
	margin-top: 64px;

}
#view.tablet .fullScreen_texture{
	width: 768px;
	left: 50%;
	margin-left: -384px;
	top: 65px;
	bottom: 55px;
	height: auto;
}
#view.tablet .video-overlay{
	width: 768px;
	left: 50%;
	margin-left: -384px;
	top: 65px;
	bottom: 55px;
	overflow:hidden;
}
#view.tablet .fullScreen_video{
	width: auto;
	height: 100%;
	left: 50%;
	margin-left: -384px;
	top: 65px;
}
/* MOBILE */

#view.mobile .bottomRightPosition,
#view.mobile .topRightPosition{
	left: initial !important;
	right: 50% !important;
	margin-bottom: 56px;
	margin-right: -160px !important;
	margin-top: 64px;
 }

#view.mobile .bottomLeftPosition,
#view.mobile .topLeftPosition {
	left: initial !important;
	right: 50% !important;
	margin-bottom: 56px;
	margin-right: -69px !important;
	margin-top: 64px;
}
#view.mobile .fullScreen_texture{
	width: 320px;
	left: 50%;
	margin-left: -160px;
	top: 65px;
	bottom: 55px;
	height: auto;
}
#view.mobile .video-overlay{
	width: 320px;
	left: 50%;
	margin-left: -160px;
	top: 65px;
	bottom: 55px;
	overflow:hidden;
}
#view.mobile .fullScreen_video{
	width: auto;
	height: 100%;
	left: 50%;
	margin-left: -160px;
	top: 65px;
}

.custom-html-visible {
	border: 1px dashed red !important;
}
.topLeftPosition.ui-draggable,
.topRightPosition.ui-draggable{
	margin-top:50px;
}

.positionSelect{
	background-position: 0 22px;
}

#boxPosition {
	width: 82px;
	height: 84px;
}
.editor-html .ui-draggable[data-item="Anchor"]{
	z-index:1000 !important;
}
.popup.hide-title .omb-popUp-header{
	border-bottom: 0;
}
.popup.hide-title .omb-popUp-header-title{
	display:none;
}
.title-parallax{
	padding: 5px 15px;
	font-size: 13px;
	cursor: pointer;
	background-color: rgba(0, 173, 255, 0.12);
	border: 1px solid rgba(0,173,255,0.28);
	border-radius: 3px;
	margin: 10px 0;
}
.title-parallax:hover{
	background-color: rgba(0,173,255,0.20);
	border: 1px solid rgba(0,173,255,0.28);
}

.ui-widget-content a{
	color: #222222;
}

.desabilitado:after{
	z-index: 100 !important;
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	cursor: not-allowed !important;
}
.desabilitado .ui-slider .ui-widget-header{
	background-color: rgba(0, 0, 0, 0.42) !important;
}
.desabilitado .ui-widget-content{
	border: 1px solid rgba(0, 0, 0, 0.42) !important;
}
.desabilitado small{
	color: rgba(0, 0, 0, 0.42) !important;
}
.desabilitado label{
	color: rgba(0, 0, 0, 0.42) !important;
}
.desabilitado .ui-spinner.ui-widget.ui-widget-content.ui-corner-all{
	border: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.desabilitado .ui-spinner.ui-widget.ui-widget-content.ui-corner-all input{
	color: rgba(0, 0, 0, 0.42) !important;
}
.desabilitado .module-edit-border-radius.border-top-left-radius .description{
	border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
	border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.desabilitado .module-edit-border-radius.border-top-right-radius .description{
	border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
	border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.desabilitado .module-edit-border-radius.border-bottom-left-radius .description{
	border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
	border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.desabilitado .module-edit-border-radius.border-bottom-right-radius .description{
	border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
	border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.body:before{
	content:no-close-quote;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-repeat: repeat;
	background-size: initial;
}
.elements-loading-modal{
	position: absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.3);
	top: 0;
	left: 0;
}
.elements-loading-modal .fa{
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -10px;
	margin-left: -10px;
	font-size:20px;
	color:white;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-9,
.container-fluid,
.container{
	padding-right: 10px;
	padding-left: 10px;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.btn{
	outline: 0 !important;
}
.fade-line{
	display: block;
	border: none;
	height: 1px;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%,240, from(#989898), to(#fff));
}
label{
	font-weight: 400;
}
.bgPosition {
	width: 22px !important;
	height: 22px !important;
	margin: 3px !important;
	float: left;
}

/* ESTILO BORDER RADIUS*/
.module-edit-border-radius .ui-spinner .ui-spinner-input {
	width: 100%;
	padding-right: 17px;
	padding-left: 5px;
	margin: 0;
	height: 32px;
}
.module-edit-border-radius{
	padding-bottom:5px;
}
.module-edit-border-radius.border-top-left-radius .ui-spinner,
.module-edit-border-radius.border-bottom-left-radius .ui-spinner{
	float:left;
}
.module-edit-border-radius.border-top-right-radius .ui-spinner,
.module-edit-border-radius.border-bottom-right-radius .ui-spinner{
	float:right;
}
.module-edit-border-radius.border-top-left-radius .description{
	border-top:1px solid gray;
	border-left:1px solid gray;
}
.module-edit-border-radius.border-bottom-left-radius .description{
	border-bottom:1px solid gray;
	border-left:1px solid gray;
}
.module-edit-border-radius.border-top-right-radius .description{
	border-top:1px solid gray;
	border-right:1px solid gray;
}
.module-edit-border-radius.border-bottom-right-radius .description{
	border-bottom:1px solid gray;
	border-right:1px solid gray;
}
.module-edit-border-radius .ui-spinner,
.module-edit-border-radius .menu-radius{
	width:50%;
}
.module-edit-border-radius .ui-spinner .ui-spinner-input{
	width: 100%;
	padding-right: 17px;
	padding-left: 5px;
	margin: 0;
	height: 32px;
}
.module-edit-border-radius.border-top-left-radius .menu-radius,
.module-edit-border-radius.border-bottom-left-radius .menu-radius{
	padding-left:10px;
}
.module-edit-border-radius.border-top-right-radius .menu-radius,
.module-edit-border-radius.border-bottom-right-radius .menu-radius{
	padding-right:10px;
}
.module-edit-border-radius .menu-radius{
	float:left;
}
.module-edit-border-radius .menu-radius > div{
	height:35px;
}
.fix-all-pages-zindex{
	z-index: 98 !important;
}
.form-title-menu{
	font-weight: 600;
	font-size: 15px;
}
.button-defined-form:hover{
	color: #00A4DA;
}

.ace_editor, .ace_editor *
{
	font-family: "Monaco", "Menlo", "Ubuntu Mono", "Droid Sans Mono", "Consolas", monospace !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
}
#configScriptFullScreen{
	float: right;
	position: relative;
	top: 23px;
	z-index: 20;
}
.content-pages{
	max-height: 180px;
	overflow-y: scroll;
}
.elementHoverSelect:after{
	content: no-close-quote;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: auto;
	border: 2px dashed red;
}
.activeHover label{
	color: #43C6EC;
}
.base-editor-elements{
	margin-bottom: 10px;
}
.base-editor-elements label{
	font-size: 15px;
	margin-top: 5px;
}
.base-editor-elements select{
	width: 100%;
}
.base-editor-elements span{
	color: rgb(169, 68, 66);
}
.span-helper-hover-enable{
	display: block;
}
.span-helper-hover-disable{
	display: none;
} 
.has-hover,
.has-hover [data-item],
.has-hover [data-item] li{
	transition: all 500ms ease;
}
.has-fade-out,
.has-fade-out [name='element'][data-item]{
	opacity: 1;
}
#popUp-files-content-files-form .file-node-container-form{
	position: relative;
	top: 15px;
}
#popUp-files-content-files-form .file-node-container-form .uploader-file-preview{
	width: 100%;
	margin-bottom: 5px;
}
#popUp-files-content-files-form .uploader-file-preview img{
	width: 40px;
}
#popUp-files-content-files-form .uploader-file-preview span{
	display: initial;
	margin: 15px;
}
#popUp-files-content-files-form .uploader-file-preview .modal-file-options-form{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#popUp-files-content-files-form .uploader-file-preview .modal-file-options-form i{
	font-size: 20px;
}
#popUp-files-content-files-form .uploader-file-preview .modal-file-options-form i:hover{
	cursor: pointer;
	color: #5bc0de;
}
.invisible{
	visibility: hidden;
	display: none;
}
.divCenter {
	height: 100%;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-align-items: center !important;
	align-items: center !important ;
	-webkit-justify-content: center !important;
	justify-content: center !important;
}
.divBlocked {
	pointer-events: none;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.center-text-animation{
	height: 200px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid lightgray;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
[name="element"][data-item="Text"],
[name="element"][data-item="JustifiedGallery"],
[name="element"][data-item="Image"]{
	min-height: 20px;
	height: auto !important;
}
.fb_iframe_widget{
	min-width: 60px;
	min-height: 20px;
}
.fb_iframe_widget:empty::after{
	content: 'Loading Facebook...';
	display: block;
	padding: 10px 5px;
	font-weight: 400;
	text-shadow: 1px 1px 2px white;
}