.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{
	min-height:100px;
}
/********** Linha *************/
[data-item^="Linha"]{
	margin: 0 auto;
}
[data-item^="LinhaVertical"].custom-style > [data-item]{
	height 			: 100%;
	border-right	: 0;
	border-top		: 0;
	border-bottom	: 0;
	border-left	: 2px solid;
}
[data-item^="LinhaHorizontal"].custom-style > [data-item]{
	width			: 100%;
	border-left		: 0;
	border-right	: 0;
	border-top		: 0;
	border-bottom	: 2px solid
}

/********** Fonts *************/
[class*='font_'] * {
	font-size: inherit;
	font-family: 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;
}
[class*='color_'] * {
	color: inherit;
}
.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;
} 