.control {
	float: left;
	border-radius: 5px;
	border: 1px solid;
	margin: 10px;
	/*max-height: 500px;*/
}

.controlItem {
  border-radius: 5px;
  border: 2px solid #73AD21;
  padding: 10px;
  margin: 10px;
}

.controlItemEntry {
	margin: 5px;
	height: 24px;
}

.controlItemEntryLabel {
	float: left;
	font-weight: bold;
}

.controlHeader {
	text-align: center;
	margin-top: 10px;
	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: 0px;
  margin-right: 0px;
}

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;
}*/

.inputTextHeight {
	height: 22px;
	padding: 0px;
	float: right;
}

.selectElement {
	height: 24px;
	padding: 0px;
	float: right;
}

/*.inputTextAndIcon {
	height: 22px;
	padding: 0px;
	float: right;
}*/