#main-content {
	margin-top:20px;
	/*min-width: 350px;
	justify-content: space-between;*/
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

.control {
	position: relative;
	float: left;
	border-radius: 4px;
	/*border: 1px solid;*/
	margin: 4px;
	/*padding-bottom: 30px;*/
	background-color: #E0E0E0;
}

.controlItem {
	border-radius: 4px;
	border: 1px solid white;
	/*border: 1px solid #F5F5F5;*/
	padding-bottom: 4px;
	margin: 8px;
	/*background-color: #F5F5F5;*/
	background-color: #F8F8F8;
}

.controlItemEntry {
	margin: 8px;
	/*height: 24px;*/
}

.controlItemEntryLabel {
	float: left;
	font-weight: bold;
}

.controlHeader {
	text-align: center;
	margin-top: 8px;
	font-weight: bold;
	font-size: 18px;
}

.controlItemHeader {
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
}

.buttonPanel {
  display: flex;
  justify-content: space-between;
  border-style: none;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  /*margin: 8px;
  position: absolute;
  bottom: 0;
  background-color: blue;*/
}

.bottom {
	position: absolute;
	bottom: 0;
}

span.spanLabel {
	/*width: 100px;
	float: left;*/
	font-weight: bold;
	height: 26px;
}

div.divLabel {
	/*width: 100px;*/
	font-weight: bold;
	height: 26px;
}

/*.defaultHeight {
	height: 22px;
	padding: 0px;
}*/

.inputTextElement {
	height: 20px;
	padding: 0px;
	float: right;
	outline: none;
}

.inputTextNumberElement {
	height: 20px;
	padding: 0px;
	float: right;
	outline: none;
}

.selectElement {
	height: 24px;
	padding: 0px;
	float: right;
}

/*.inputTextAndIcon {
	height: 22px;
	padding: 0px;
	float: right;
}*/

.footer {
	font-size: 14px;
	text-align: center;
}

.inputTextError { 
	border:  2px solid red; 
}

.inputTextValidated { 
	border:  2px solid green; 
}

.HighlightText {
	background-color: Yellow;
}