﻿@import '../default.less';
@import '../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

#sys-header
{
	width: 900px;
	padding: 5px;
	margin-bottom: 10px;
	font-family: @text-font;
	font-size: 14pt;
	color: white;
	background-color: @accent-color;
}

#aggregation-start
{
	margin-top: 5px;
	padding: 5px 5px;
}

.update-option-info-text
{
	font-family: @title-font;
	font-size: 10pt;
	font-weight: normal;
}

#aggregation-group
{
	textarea
	{
		margin-bottom: 10px;
	}

	label
	{
		font-weight: normal;
		display: block;
	}

	#aggregation-updateanduse
	{
		label
		{
			display: inline-block;
			margin-left: 5px;
			margin-right: 5px;
		}
	}
}
