.xbtooltip {
  display: none;
  position: absolute;
  background-color: #fff;
}
input, select {
	font-size: 1em;
    padding: 7px;
    border-radius: 7px;
    background-color: #244061;
    border-color: #95b3d7;
    border-style: solid;
    border-width: 1px;
    color: #eeeeee;
}
/* div {
	display: contents;
} */
.flex-container {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	margin: 0;
	padding: 0;
}

.flex-item {
	flex: 0 0 content;
}
.flex-item-2 {
	flex: 6 0 content;
}

div.navbar-text {
	font-size:1.6em;
	font-weight: bold;
	vertical-align: middle;
	/* text-align: left; */
	/* height: 1.8em; */
}

td.banunban	{
	text-indent:1em;
	background-color:#004400;
	color:#44ee77;
	padding-top: 1em;
	padding-bottom: 1em;
}
hr     {
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	border-color: #666666;
}
body   {
	font-family: sans-serif;
	background-color: #222222;
	color: #cccccc;
}
fixedfont {
	font-family: monospace;
}
h1 {
	margin-bottom: 0.5em;
}
a:-webkit-any-link {
	line-height:3em;
	display:inline;
	width:8em;
	padding:10px;
	margin:0.3em;
	text-decoration:none;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#95b3d7;
	color:#d8d8d8;
	background-color: #244061;
	border-radius:6px;
}
input[type=button], input[type=submit], input[type=reset], button {
	background-color: #115d00;
	border-style:solid;
	border-width:1px;
	border-color:#38ff2a;
	/*border: none;*/
	color:#ffffff;
	padding:9px;
	text-decoration: none;
	margin:0.3em;
	cursor: pointer;
	border-radius: 6px;
}
input[type=number]  {
	width: 5em;
}
/*
a:-webkit-any-link.visited{
	border-color:#b0b581;
	background-color: #2a323a;
}
*/
a:-webkit-any-link.hover {
	border-color:#b8cce4;
	background-color: #366092;
}
a.compact {
	line-height:1.5em;
	display:inline;
	width:8em;
	padding:2px;
	margin:0px;
	text-decoration:none;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#95b3d7;
	color:#d8d8d8;
	background-color: #244061;
	border-radius:2px;
}
a.deleted_compact {
	line-height:1.5em;
	display:inline;
	width:8em;
	padding:2px;
	margin:0px;
	text-decoration:none;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#c59090;
	color:#ff9090;
	background-color: #7b3b3b;
	border-radius:2px;
}
a.compactup {
	line-height:1.5em;
	display:inline;
	width:8em;
	padding:2px;
	margin:0px;
	text-decoration:none;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#81bb81;
	color:#d8d8d8;
	background-color: #306f24;
	border-radius:2px;
}
table.dir {
    font-family: monospace;
}
table.default {
    font-family: monospace;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 2px;
}
tr.highlight:hover {
  background-color: #444444;
}
td.dirname {
  font-family: monospace;
  text-align: left;
  white-space: nowrap;
  cursor: context-menu;
}
td.dirsize {
  font-family: monospace;
  text-align: right;
  /* width: 7em; */
  white-space: nowrap;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 2em;
	padding-right: 0em;
  cursor: context-menu;
}
td.dirdate {
  font-family: monospace;
  text-align: right;
  /* width: 13em; */
  white-space: nowrap;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 2em;
	padding-right: 0em;
  cursor: context-menu;
}
td.dirversions {
    font-family: monospace;
    text-align: right;
    width: 11em;
    white-space: nowrap;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
}
td.diractions {
    font-family: monospace;
    text-align: right;
    width: 15em;
    white-space: nowrap;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0em;
	padding-right: 2em;
}

/*
http://webdesign-forum.net/thread-3461.html
https://www.artoflutz.de/tuts/balken/balken.css
https://www.artoflutz.de/tuts/balken/balkendemo.php
https://www.artoflutz.de/tuts/balken/balkendemo.php
*/


#overall {
	margin: 30px auto;
	width: 950px;
}

.clearer {
	clear: both;
}

.barhoriz {
	margin: 2px;
	width: 200px;
	height: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	background: #333333;
	}

.barvert {
	margin: 2px;
	height: 200px;
	width: 18px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	float: left;
	overflow: hidden;
	background: #fff;
}

.hprogress {
	height: 19px;
	-webkit-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
	text-shadow: 0 0 2px #222;
	line-height: 13px;
	padding: 3px 0 0 4px;
	color: #fff;
}

.vprogress {
	width: 14px;
	-webkit-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 0 2px #222;
	line-height: 13px;
	padding: 0 0 0 4px;
	color: #fff;
	position: absolute; bottom: 0; left:0;
}

.vprogress div {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	writing-mode: lr-tb;
	line-height: 14px;
	position: absolute;
	bottom: 12px;
	left:-7px;
}

.twobarhoriz {
	margin: 2px;
}

.barhorizleft, .barhorizright {
	height: 16px;
	width: 60px;
	border: 1px solid #ddd;
	overflow: hidden;
	float: left;
	background: #fff;
}

.barhorizleft {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	position: relative;
}

.barhorizright {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: relative;
}

.hprogressleft {
	height: 15px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 0 2px #222;
	line-height: 13px;
	text-align: right;
	padding: 1px 0 0 4px;
	color: #fff;
	position: absolute; top: 0; right: 0;
}

.hprogressleft span {
	position: absolute; top: 1px; right: 3px;
}

.hprogressright {
	height: 15px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 0 2px #222;
	line-height: 13px;
	padding: 1px 0 0 4px;
	color: #fff;
	position: absolute; top: 0; left: 0;
}

.hprogressright span {
	position: absolute; top: 1px; left: 3px;
}

.bargreen	{background: #008800;}
.barblue	{background: #5555dd;}
.bargrey	{background: #777777;}
.barorange	{background: #884400;}
.barred		{background: #880000;}
.baryellow	{background: #999900;}



.bargreen3D {
	background: #5fd35f;
	background-image: -moz-linear-gradient(#345e9c, #357235);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #357235),color-stop(1, #5fd35f));
	background-image: -o-linear-gradient(#5fd35f, #357235);
	background-image: -ms-linear-gradient(#5fd35f, #357235);
	background-image: linear-gradient(#5fd35f, #357235);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd35f', endColorstr='#357235',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #449144;
	height: 13px;
}

.barblue3D {
	background: #5599ff;
	background-image: -moz-linear-gradient(#5599ff, #345e9c);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #345e9c),color-stop(1, #5599ff));
	background-image: -o-linear-gradient(#5599ff, #345e9c);
	background-image: -ms-linear-gradient(#5599ff, #345e9c);
	background-image: linear-gradient(#5599ff, #345e9c);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5599ff', endColorstr='#345e9c',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #4173bd;
	height: 13px;
}

.bargrey3D {
	background: #555555;
	background-image: -moz-linear-gradient(#666666, #333333);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #333333),color-stop(1, #666666));
	background-image: -o-linear-gradient(#666666, #333333);
	background-image: -ms-linear-gradient(#666666, #333333);
	background-image: linear-gradient(#666666, #333333);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #444444;
	height: 13px;
}

.barorange3D {
	background: #ff7f2a;
	background-image: -moz-linear-gradient(#ff7f2a, #9c4e1a);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #9c4e1a),color-stop(1, #ff7f2a));
	background-image: -o-linear-gradient(#ff7f2a, #9c4e1a);
	background-image: -ms-linear-gradient(#ff7f2a, #9c4e1a);
	background-image: linear-gradient(#ff7f2a, #9c4e1a);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f2a', endColorstr='#9c4e1a',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #be5e1e;
	height: 13px;

}

.barred3D {
	background: #ff2a2a;
	background-image: -moz-linear-gradient(#ff2a2a, #9a1919);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #9a1919),color-stop(1, #ff2a2a));
	background-image: -o-linear-gradient(#ff2a2a, #9a1919);
	background-image: -ms-linear-gradient(#ff2a2a, #9a1919);
	background-image: linear-gradient(#ff2a2a, #9a1919);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2a2a', endColorstr='#9a1919',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #bd1f1f;
	height: 13px;
}

    .code-input {
      display: flex;
      gap: 5px;
    }

    .digit {
      width: 25px;
      height: 30px;
      font-size: 20px;
      text-align: center;
      border: 1px solid #95b3d7;
      border-radius: 7px;
      background-color: #244061;
      color: white;
      outline: none;
    }

    .digit::placeholder {
      color: #95b3d7;
    }
