/**
 * LazyEditForm Styling
 *
 * Define UI styling for LazyEditForm objects
 *
 * @package    Nemo Framework
 * @author     Neonfire Development <webmaster@neonfire.co.za>
 * @copyright  2023 Neonfire Development
 * @version    1.00.00
 */

.lazy-col-title { width: 150px; }
.lazy-col-value { width: 300px; }

.lazy-col-value input[type="text"],
.lazy-col-value input[type="number"],
.lazy-col-value select {
	width: 100%;
}

.lazy-col-value input.lazy-edit-form-date {
	width: 100px;
}

#lazy-edit-form tr.required th:after {
	content: " *";
	color: #900;
}

.lazy-required-notice {
	border: 1px #900 solid;
	background-color: #fee;
	color: #900;
	border-radius: 5px;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
