.portlet-configuration {
	.lfr-panel-content {
		padding: 0 1em;
	}

	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;
	}
}

.section .webFormSection .section-header{
	padding: 0;
}


.web-form-portlet {
	.description {
		margin-bottom: 2em;
	}
}

.italic .control-group .control-label{
	font-style: italic;
}

#infarmed .webFormSection{
	font-family: "Roboto", sans-serif;	
}

#infarmed .webFormSection textarea:focus{
	border-color: #3c3c3c;
    outline: 0;
    box-shadow: none;
}

#infarmed .webFormSection textarea{
	border: 1px solid #d3d3d3;
	font-size: 15px;
	color: black;
	font-weight: 300;
	box-shadow: none;
}


#infarmed .webFormSection .control-group label span{
	display:none;
}

#infarmed .webFormSection .control-group .error-field{
	border-color: #ff0505;
}

#infarmed .webFormSection .success label{
	color: #1a1a1a;
}

@media screen and (min-width: 761px){
 		.section .webFormFields .form-column.half:first-child:nth-last-child(1) .control-group {
			width: calc(50% - 25px);
			
		}	
}


#infarmed .webFormSection .error label{
	color: #ff0505;
}

#infarmed .webFormSection .required{
	color: #ff0505;
}

#infarmed .webFormSection .control-group .error-field{
	border-color: #ff0505;
}
.section .webFormFields .form-row-columns .form-column .textAreaInput{
	max-width: 100% !important;
}

.section .webFormFields .italic .form-validator-stack .email{
		color: #ff0505;
}

.section .webFormFields .bottom-gutter{
	    margin-top: 40px;
}

.section .webFormFields .alert-success{
	margin-top: 20px;
}