.ajaxwindow {
	display:  none;
	position: fixed;
    top: 120px;
    left: calc(50% - 250px);
	width: 50%;
	height: 50%;
	//box-shadow: 0 0 5px 5px #aaa;
	box-shadow: 0 0 0 5000px rgba(0,0,0,0.2), 2px 2px 2px 2px rgba(0,0,0,0.3);
	z-index: 1000;
	border: 1px solid var(--color_bg_dark);
	border-bottom: 10px solid var(--color_bg_dark);
	background-color: white;
	padding: 0;
	font-weight: normal;
	min-width: 600px;
	min-height: 200px;
	z-index: 1000;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 70px;
}
.ajaxwindow h2 {
	background-color: var(--color_bg_dark);
	margin: 0;
	padding: 4px;
	color: rgba(255,255,255,0.6);
	text-align: left;
	line-height: 20px;
	font-weight: 500;
	white-space: nowrap;
	width: 100%;
	font-size: 16px;
	cursor: move;
	overflow-x: hidden;
	overflow-y: hidden;
}
.ajaxwindow .variant {
	color: orange;
}
.ajaxwindow h2 img {
	position: absolute;
	left: 4px;
	cursor: pointer;
	border: 0;
	height: 20px;
	width: 20px;
}
.ajaxwindow h3 {
	margin: 4px;
	padding: 2px;
	padding-left: 6px;
	padding-right: 0px;
	color: var(--color_bg_dark);
	font-weight: 500;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
	display: block;
}
.ajaxwindow .editnode-buttons {
    background-color: var(--color_bg_dark_10);
	padding: 4px;
	margin-bottom: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.ajaxwindow .editnode-ajaxpart {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.ajaxwindow .editnode-footer {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	margin-bottom: -3px;
	cursor: move;
}
.ajaxwindow input,
.ajaxwindow textarea,
.ajaxwindow select {
}
.ajaxwindow .editnode-data {
	white-space: nowrap;
	margin: 20px;
	margin-bottom: 40px;
	padding: 0;
}
.ajaxwindow .resizebar,
.ajaxwindow .resizebar1,
.ajaxwindow .resizebar2 {
	float: right;
	cursor: col-resize;
	margin-top: 7px;
	margin-left: 4px;
}
.evaluation_info {
	display: inline-block;
	z-index: 300;
	text-align: center;
	padding: 20px;
	width: 600px;
	position: fixed;
	background-color: white;
	top: 200px;
	//left: 0%;
	margin-left: -300px;
	box-shadow: 0 0 5px 5px #aaa;
}
.display_node_number, .display_node_number_numeric, .display_node_number_graphic,
.display_product_number, .display_product_number_picture, .display_product_number_correlation, .display_product_number_group,
.display_property_number, .display_property_number_data, .display_property_number_graphic, .display_property_number_correlation, .display_property_number_group,
.display_propertygroup_number, .display_propertygroup_number_ingroup,
.display_productgroup_number, .display_productgroup_number_ingroup,
.display_manufacturer_number, .display_manufacturer_number_products {
	font-size: 16px;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.25);
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 4px;
}