/**
  Tech list
*/
.tech-list {
	padding-left: 30px;
}

.tech-list-stage > .tech-list-stage-name {
	font-weight: bold;
}

.tech-list-stage ul {
	vertical-align: top;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 25px;
}

.tech-list-stage .li-item {
	display: flex;
}

.tech-list-stage .li-item > .parctrl-value-wrapper {
	flex-grow: 1;
}

.tech-list-stage .li-item .controls {
	margin-left: 5px;
}

.tech-list-stage .tech-list-stage-part {
	min-height: 20px;
}

.tech-list-stage .tech-list-stage-part > .nodecor:first-child {
	position: absolute;
}

.tech-list-stage ul.hid {
	display: none;
}

.tech-list-stage .nodecor {
	margin-right: 5px;
}

.tech-list-stage pre {
	white-space: pre-line;
	min-height: 20px;
}

.tech-list-stage {
	margin-bottom: 20px;
	font-weight: bold;
}

.tech-list-stage > * {
	font-weight: normal;
}

.tech-list.editing > .tech-list-stage > div[onclick]:hover,
.tech-list.editing > .tech-list-stage > pre[onclick]:hover {
	background-color: #DBEAF9 !important;
	cursor: pointer;
}

.tech-list .controls {
	margin-left: 20px;
}

.tech-list.editing .editing.editing {
	cursor: auto;
}

.tech-list .uploading {
	background-color: #ddd;
	opacity: 0.4;
}

.tech-list .needed {
	background-color: pink;
}

.tech-list .edited {
	background-color: #d0ffd0;
}

.tech-list-stage-noalt {
	position: absolute;
	right: 0;
}

.tech-list-stage-methods {
	position: absolute;
	right: 20px;
}

.tech-list-td {
	position: relative;
	vertical-align: top;
}

.tech-list .editing .editing-div {
	background-color: #fff;
	cursor: auto;
}

.tech-list .editing-div {
	background-color: #dddddd;
	border: 1px dashed #555;
	text-align: left;
	min-width: 200px;
	min-height: 20px;
	margin: 0;
}

.tech-list-stage-time, .tech-list-stage-workers, .tech-list-stage-control {
	padding-left: 25px;
	white-space: nowrap;
}

.editable-invalid {
	background-color: pink;
}