/*
html,body {
	height:100%;
}
html {
	box-sizing: border-box;
}
body {
	width:1200px;
	margin-top:70px;
	margin-bottom: 100px;
	background-repeat: repeat;
	background-size: 70px;	
	background-image: url('/static/IMG/SYSTEMIMG/bglogo.svg');
}
*/
fieldset {
	border:none;
}

/* svg.css */
.st0 {
	fill:#575756;
}
.st1 {
	fill:#F7A70A;
}
svg .TSGrid {
	stroke: #00e;
	/*stroke-width: 2;*/
	stroke-dasharray: 5; 
  	opacity:0.2;
}
#ComponentShow {
	height:100%;
}
#NOsvgc {
	height: 800px;
	max-width:1200px;
	margin:10px;
}
svg #ComponentShow {
  outline: 0px solid black;
  height: 600px;
  width: 100%;
  margin: 0px;
  cursor: pointer;
}

.CAPTION {
	padding:30px;
}
.front{ z-index:100; }

.tslist {
	text-align:left;
}
svg#taview { /* playground taview */
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
}
svg .Cframe {
  	stroke: red;
	stroke-width: 1;  
	fill:#ddd; 
}
svg .XY, .XZ, .YZ, .R-XY, .R-XZ, .R-YZ, .side {
  	stroke: red;
	stroke-width: 1;  
  	padding: 5px;
	fill:#ddd; 
}
svg .TS {
  	stroke: blue;
	stroke-width:5;
	fill:#00d; 
  	opacity: 0.2;
}

svg .CSide {
	fill: 	#999;
	stroke: #000;
	stroke-width: 3;
}
svg .CSideOutLine {
	fill: 	none;
	stroke: #000;
	stroke-width: 3;
}
svg .CSGRID {
	stroke: white; 
	stroke-width:2; 
	fill:white;
  	/*opacity:0.8;*/
}
svg .CSLABEL {  /*css for sidelabel */
	dominant-baseline:middle; 
	text-anchor:middle;
  	fill: #fff;
  	opacity: 0.6;
}
svg .CSARROW {
	stroke: white; 
	fill:white;
}

svg .TSGRID {
	stroke:blue; 
	stroke-width:5.5;
	stroke-dasharray:2,2;
  	opacity:0.6;
}
svg .TSArrow {
	stroke:blue; 
	stroke-width:0; 
	fill:blue;
  	opacity:0.8;
}
/*
svg .Zero {
	stroke-width:0; 
	fill:blue;
}
*/
svg .REF {	/* css for reinforcement */
	/*linecap:round;*/
	stroke:  #fff09b;
	fill:  #fff09b;
  	opacity:0.9;
}

/* 
{{define "IMGSTYLE"}}
{{template "TOOLTIP"}}*/
	.imgsels {
		float: right;
		height: 25px;
		font-size:15px;
		padding:1px 5px;
	}
	div.coltab {
		display: block;
		width:150px;
		height:35px;
	}
	div.farbtab {
		position:relative;
		top:0px;
		left:0px;
		width:150px;
		height:30px;
		margin:1px;
		xxborder: 3px solid green;
		background: linear-gradient(to right, #000000 0%, #ffffff 100%);
		border-style:solid;
		border-width:1px;
		border-color:#ddd;
		border-radius: 5px;
	}
	div.ftxt {
		position:relative;
		top:-30px;
		left:0px;
		width:150px;
		height:30px;
		margin:1px;
		padding-top:3px;
		text-align: center;
		xxborder: 3px solid green;
		font-size:15px;
		color: white;
		font-weight: bolder;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: black;
	}
	
	div#wedge {
		float:left;
		margin:5px;
		width:150px;
		height:30px;
		background: linear-gradient(to right, #000000 0%, #ffffff 100%);
		border-style:solid;
		border-width:1px;
		border-color:#ddd;
		border-radius: 5px;
		font-size:15px;
		font-weight: bolder;
		text-align: center;
		color: white;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: black;
	}

	/* slider */
	.slidecontainer {
		font-size:10px; 
		width:300px;
		float:right;
	}
	.ccb {
		float: left;
	}
	.picContainer {
		background-color: #ddd;
		position: relative;
		overflow:hidden;
		width: 100%;
		xxheight: 450px;
	}
	.picContainer img {
		width: 100%;
		height:450px;
		object-fit: contain;
}    }

	div.caption {
		height:3em;
		font-weight: bolder;
		overflow-wrap: break-word;
		overflow-y: scroll;
		z-index: 99 !important;
	}
	div.xxxlinktab {
	  	cursor: pointer;
		padding:5px;
		background-color: #cccccc;
		width: 100%;
		height:50px;
		text-align: left;
		font-weight:bold;
	}
	div.xxxlinktab:before {	
		content:'▼';
	}
	.dropdown {
	  position: relative;
	  display: inline-block;
	}

	.dropdown-content {
	  display: none;
	  background-color: #f9f9f9;
	  padding: 12px 16px;
	  z-index: 1;
	}

	.dropdown:hover .dropdown-content {
	  display: block;
	}

	#stage-container {
		position: absolute;
		top: 20%;
		left: 1%;
		opacity: 0.5; /* Set transparency */
	}
	div.inbar#bcontrol {
		position:relative;
		height:25px;
		top:-40px;
		float:right;
		padding-right:5px;
		background-color: #aaa;
	}
/* 
{{define "SVGCSS"}}
{{template "TOOLTIP"}}*/

	div.capContainer {
		max-height:80px;
		overflow-y: auto;
	}
	span.imgcap {
		font: italic 12px sans-serif;
		line-height: 10%;
	}
	div#TestAreaShow {
		xxresize: vertical;
		xxpadding-right:50px;
		margin: 0 auto;
  		clip-path: border-box;
		xoverflow:hidden;
		xwidth: 100%;
		min-height: 550px;
		max-height: 850px;
		xxheight: 450px;
		background-color: #eee;
	}
	div.svginbar#bcontrol {
		position:relative;
		top:0px;
		left:0px;
		padding:5px;
		background-color: transparent;
		z-index:2;
		height:35px;
	}
	svg.csvg {
  		xxobject-fit: contain;
  		display:block;
		margin:auto;
		max-height:850px;
	}
	svg#Device.csvg {
		padding: 20px;
		max-height:50vh;
	}
	svg#Mira.csvg {
		padding: 20px;
		max-height:70vh;
	}
	

	button.csbutt {
		color:yellow;
		text-align:center;
		font-weight:bold;
		width:10%;
		background-color:#060;
	}
	div.picbutt {
		text-align:center;
		width:100%;
		background-color:#fff;
	}

	button.tsbutt {
		color:white;
		text-align:center;
		font-weight:bold;
		width:12%;
		background-color:#006;
	}

	.CSsel {
		width:100%;
		border:1px solid white;
		background:#eee;
	}



	.imgcont {
		position: relative;
		z-index:2;
	}
	.tooltip {
	  position: relative;
	  display: inline-block;
	  width:25px;
	  height:25px;
	  text-align: center;
	  background-color: #bbb;
	  border-radius: 6px;
	  xborder-width:1px;
	  xborder-color:black;
	  z-index:10;
	  cursor:pointer;
	}

	.tooltip .tooltiptext {
	  visibility: hidden;
	  width: 120px;
	  background-color: black;
	  color: #fff;
	  text-align: center;
	  border-radius: 6px;
	  padding: 5px 0;
	  position: absolute;
	  z-index: 110;
	  top: 120%;
	  left: 50%;
	  margin-left: -60px;
	}

	.tooltip .tooltiptext::after {
	  content: "";
	  position: absolute;
	  bottom: 100%;
	  left: 50%;
	  margin-left: -5px;
	  border-width: 5px;
	  border-style: solid;
	  border-color: black transparent transparent transparent;
	}

	.tooltip:hover .tooltiptext {
	  visibility: visible;
	}
/* */
.dmenu {
	max-height:500px;
	max-width:200px;
	overflow:auto;
	position:absolute;
	z-index:900;
}
.svgcanvas {

 	width: auto !important;
  	height: auto !important;
	overflow: hidden;
	min-height:500px;
}
/* caption over pics in TAs 
	try to make them always visible by shadow white w black
	center text box over picture
*/
.xxCAPTION { 
	position: relative;
	top: 50%;
	transform: translateY(-50%);
  	z-index:10;
} 
.CAPTION P {
	font-size:large;
  	color:#fff;
  	text-shadow: 1px 1px #000;  	
  	text-align:center;
}

.selectors {
	padding:8px;
	text-align:left;
}
.selectors select {
	width:200px;
}
.selectors button {
	width:60px;
	margin-left:15px;
	margin-right:15px;
	background-color:#0c0;
	color: #088;
}

.selectors button:disabled  {
	color: #888;
}
button.off {
	background-color:#c00;
	color:yellow;
	font-weight:bold;
	}

svg#shelp  {
	width:100%;
}
svg .tata {
	stroke-width:15;  
	stroke:#ff0; 
	fill:#eee; 
}
svg circle.ZERO {
	fill: 	#888;
	stroke: #888;
  	opacity: 0.2;
 }
svg circle#re  {
	fill: 	#0000ff;
	stroke: #dd0000;
	stroke-width: 5;
}
svg circle.RS  {
	fill: 	#0000ff;
	stroke: none;
	stroke-width: 0;
}
svg circle.TS  {
	fill: 	none;
	stroke: #dd0000;
	stroke-width: 5;
}
svg circle.RR  {
	position:relative;
	fill: 	#0000ff;
	stroke: none;
	z-index:90;
}
svg circle.TT  {
	position:relative;
	fill: 	none;
	stroke: #d00;
	stroke-width: 3;
	z-index:90;
}
svg circle.MAPP  {
	position:relative;
	fill: 	#0d0;
	z-index:100;
}
svg circle.MAPPGray  {
	position:relative;
	fill: 	#888;
	z-index:100;
}
svg text.MAPPT {
	font: italic 11px sans-serif;
	text-anchor:middle;
    stroke:black;
	stroke-width:0.3px;
	fill:black;
	alignment-baseline:middle;
	cursor:pointer;
}
svg text.MAPPT2 {
	font: italic 18px sans-serif;
	text-anchor:left;
    stroke:none;
	fill:black;
	alignment-baseline:middle;
}

svg #tr {
	fill:	#0000ff;
	stroke: #0000ff;
}
svg #CA {
	fill:#eeeeee; 
	outline: 0px solid blue;
}
svg .ta {
	fill:#777777; 
	outline: 1px solid white;
}
svg #TAS {
	fill:#eeeeee; 
	outline: 1px solid red;
}
svg .Reinforcement {
	stroke:  #fff09b;
	fill:  #fff09b;
  	opacity:0.9;
}
#RB {
	stroke:  #fff09b;
	fill:  #fff09b;
}
svg .quader {
	fill:#aaaaaa;
	stroke:#ffffff;
  	opacity:0.3;
}
svg .Grid {
	stroke: #111;
	stroke-width: 2;
	stroke-dasharray: 5; 
  	opacity:1.0;
}
.rf { 			/* css for svg component */
	stroke:#fff09b; 
	fill:#fff09b; 
}
#pos0 { /* div with toggle reinforcement and mouse instructions*/
	width:100%;
	margin: 0px;
	background-color:#dddddd;
	text-align:left;
}
#pos0 input {
	background-color:#fff09b;
	margin-right:5px;
}
#tapic {
	width: 140px;
}
.CSN {
	background-color:#888;
	color: #fff;
	width: 150px;
	font-size:16px;
	font-weight:bold;
}
.CS {
	width: 80px;
}
.tnum {
	width: 55px;
	text-align: right;
	background-color:#f7e6b5;
}
.tnam {
	width: 120px;
	background-color:#f7e6b5;
}
.ctop {
	background-color:#0e0;
	font-size:16px;
	font-weight:bold;
	text-align: center;
}
.SEL {
	background-color:#eeeeee;
	text-align:left;
}
.SEL button {
	background-color:#0c0;
	color:yellow;
}
.SEL select {
	width:200px;
}
.SEL+label {
	color:black;
	font-weight:bold;
	margin-left:5px;
}
select.TSSel {
	width: 100px;
	background-color:#eee;
/*
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
*/
}
.TSSellabel {
	width:80px;
	display:inline-block;
	vertical-align:top;
	text-align:middle;
	font-weight:bold;
}
div.divSELTATS2 {
	background-color:#bbb;	
	margin: 2px;
}
text.rf { 		/* css for svg component */
	stroke:black; 
	fill:#fff09b; 
	font-weight:bold;
}
text.rf:hover {
	fill:red;
}
text.ts { 		/* css for svg component */
	fill:green; 
	font-weight:bold;
  	cursor: pointer;
}
text.ts:hover {
  	stroke: black;
}

.tra {
	stroke: none;
	fill:red;}
.rec {
	stroke: blue;
	fill:none;
}
button.TAshow {
	background-color: #dddddd;
	width:60px;
	margin-left:5px;
}
button.TSshow {
	background-color:green;
	width:60px;
	margin-left:5px;
}
/* css for link popupwindow */
#linkform {
	max-width: 400px;
}
/* funzt nicht 
input#priv [type=checkbox] + label {
	font-size: 42px !important; 
	color: #800000 !important;
	font-weight:300 !important;
}
*/
#TabSel {
	xxbackground-color: #6ff;

}

#TSCHOOSER {
	font-size: 18px;
	font-weight: bold;
	color: red;
	font-style: oblique;
}
table#trafotab {
	font-size:22px;
}
table#trafotab th {
	background-color:#ffd;
}
table#trafotab td.tlab {
	background-color:#aaf;
}

table#senmat {
	width: 100%;
	text-align:center;
}
table#senmat th {
	border: none;
	border-radius:8px;
	font-weight:bold;
	background-color: grey;
}

table#senmat td {
	border: none;
	border-radius:8px;
	background-color: lightgrey;
}
table#senmat td.TeqR {
	border: none;
	border-radius:8px;
	background-color: white;
}

/* table fpr Sensormatrix*/


/* commit button in link popup window */ 

button.lbut {
	font-size:35px;
  	float: right;	
  	border-style: none;	
}
div#tablistinfo {
	text-align: center;
	vertical-align: middle;
	font-weight:bold;
}
div#TabContHead {
	padding: 15px;
	font-size:24px;
	text-shadow:1px 1px 0 #444;
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
}
/* css for link buttons in left column in table show */
div.linkto {
	background-color: #999999;
	width: 100%;
	text-align: right;
	padding:3px 10px 3px 3px;
	border:solid;
	border-width:2px;
	border-color:white;
	border-radius: 10px;
	color:white;
}
svg .arrow div.linktab {
  	cursor: pointer;
	padding:5px;
	background-color: #cccccc;
	width: 100%;
	text-align: left;
	font-weight:bold;
}
div.linktab:before, 
div.linktabSM:before {	
	content:'▼';
}
div.linktab {
	background-color: #999999;
	width: 100%;
	text-align: left;
	padding:3px 5px 3px 3px;
	border:solid;
	border-width:2px;
	border-color:white;
	border-radius: 10px;
	color:white;
}
div.linktabSM {
	background-color: #777;
	width: 100%;
	text-align: left;
	padding:3px 5px 3px 3px;
	border:solid;
	border-width:2px;
	border-color:white;
	border-radius: 10px;
	color:white;
}

div.linkto:after {	
	content:'▶ ';
}

.linktab.dlinktab {
	text-decoration:none;
  	cursor: pointer;
	padding:5px;
	background-color: #cccccc;
	width: 100%;
	text-align: left;
	font-weight:bold;
}
xxdiv.linktab:before {	
	content:'▼';
}
/* link in LINKLIST for TestSeries */
div.dlinktab {
 	background-color: #cccccc;
 	padding: 5px 24px 5px 5px;
  	text-align:right;
	font-weight:bold;
}
div.dlinktab:after {
	content:'▶ ';
}
div.dlinktab:before {
	content:"";
}
div.flinktab {
  	cursor: pointer;
	margin:8px;
	padding-right:5px;
	background-color: #aaa;
	width: 10%;
	text-align: center;
	font-weight:bold;
	float:right;
}
div.flinktab:before {	
	content:'▼';
}

div.accordeonDiv {
	width:100%;
	max-height: 1550px;
	overflow-y: none;
	padding:5px;
	padding:10px;
	text-align: center;
    display: block;
    cursor:pointer;
}
#IMF {
	height:800
}
#stfft {
	width: 100%;
}
#outerpics.accordeonDiv { /*https://css-tricks.com/multiple-class-id-selectors/*/
	width:100%;
	max-height: 650px !important;
}

/* img slide show in box */
/*
	max-height: 500px;
	width:100%;
*/
/*
.innerpic {
	max-height: 500px;
	max-width:100%;
*/
/* 
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
	*/

/*
.innerpic {
	width: auto;
	height: auto;
  	max-width: 500px;
  	max-height: 400px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
*/
}


/*  css for upload tables */

table.upload {
	table-layout: fixed;
  	width: 100%;
	text-align: left;
	background-color: #f2f2f2;
	margin-top:15px;
	color: black;
}
table.upload tr.angle{
	background-color: #bbbbbb;

}
table.upload th{
	text-align: center;
  	font-weight: bold;	
  	color: white;
	background-color: #929292;
}
table.upload td.cent {
	text-align: center;
  	font-weight: bold;	
}
table.upload td.col1 {
	width:40%;
}
table.upload td input {
  	width: 100%;
	text-align: right;
}


table.tabinfo {
  	margin-left: auto;
  	margin-right: auto;	
	text-align: left;

}
table.tabcontent {
  	width:100%;
	text-align: left;
  	font-size: 0.8em;
}

/*
CSS for popup images https://codepen.io/ongtiffany/pen/BoOeQV
*/
/*Eliminates padding, centers the thumbnail */


body.lightbox, html.lightbox {
padding: 0;
margin: 0;
text-align: center;
}

/* Styles the thumbnail */

a.lightbox img {
height: 100px;
/*border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);*/
margin: 0px 0px 0px 0px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
left: 0;
width: 100%;
background: rgba(0,0,0,.7);
width: 90%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 80px;
}


/*
CSS for popup help https://codepen.io/imprakash/pen/GgNMXO
*/
.button {
  font-size: 1em;
  padding: 10px;
  color: #ff0000;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
  
}
/* enlarges class thumbnail images while hover */
.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:800px;
    height:auto;
    display:block;
    z-index:999;
}

/* ==================== */

input#idbut {  /* ID button in table content */
	background: #999999;
	width: 100%;
	text-align: center;
  	font-weight: bold;
	border-style: outset;
	border-style: solid;
	border-color: green;
}
input:required {
  background: #FFB6C1;
}
input:readonly {
  background: #dddddd;
}
table.hw {
	background-color: #999999;
 	border-collapse: collapse;	
	border: 1px solid black;
}
table.hw th{
	background-color: #ffffff;
	text-align:left;
}
table.hw td{
	background-color: #f2f2f2;
	text-align:left;
	vertical-align:top;
	padding: 10px;
	border: 1px solid black
}

/*
form#hw XXfieldset {
  	display: inline-contents;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-top:3px;
	border:solid;
	position:relative;
	width:100%;
	height:50px;
    background-color: #dddddd;
}
*/
/* =================================================== 
 ============= form class pop ===================================== */
xxbody.popcontainer {
	height: 100%;
}
xxhtml.popcontainer {
	height: 100%;
}
.popcontainer {
	width: 100%;
	margin:0px 0px 0px 0px;
    xxbackground-color: #eee;
    padding:0px 5px 5px 5px;
}
/*
form.pop XXfieldset {
	border:solid;
	border-color:#dddddd;
	position:relative;
	width:100%;
	height:50px;
    background-color: #ffffff;
    text-align:right;
    margin:10px 0px 10px 0px;
}
form.pop XXfieldset input {
	position: absolute;
	top: 0px;
	left: 0px;
	border:0px;
	width:100%;
	height:100%;
	text-align: right;
	padding-right: 10px;
}
form.pop XXfieldset label {
	Position:relative;
	top: 0px;
	left: 0px;
	font-size: 12px; 
	color: #800000;
	float:left;
	padding: 2px 2px 2px 2px !important;
	z-index: 2; 
}
form.pop XXfieldset select {
	Position:absolute;
	top: 0px;
	left: 0px;
	font-size: 12px; 
	color: #800000;
	text-align-last: right;
	height:100%;
	padding: 2px 2px 2px 2px !important;

}
form.pop XXfieldset textarea {
	position: absolute;
	top: 0px;
	left: 0px;
	border:0px;
	width:100%;
	height:100%;
	margin-top:25px;
	margin-bottom:20px;
	padding:1px 1px 1px 1px !important;
}
*/
/* popup data upload form jup pop */
form.pop XXfieldset input[type="file"] {
	background-color: #ccc;
	padding-left: 90px;
}
	
/* ================ listing of files in file selectror =========== */
*.flist {
  box-sizing: border-box;
}
ul.flist {
/*  box-sizing: border-box;*/
  list-style-type: none;
  padding: 0;
  margin: 0;
 
}
ul.flist li {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
/*  margin-bottom: -1px; Prevent double borders */
  background-color: #f6f6f6;
  padding: 4px;
  text-decoration: none;
  color: black;
  font-size:11px;
  display: inline-block;
}
ul.flist li:hover {
  background-color: #eee;
}
.flistx {
  margin: 5px;
  padding: 2px 2px;
  cursor: pointer;
  border: 3px solid red;
  border-radius: 5px; 
  background-color: #666;
  color: yellow;
}
.flistx:after {
  display: inline-block;
  content: "\00d7";
}
.flistx:hover {background: #b00;}

/* ================ end listing of files in file selectror =========== */



/*
input.coda-input[type=number] { 
    width: 100px; 
    text-align: right; 
	padding-right:3px;
    float: left;
}
label.coda-input {
	font-size: 102"0%;
	line-height: 150%;
}
textarea.coda-input {
	max-width: 100%; 
	display: inline;
    border: 2 black;
    overflow: hidden;
	overflow-y: scroll;
    padding: 5px;
    outline: none;
    background-color: #D0D0D0;
}
:optional.coda-input {
  background-color: white;
}
:required.coda-input {
  background-color: #FFB6C1;
}
*/
/* CSS for plots */
.mm ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mm input {
	padding: 3px;
	margin-left: 0px;
	width: 100%;
	text-align: left;
}

.crack p {
	background-color: #999999;
  	color: black;
}
/* css for tr table */
/*
table.trtab {
	width:100%;
}
table.trtab th{
	background-color: #999999;
  	color: black;
	min-width:55px;	
	text-align: center;
 }
table.trtab td{
	background-color: teal;
	font-weight: bold;
	border: none;
	border-radius: 8px;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	min-width:55px;	
}
table.trtab td.tdNoBUT{
	background-color: rgba(0,0,0,0);
	color: black;
}
*/
/*  display: inline-block;*/

/* CSS for table forms */

/* flash message */
.flash {
  padding: 5px;
  color: #7FFFD4;
}
	
/* error message boc in home */
.alert {
  padding: 20px;
  background-color: #ff9966;
  color: white;
}

.flistbtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.flistbtn:hover {
  color: black;
}

/* disabled is not used --> see https://www.w3schools.com/tags/att_input_readonly.asp 

input:read-only,
select:read-only,
textarea:read-only {
  	background-color: #aaaaaa;
	color: white; // #b35900;
	font-weight: bold;
}
 css for table forms end */

/*
.herb {
   background-color: White;
   color: Black;
	text-align: right;
}
.blinking{
    animation:blinkingText 1.2s infinite;
	font-weight:bold;
	font-size:16px;
}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: #fff; }
    60%{    color: transparent; }
    99%{    color: transparent;  }
    100%{   color: #fff;    }
}
table.codatab th{
	background-color: #ffffff;
	text-align:left;
}
table.codatab td{
	background-color: #f2f2f2;
	text-align:left;
}
*/
/* input filelds in table for new filter */
/*
.ci {
	background-color: #f2f2f2;
	width:100%;
	text-align:right;
}
.cid {
	background-color: #ff9999;
	width:100%;
	text-align:right;
}
.btn-link {
	display: inline;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #0000EE;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
}
*/
/******* message board styles *******/
/*
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}
*/
/* Button used to open the contact form - fixed at the bottom of the page */
/*
.open-button {
  background-color: #555;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  float: right;
  width: 200px;
}
*/
/* The popup form - hidden by default */
/*
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}
*/
/* Add styles to the form container 
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}
*/
/* Full-width input fields 
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}
*/
/* When the inputs get focus, do something 
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}
*/
/* Set a style for the submit/login button 
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}
*/
/* Add a red background color to the cancel button 
.form-container .cancel {
  background-color: red;
}
textarea.message {
	width: 100%;
	background-color: #AAAAAA;
}
.head {
	font-size:20px;
}
*/
/* Add some hover effects to buttons 
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
*/
/******* message board styles end *******/

