.body{
	background-color: transparent;
	background-image: none;
	background-origin: initial;
	background-size: initial;
	background-position: initial;
	background-repeat:no-repeat;
}
/********** PopUp *************/
[data-item^="PopUp_"].custom-style > [data-item]{
	background-color: rgb(255, 255, 255);
}
/********** Formulario *************/
.form-content-element{
	margin-bottom: 5px;
}
[data-item^="Formulario"] input[type="checkbox"],
[data-item^="Formulario"] input[type="radio"]{
	vertical-align: middle;
	margin-right: 10px;
	width:16px !important;
}
[data-item^="Formulario"] label{
	font-size: 14px;
}
[data-item^="Formulario"] .text-ellipsis{
	white-space: normal;
}
[data-item^="Formulario"] text{
	min-height:100px;
}

[data-item^="Formulario"] .row > div:first-child,
[data-item^="Mailmkt_"] .row > div:first-child {
	padding-left: 0;
}

[data-item^="Formulario"] .row > div:last-child,
[data-item^="Mailmkt_"] .row > div:last-child {
	padding-right: 0;
}

/********** Linha *************/
[data-item^="Linha"]{
	margin: 0 auto;
}
[data-item^="LinhaVertical"].custom-style > [data-item]{
	height 			: 100% !important;
}
[data-item^="LinhaHorizontal"].custom-style > [data-item]{
	width			: 100% !important;
}

/********** Fonts *************/
[class*='font_'] *:not([face]){
	font-family: inherit;
}
[class*='font_'] *:not([size]){
	font-size: inherit;
}
.font_0{
	font-size	: 14px;
	font-family	: Architects Daughter;
}
.font_1{
	font-size	: 55px;
	font-family	: Architects Daughter;
}
.font_2{
	font-size	: 42px;
	font-family	: Architects Daughter;
}
.font_3{
	font-size	: 35px;
	font-family	: Architects Daughter;
}
.font_4{
	font-size	: 24px;
	font-family	: Architects Daughter;
}
.font_5{
	font-size	: 17px;
	font-family	: Arial, Helvetica, sans-serif;
}
.font_6{
	font-size	: 14px;
	font-family	: Arial, Helvetica, sans-serif;
}
.font_7{
	font-size	: 11px;
	font-family	: Arial, Helvetica, sans-serif;
}
.color_0{
	color:blue;
}
.color_1{
	color: black;
}
.color_2{
	color: black;
}
.color_3{
	color: black;
}
.color_4{
	color: black;
}
.color_5{
	color: black;
}
.color_6{
	color: black;
}
.color_7{
	color: black;
}
.custom_border > [data-item]{
	border-width:1px;
	border-color:black;
	border-style:solid;
}
.omb-text *{
	/*line-height: normal;*/
}
.omb-text * span{
	line-height: inherit;
}
.omb-text > [data-item]{
	word-wrap: break-word;
}
/*#view.desktop #publish-view .fullScreen:not(.fb){
	width: 100vw !important;
	left: calc(-50vw + 50%) !important;
}*/

#view.mobile #publish-view .fullScreen {
	width: 102% !important;
	left: calc(-50% + 49%) !important;
}