small {
	font-size: 0.7em;
}

.formlist > li:not(:last-child) {
   border-bottom: 1px dashed black; 
}

.formlist > li > form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
}

.fullwidth {
  width: 100%;
}

.grow {
  flex-grow: 1;
}

#allsettings div.key_value {
   display: flex;
   flex-wrap: wrap;
   column-gap: 5px;
   row-gap: 5px;
} 

#allsettings div.key_value input[type="text"] {
   width:unset;
} 

#allsettings div.key_value input[type="text"].key {
   align-self: flex-start;
} 

#allsettings div.key_value input[type="text"].value {
   flex-grow:1;
} 

#allsettings div.key_value textarea.value {
   flex-grow:1;
} 

#allsettings div.key_value div.objfld_value {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	border: 1px solid;
	padding: 0 5px 5px 5px;
} 

#allsettings .switchedString {
	width: 100%;
	flex-direction: row;
	display: flex;
}

#allsettings  div.key_value .switchedString input[type="text"].disablable {
	width: 100%;
	margin-left: auto;
}

#allsettings  .switchedString input[type="text"].disablable {
	width: 100%;
	margin-left: auto;
}


* {
	box-sizing: border-box;
}

li {
  list-style: none;
  list-style-position: inside;
}

textarea {
	resize: vertical;
}
.box1 {
	width: 100%;
	border: 1px solid;
	display: block;
}
.box1.empty {
	display: none;
}
.box1 h1.normal {
	display: unset;
}
.box1 h1.as_header {
	display: none;
}



.hidden {
	display: none;
}

.box1.as_header {
	display: block;
}

.box1.as_header ul li {
	display: none;
}

.box1.as_header ul li.as_header {
	display: unset;
}

.box1.as_header fieldset {
	display: none;
}
.box1.as_header fieldset.as_header {
	display: block;
}

.box1.as_header h1.normal {
	display: none;
}
.box1.as_header h1.as_header {
	display: unset;
}
.box1.as_header input[type="button"] {
	display: none;
}

#award_list fieldset fieldset {
	background-color: beige;
}
#award_list fieldset.award.folded {
	display: none;
}

#award_list fieldset.project[data-setarchive='empty'] fieldset.archive {
	display: none;
}
#award_list fieldset.project[data-setarchive='fold'] fieldset.archive {
	display: none;
}
#award_list fieldset.project[data-setarchive='empty'] input.unfoldArchive {
	display: none;
}
#award_list fieldset.project[data-setarchive='unfold'] input.unfoldArchive {
	display: none;
}

#category_list li.as_header div.fullwidth {
  display: none;
}

li {
	margin-bottom: 10px;
	margin-top: 10px;
}
form {
	margin: 10px;
	padding: 5px;
	background-color: beige;
}

input.as_text {
	border:none;
	background-color: inherit;
}
input.as_bold {
	border:none;
	background-color: inherit;
	font-weight: bold;
}

.opForm.passive .activate {
	display: unset;
}
.opForm .activate {
	display: none;
}
.opForm.passive > * {
	display: none;
}

.opForm .always {
	display: unset;
}

#user_list > li > form > div {
  text-align: center;
}

.vertBtnDiv {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

.stagestart {
	width: fit-content;
	height: 20px;
	margin-bottom: -10px;
	margin-top: -10px;
	margin-left: 5px;
}

.stageDesc {
	background-color: beige;
	padding: 25px;
	margin-left: 20px;
	border: 1px dotted;
}
.stageDesc .alert {
	color: red;
}
.stageDesc .normal {
	color: green;
}
.urlField {
	width:100%
}

#saveStages {
	margin-bottom: 15px;
}

#allsettings input[type="text"] {
	width: 100%;
}

fieldset {
	margin: 0 10px;
}
fieldset + fieldset {
	margin-top: 10px;
}

fieldset div {
	margin: 10px;
}
fieldset div:first-of-type {
	margin-top: 0;
}

@font-face{
  font-family: text-security-disc;
  src: url("text-security-disc.woff");
}

.pwd {
  font-family: text-security-disc;
  letter-spacing: 0.3em;
  font-size: 16px;
  -webkit-text-security: disc;
}

.blue {
	background-color: #0000ff;
}
.green {
	background-color: #00ff00;
}
.red {
	background-color: #ff0000;
}

.cell_meterline1 {
  position: absolute;
  height: 3px;
  margin: 0;
  top: 2px;
  left: 0;
}
.cell_meterline2 {
  position: absolute;
  height: 3px;
  margin: 0;
  top: 7px;
  left: 0;
}
.cell_meter {
  position: absolute;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.cell_with_meter {
  padding: 8px 0 0 0;
  text-align: center;
  width: 100px;
  position: relative;
}
.cell_with_vmeter {
  padding: 0 0 0 0;
  text-align: center;
  height: 100px;
  position: relative;
}
.cell_vmeter {
  position: absolute;
  width: 100%;
  margin: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
.cell_vmeterline1 {
  position: absolute;
  width: 3px;
  margin: 0;
  left: 2px;
  bottom: 0;
}

.cell_vmeterline2 {
  position: absolute;
  width: 3px;
  margin: 0;
  right: 2px;
  bottom: 0;
}
.cell_with_chrono {
  padding: 0 0 0 0;
  text-align: center;
  height: 105px;
  width: 96px;
  position: relative;
}
.cell_chrono {
	position: absolute;
	width: 4px;
	margin: 0;
	bottom: 0;
	opacity: 0.3;
}
.cell_peak {
	position: absolute;
	width: 3px;
	margin: 0;
	height: 1px;
}
.chrono_tb {
	table-layout: fixed;
}
.chrono_tb td {
	min-width: 96px;
}
.xscroll {
  overflow-x:auto;
  width: calc(100vw - 80px);
  border: 1px solid;
  margin: 0;
}

.cell_chrono:hover::after {
  content: attr(data-title);
  background: rgba(255,255,230,0.9);
  position: absolute;
  left: 20%;
  top: 30%;
  z-index: 1;
  padding: 5px 10px;
  border: 1px solid #333;
}

#orderbox li {
	list-style: unset;
	background-color: #ddd;
}

a.asButton {
  padding: 1px 6px;
  border: 1px outset buttonborder;
  border-radius: 3px;
  color: buttontext;
  background-color: buttonface;
  text-decoration: none;
}

[draggable] {
  user-select: none;
}