/**
 * Form styles
 *
 * @rev $Rev: 1469 $
 * @date $Date: 2020-05-06 19:33:16 +0200 (Mi, 06. Mai 2020) $
 * @author $Author: markus $
 */
.nonopt {
	color: #ff0000 }
div.nonopt_left {
	position: absolute;
	left: -15px }
	* html div.nonopt_left {
		position: relative;
		float: left;
		left: 0 }

h2.sect {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px;
}

table.form {
	width: 830px;
	empty-cells: show;
	margin: 10px 0 20px 0 }

.frm_err {
	background-color: #f00;
	color: #fff;
	padding: 2px 5px 3px 5px;
}
div.fe_err {
	font-size: 11px;
	line-height: 13px;
	margin: 5px 10px;
}

label {
	cursor: pointer;
}
td.cap label,
td.cap_err label {
	cursor: default;
}

table.form td {
	vertical-align: top;
	padding-bottom: 5px }
td.cap, td.cap_err, td.fld_ro {
	border-top: 1px solid #ccc;
	padding-top: 3px;
	padding-right: 20px;
	width: 330px;
}
td.cap_err {
	font-weight: bold;
	color: #ff0000 }
td.cap label {
	padding: 0 10px 5px 0;
	/*text-align: right;*/
	display: block }

td.fld, td.btn, td.fld_ro {
	border-top: 1px solid #ccc;
	width: 480px;
	padding-top: 0 }
td.fld_ro {
	width: 370px;
	padding: 3px 5px 5px 5px }
td.sect {
	padding-top: 5px }

td.btn {
	text-align: right }
input.frm, textarea.frm {
	background-color: #fff;
	font: 13px Helvetica, Arial, sans-serif;
	line-height: 16px;
	width: 470px;
	padding: 0px 4px;
	border: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
select {
	background-color: #fff;
	padding: 0px;
	border: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}
select.frm {
	width: 100px;
	/*display: block;*/
}
textarea.frm {
	height: 90px }

input[type=text].frm,
input[type=password].frm,
select.frm {
	font: 13px Helvetica, Arial, sans-serif;
	line-height: 16px !important;
	height: 24px;
}
select[multiple],
textarea.frm {
	min-height: 66px;
}

input.small, textarea.small {
	font: 11px Helvetica, Arial, sans-serif;
	line-height: 12px;
	padding: 2px 4px;
}
select.small {
	font: 11px Helvetica, Arial, sans-serif;
	line-height: 12px !important;
	height: auto;
}

.frm:focus {
	/*background-color: #fce7de !important;*/
	background-color: #ffffcc !important;
}
input.frm_btn, input.frm_btn_def {
	font-size: 11px;
	width: 120px;
	margin-top: 9px }
input.frm_btn_def {
	font-weight: bold }
select.popup {
	background-color: #fff;
	color: #000;
	width: 300px }
select.popup_hidden {
	display: none }

div.cb_group {
	position: relative }
div.cb {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 3px }
	/* IE ... */
	* html div.cb {
		left: -23px;
		top: -5px }
div.cb_label {
	margin: 0 0 0 20px;
	padding-top: 3px }
input.cb {}

div.frm_hint {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	margin-top: 6px;
	color: #000;
}
div.frm_hint p {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin-bottom: 6px }
div.frm_hint_above {
	font-weight: normal;
	margin: 3px 0 5px 0 }

/* table inside another table's cell */
table.inside td {
	padding: 0 }
tr.total td {
	font-weight: bold }

div.fe_lenlimit {
	font-size: 9px;
	line-height: 12px;
	color: #767f85;
	padding-top: 3px;
	padding-right: 10px;
	text-align: left }

.disabled {
	color: #999;
}
input.disabled, textarea.disabled, select.disabled,
input:disabled, textarea:disabled, select:disabled {
	color: #999;
	background-color: #f2f2f2;
}

.label {
	display: inline-block;
}

/* Form item type "table" */
table.fi {
	border-collapse: collapse;
	empty-cells: show;
}
table.fi th, table.fi td {
	text-align: left;
	vertical-align: top;
	padding: 2px 7px 2px 0;
}
table.fi th {
	font-size: 10px;
	line-height: 13px;
	padding-bottom: 3px;
}
table.fi td {
	white-space: nowrap;
}
table.fi div.frm_hint {
	display: inline;
}
table.fi td.rownum {
	padding-left: 0;
	font-size: 10px;
	color: #666;
}
table.fi .label {
	margin-top: 2px;
	white-space: normal;
}

/* List inside a form item or form item's caption or hint text */
ul.fi {
}
ul.fi > li {
	font-size: 10px;
	line-height: 13px;
	margin: 0 !important;
}

/* disabled select-multi element */
.frm_selectmulti_disabled {
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	padding: 2px 0 3px 0;
	border: 1px solid #ccc;
	cursor: default;
}
.frm_selectmulti_disabled > span.option {
	display: block;
	font-size: 11px !important;
	line-height: 14px !important;
	color: #7F7F7F;
	padding: 1px 3px 0 3px;
}
span.option.selected {
	background-color: rgb(212, 212, 212);
}

/* map */
.frm.map {
	width: 100%;
	height: 350px;
	border: 1px solid #ccc;
}

input[type=radio],
input[type=checkbox] {
	cursor: pointer;
}
input[type=radio]:disabled,
input[type=checkbox]:disabled {
	cursor: default;
}

/* SwitchOnOff */
.switch-state {
	display: block;
	border-radius: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.switch-state.inline {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 5px;
}
.switch-state > .btn {
	display: block;
	float: left;
	width: 50%;
	border: none;
	background-color: transparent;
}
.switch-state > .active {
	color: #fff;
	background-color: rgb(233, 94, 33);
}
.switch-state > .btn:nth-child(1) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.switch-state > .btn:nth-child(2) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
