.portlet-configuration {
	.lfr-panel-content {
		padding: 0 1em;
	}
	
	input[type="text"] {
    	width: 80% !important;
	}
	
	fieldset.rows-container {
		border-width: 0;
		margin-top: 0;
	}

	.editing-disabled dt {
		color: #999;
		float: left;
		font-weight: bold;
		width: 6em;
	}

	.lfr-form-row {
		.field {
			margin-left: 2em;
		}

		.field.options, .validation .field {
			clear: both;
			display: block;
		}

		.field-title {
			color: #000;
			font-size: 120%;
			font-weight: bold;
			padding: 3px;
		}
	}

	.syntax-help {
		margin: 2em 0 0 2em;
	}

	.validation {
		clear: left;
	}

	.label-name .field-wrapper-content {
		margin-top: 0;
	}

	.label-name input, .options input {
		width: 200px;
	}
	
	.styleOptions input[type="checkbox"] {
    	width: auto !important;
	}
}

.web-form-portlet {
	.description, .footer {
		margin-bottom: 2em;
	}
	
	.control-group {
		margin-bottom: 15px !important; 
	}
	
	p {
		color: #555;
    	font-size: 15px;
    	font-weight: 200;
	}
	
	.counter-wrapper {
		margin-top: -15px;
		color: #555;
		font-size: 12px;
		font-weight: 200;
		margin-bottom: 15px;
	}
	
	.bold label, p.bold {
		font-weight: bold;
	}
	
	.italic label, p.italic {
		font-style: italic;
	}
	
	.underline label, p.underline {
		text-decoration: underline;	
	}
	
	.normal label {
		font-size: 1em;
	}
	
	.smaller label, p.smaller {
		font-size: 0.8em;
	}
	
	.smallest label, p.smallest {
		font-size: 0.6em;
	}
	
	.bigger label, p.bigger {
		font-size: 1.2em;
	}
	
	.biggest label, p.biggest {
		font-size: 1.4em;
	}
	
	.separador-blanc {
		padding-bottom: 15px;
	}
	
	.separador-linia {
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 15px;
	}
	
	.summary {
	
		font-size: 16px;
	
		p.identificador {
			font-size: 18px;
			font-size: 16px;
		}
		
		span.fieldName {
			color: #555;
			font-weight: bold;
			font-size: 16px;
		}
		
		span.fieldValue {
			font-size: 16px;
		}
		
		a.downloadpdf {
			margin-top: 12px;
			font-size: 16px;
		}
		a.torna {
			margin-left: 20px
		}
	}
}