body {
	font-size: 12pt;
}

main#content::before, div#main::before {
    clear: both;
    content: " ";
    display: block;
}

main#content, div#main {
	margin: 0 auto;
	width: 70%;
	min-width: 842px;
	clear: both;
	padding-top: 0.5em;
	display: block;
}
	
body > header, body > footer {
	margin: 0 auto;
	width: 70%;
	min-width: 842px;
}
	
.block_content {
	padding: 0.5em 0;
}

.row {
	padding: 0.5em 1em;
}

.row:hover {
	background-color: #e7f2fc;
}
.block_table tbody tr:hover, .block_table.cm_expandable tbody tr:hover {
	background-color: #e7f2fc;
}

.cell {
	overflow: visible;
	display: inline-block;	
	float: left;
	height: auto;
	position: relative;
}

.cell:after {
	content: " ";
	height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0.1em;
}

.label { 
  text-align: right;
  padding-bottom: 0.5em;
}

.label .infotextfixed {
	text-align: left;
	width: calc(100% - 0.5em);
}

.field {
	padding-bottom: 0.5em;
}

.field .message {
	padding-top: 0.5em;
}

.field .inlineMessage_msgList:after {
	content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.labelAttach .label {
	text-align: left;
}

.labelAttach.controltype_checkbox .info, .labelAttach.controltype_radio .info {
	margin-top: -0.33em;
	margin-right: 0.5em;
}

.labelAttach.controltype_checkbox .fieldinner .info, .labelAttach.controltype_radio .fieldinner .info {
	padding-left: 0.5em;
}

.valueLabel .label {
	text-align: left;
}

.label label {
	padding-right: 0.5em;
	display: inline-block;
	max-width: 100%;
}

.cell:not(.valueLabel):not(.labelAttach) .label {
	padding-left: 0.5em;
}

.cell.valueLabel .label {
	padding-right: 0.5em;
}

.cell:not(.valueLabel):not(.labelAttach) .field {
	padding-right: 0.5em;
}

.cell.valueLabel .label {
	padding-left: 0.5em;	
}

.controltype_radioGroup.withInfo .cellinner > .label label {
    width: calc(100% - 2.5em);
}

.withInfo .cellinner > .label .info .infoI {
    left: -0.5em;
}

.labelAttach.controltype_radioGroup.withInfo .fieldinner > .info {
    margin-left: 1em;
}

.field {
	padding-left: 0.5em;
}

.label label .label_text {
	display: contents;
	max-width: 100%;
}

.message {
	clear: left;
	padding-left: 0.5em;
}

.cellinner > .message {
	margin-left: 2.0em;
}

.valueLabel .label {
	float: right;
	padding-right: 0;
}

.valueLabel:not(.labelLong) .label {
	padding-left: 0.5em;
}

.valueLabel .field, .valueLabel .message {
	padding-left: 0;
	padding-right: 0.5em;
}

.labelAttach:not(.valueLabel) .field {
	padding-right: 0;
}

.labelAttach .cellinner > .label {
	display: none;
}

.labelAttach .attachedLabel {
	font-weight: bold;
	position: relative;
	top: calc(0.25 * 0.5em);
	padding-right: 0.5em;
	left: 0.5em;
	margin-left: 1em;
}

.labelAttach .attachedLabel:after {
	display: block;
	content: '';
	margin-bottom: -0.5em;
}

.labelAttach.valueLabel .infotextfixed {
	margin-top: calc(0.5em * 1.5);
}

.labelAttach:not(.valueLabel) .infotextfixed {
	width: 100%;
}

.labelAttach.controltype_radioGroup fieldset {
	float: left;
	display: block;
}

.labelAttach.controltype_radioGroup .group_cell {
	padding-left: 1.1em;
	position: relative;
	width: auto;
}

.labelAttach.controltype_radioGroup .group_cell label {
	width: calc(100% + 1.4em);
}

.labelAttach.controltype_radioGroup .group_cell .radio_wrap {
	position: absolute;
	top: 0;
	left: 0;
}

.labelLong .field {
	clear: both;
}
.labelLong.valueLabel .field {
	margin-left: 0;
}

.labelLong.valueLabel .field {
	padding-right: 0;
}

select.fieldwidthLimit {
	width: 100%;
}

.controltype_checkbox .field, .controltype_radio .field, .controltype_checkboxGroup .field, .controltype_radioGroup .field, .controltype_radioButtonGroupClassic .field, .controltype_radioButtonGroupModern .field, .controltype_checkboxButtonGroupClassic .field, .controltype_checkboxButtonGroupModern .field  {
    padding-top: 0.5em;
}

.switchlist .switchlist_add button:hover:not(:disabled):before, .switchlist .switchlist_add button:focus:not(:disabled):before,
.switchlist .switchlist_remove button:hover:not(:disabled):after, .switchlist .switchlist_remove button:focus:not(:disabled):after {
	background-color: #e7f2fc;
}
