/*------ vseobecne ------*/
* {     
	font-family: Arial; 
	font-size: 12px;
	color:black;
}
body {
	margin: 0px;
	padding: 0px;
}

table { 
	border-collapse: collapse;
}
td, th {
	text-align:left; 
	vertical-align: top;
}
img {
	vertical-align: middle;
	border: 0px; margin: 0px;
}
ul, ul li, form {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
input, textarea, select {
	border: #babbbd;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 3px;
}
legend{
	color:gray;
	font-weight: bold;
}
.nsessTableError {
	color: red;
	font-weight: bold;
	height: 23px;
}
.nsessTableSelect {
	background-color: #FD6500;
	height: 23px;
}
.nsessTableSelectedError {
	color: red;
	font-weight: bold;
	background-color: #FD6500;
	height: 23px;
}
.nsessTableRow {
	height: 23px;
}
.feedbackPanelERROR{
	font-weight: bold;
	color: red;
}
.feedbackPanelWARNING{
	font-weight: bold;
	color: blue;
}
.feedbackPanelINFO{
	font-weight: bold;
	color: green;
}
.feedbackPanel ul {
	background-color: #f2f2f2;
    padding: 5px;
}
.bold {
	font-weight: bold;
}
.fieldRemarks{
	color:#666666;
	font-size: 10px;
}

input[type='radio'].isrs-operation {
	margin: 0 5px 0 0;
}

label.isrs-operation {
	padding: 0 5px 0 0;
}

fieldset.isrs-fieldset {
	margin-bottom: 5px;
}

div.isrs-field {
	width: 100%;
	padding: 2px 0;
	display: flex;
	align-items: center;
}

label.isrs-field {
	display: inline-block;
}

label.isrs-field.required {
	font-weight: bold;
	background-color: white;
}

input[type='text'].isrs-field {
	width: 100%;
	box-sizing: border-box;
}

input[type='checkbox'].isrs-checkbox {
	width: 12px;
	height: 12px;
	margin: 4px;
}

div.isrs-buttons {
	padding-top: 5px;
	text-align: right;
}

.text-bold {
	font-weight: bold;
}

.text-bold-red {
	font-weight: bold;
	color: red;
}

.text-bold-green {
	font-weight: bold;
	color: green;
}

.text-bold-blue {
	font-weight: bold;
	color: blue;
}

.setting-field {
	width: 520px;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.setting-field .setting-field-label {
	width: 30%
}

.setting-field .setting-field-input {
	width: 70%
}

div.setting-field-input input:not([type='checkbox']){
	width: 100%
}

div.setting-field-label label {
	background-color: white;
}

.setting-radiochoice {
	width: 520px;
	padding-bottom: 5px;
}

div.setting-radiochoice label {
	padding-left: 10px;
}