/**********************************************************/
/* CUSTOM LIFERAY AUI                                     */
/**********************************************************/

/* Body */
.aui body {
	font-weight: initial !important;
}

/* Fieldsets */
#wrapperApp fieldset {
	border: solid 1px #e0e0e0;
	padding: 0.6em 1em;
}

#wrapperApp legend {
	width: auto;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 15px;
	border: 0;
	margin: 0 !important;
}

/* Labels */
.aui label {
	cursor: default;
}

/* Form fields */
.aui input, .aui textarea, .aui .uneditable-input {
	width: 90%;
}

.aui select, .aui textarea, .aui input[type="text"], .aui input[type="password"], .aui input[type="datetime"], .aui input[type="datetime-local"],
	.aui input[type="date"], .aui input[type="month"], .aui input[type="time"], .aui input[type="week"], .aui input[type="number"], .aui input[type="email"],
	.aui input[type="url"], .aui input[type="search"], .aui input[type="tel"], .aui input[type="color"], .aui .uneditable-input {
	margin-bottom: 0px !important;
}