/****************************************/

/* scrollbar */

/****************************************/

::-webkit-scrollbar {
	width: 15px;
}

/* Track */

::-webkit-scrollbar-track {
	background: #EBE2D38C;
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: #EBE2D3;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #EBE2D3;
}

/****************************************/

/* viewer */

/****************************************/

.page_body {
	_background: transparent;
}

/****************************************/

.viewerImagePreview {
	border: 2px solid #000000;
}

.viewerImagePreviewActive {
	border: 2px solid #ebe2d3;
}

/****************************************/

.navigation {
	background: black;
}

.navigationCell {
	padding: 10px 0px 0px 0px;
}

.button_tool {
	background: transparent;
	background-image: none;
	border: 1px solid rgb(64, 64, 64);
}

.button_tool:hover {
	background-image: linear-gradient(rgb(176, 176, 176), rgb(148, 148, 148));
}

.button_tool_down {
	background: #90a0d0;
}

.button_tool_active {
	background: #8888b8;
}

.button_tool_nonactive {
	background: transparent;
}

.button_tool, .button_tool_down, .button_tool_active, .button_tool_nonactive {
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border-radius: 0px;
	cursor: pointer;
}

.button_tool_nonactive img {
	opacity: 0.4;
}

.rasterCell {
	border: 2px solid #000000;
}

.rasterCellActive {
	border: 2px solid #000000;
}

.ui-or-color-back-head {
	background: #004985;
}

/****************************************/

div_assign {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -20px;
	width: 100%;
	height: 20px;
	color: #ffffff;
	font-size: 12px;
	/* cursor: pointer; */
}

.div_assign_no {
	background: #004985a0;
}

.div_assign_yes {
	background: #a0a0a0a0;
}

.div_assign_rejected {
	background: #812b2ba0;
}

div_assign_icons {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: -30px;
	width: 96px;
}

/****************************************/

.select_assign_images {
	width: 500px;
	background: #ffffffc0;
}

.assign_image_table {
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.assign_image_table div_row {
	display: table-row;
}

.assign_image_table div_cell {
	display: table-cell;
	background_: #ffffff;
	box-sizing: border-box;
}

.assign_image_table div_cell_spacing {
	display: table-cell;
	box-sizing: border-box;
	width: 6px;
	padding-left: 6px;
}

.assign_image_table div_cell_head {
	display: block;
	box-sizing: border-box;
	font-weight: normal;
	background: #ffffff;
	color: #000000;
	border: 0px solid #79746D;
	border-width: 0px 0px 4px 0px;
	padding: 1px 5px 1px 5px;
}

.assign_image_table div {
	padding: 1px 5px 1px 5px;
	color: #00000082;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.assign_image_table div:nth-child(even) {
	background: #e0e0e0a0;
}

.assign_image_table div:nth-child(even):hover {
	background: #a0a0a0a0;
}

.assign_image_table div:nth-child(odd) {
	background: #ffffff;
}

.assign_image_table div:nth-child(odd):hover {
	background: #a0a0a0a0;
}

.assign_image_table div_l {}

.assign_image_table div_r {}

.assign_image_kreis {
	width: 6px;
	height: 6px;
	border-radius: 4px;
	border: 1px solid #707070;
}

.assign_image_kreis_active {
	width: 6px;
	height: 6px;
	border-radius: 4px;
	border: 1px solid #707070;
	background: #707070;
}
