/* This file contains style definitons for the DUVA web-application */
/* for data-acquisition                                             */
/* (c) DUVA                                                         */
/* last change: 12.04.2021                                          */

* {
  box-sizing: border-box;
}
html { height:99% }
body { height:100%; margin:3px; font-family:Arial; font-size:10pt }
table { font-size:10pt }
/*input + table.label { white-space:nowrap }*/
td { padding:0px; vertical-align:top }
p { margin-top:0px; margin-bottom:0px }
.cssLinkTab { display:inline; margin:0px; padding:0px; border-spacing:0px; border-collapse:collapse; text-align:left; }
.cssLinkCell { vertical-align:middle; }
.cssLinkCell img { display:block; }
.cssLink  { font-weight:bold; color:#404066; background-color:#E0E0E0; text-decoration:none; vertical-align:middle }
.cssHover { font-weight:bold; color:#E0E0E0; background-color:#404066; text-decoration:none }
a.hover:link { font-weight:bold; color:#404066; text-decoration:none }
a.hover:visited { font-weight:bold; color:#404066; text-decoration:none }
a.hover:hover { font-weight:bold; color:#404066; background-color:#E0E0E0; text-decoration:none }
a.hover:active { font-weight:bold; color:#404066; text-decoration:none }
.loginTable { display:inline; text-align:left; vertical-align:middle; font-size:12pt }
.loginHead { width:40%; }
.loginInput { width:60%; }
.loginInput input { width:200px; }
.loginSend input { margin-top:10px; }
.loginInfo { font-size:10pt; }

.menu { display: flex; justify-content: center; margin-top:8px; margin-bottom:16px; font-size:10pt; font-weight:bold }
div.menu a, input[name="navButton"] {
    min-width: 26px;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
    border-radius: 3px;
    background: #f8f8f8;
    border: 1px solid #E0E0E0;
}
.datatable { border-width:2px; border-style:solid; border-color:#404066; 
             border-collapse:collapse; font-size:10pt; padding:1px }
.dataheader { border-width:1px; border-style:solid; border-color:black; 
              color:black; background-color:#dddddd; text-align:left; padding: 3px 10px 3px 10px }
.datacell { border-width:1px; border-style:solid; border-color:#404066;
            color:black; background-color:white; text-align:left; padding: 3px 10px 3px 10px }
.refcell { border-width:1px; border-style:solid; border-color:#E0E0E0; 
           color:white; background-color:#404066; text-align:left }
		   
/*.menu { margin-top:8px; margin-bottom:16px; font-size:10pt; font-weight:bold }
.datatable { border-width:2px; border-style:solid; border-color:#404066; 
             border-collapse:collapse; font-size:10pt; padding:1px }
.dataheader { border-width:1px; border-style:solid; border-color:black; 
              color:black; background-color:#dddddd; text-align:left; padding: 3px 10px 3px 10px }
.datacell { border-width:1px; border-style:solid; border-color:#404066;
            color:black; background-color:white; text-align:left; padding: 3px 10px 3px 10px }
.refcell { border-width:1px; border-style:solid; border-color:#E0E0E0; 
           color:white; background-color:#404066; text-align:left }
*/           
.inputdiv {border-width:1px; border-style:solid; border-color:black;margin:auto }
.navdiv { padding-top:10px; margin:auto;text-align: center; padding-bottom: 0.75em; }
.upldtitle { font-size:11pt; font-weight:bold; margin-top:0px; margin-bottom:7px }
.upload { }
.upldchkbox { margin-top:5px }
.upldbtn { margin-top:15px }
.imptitle { font-size:11pt; font-weight:bold; margin-top:10px; margin-bottom:0px }
.impopttable { }
.impoptrow1,
.impoptrow2,
.impoptrow3,
.impoptrow4,
.impoptrow5,
.impoptrow6 { }
.impoptupld1,
.impoptupld2 { height:25px; vertical-align:middle }
.impoptfiles1,
.impoptfmt1,
.impopthead1,
.impoptsep1,
.impoptdel1 { width:150px; height:25px; vertical-align:middle }
.impoptfiles2,
.impoptfmt2,
.impopthead2,
.impoptsep2,
.impoptdel2 { width:250px; height:25px; vertical-align:middle }
.impoptfmttbl { width:100% }
.impoptfmtval1,
.impoptfmtval2 { width:50% }
.impoptdelete,
.impopttpl,
.impoptrefint,
.impopttest,
.impoptcheck  { height:25px; vertical-align:middle }
.impoptbtn    { height:40px; vertical-align:bottom }
.impoptsep2,
.impoptdel2 { white-space:nowrap }
.impoptsepcol { width:50px }
select.impfiles { width:100% }
select.impoptseparator,
select.impoptdelimiter { width:85% }
.impsep { margin-top:20px }
.impprotocol { }
.exptitle { font-size:11pt; font-weight:bold; margin-top:10px; margin-bottom:10px }
.expopttable { }
.expoptrow1 { height:25px }
.expoptrow2,
.expoptrow3,
.expoptrow4,
.expoptrow5,
.expoptrow6,
.expoptrow7,
.expoptrow8 { height:25px }
.expoptsepcol { width:25px }
.expoptfmtlbl,
.expoptkeyslbl { font-weight:bold }
.expoptkeysval,
.expopthdrlbl,
.expopthdrval,
.expoptseplbl,
.expoptsepval,
.expoptdellbl,
.expoptdelval,
.expoptCRlbl,
.expoptCRval,
.expoptLFlbl,
.expoptLFval,
.expoptmisslbl,
.expoptmissval { vertical-align:middle }
.expoptbtn { height:40px; vertical-align:bottom }
#overlay { position:fixed; z-index:100; left:0px; top:0px; width:100%; height:100%;
           background-color:#41486E; filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75 }
#loader { position:fixed; z-index:101; left:50%; top:50%; width:128px; height:15px;
          margin:-7px 0px 0px -64px; /* -height/2 0 0 -width/2 */ color:#FFFFFF; font-weight:bold }
select:focus, textarea:focus, input:focus {
	box-shadow: 0px 0px 5px blue; 
	border: 1px solid blue;
	background: Beige;
}		  
.error {
  background-color: pink;
  border: 1px red solid;
  box-shadow: 0px 0px 2px red;
}
.error:focus {
	box-shadow: 0px 0px 5px red; 
	border: 1px solid red;
}
[error-tip] {
	-- position:relative;
  position:absolute;
}
[error-tip]:before {
	content:'';
	display:none;
	content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid red;	
	position:absolute;
	top: var(--error-top, auto);
	left: calc(var(--error-left, auto) + 10px);
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
    background:#0;
}
[error-tip]:after {
	display:none;
	content:attr(error-tip);
	position:absolute;
	top: calc(var(--error-top, auto) + 5px);
	left: calc(var(--error-left, auto) - 2px);
    width: var(--error-width, auto); 
	min-width: 60px;
	padding: 5px 8px;
	background: #e92338;
	color: #fff;
	z-index: 9;
	font-size: 0.75em;
	line-height: 18px;
	border-radius: 3px;
	word-wrap: normal;
}
[error-tip]:hover:before,
[error-tip]:hover:after {
	display:block;
}
.HideButton {
  visibility: hidden;
}
.menuNav {
  }
.filterConfigDiv {
  position: fixed;
  z-index: 102;
  left: 10%;
  top: 5%;
  width: 80%;
  height: 80%; 
  border: solid black 1px;
  padding: 1em; 
  display: none;
  background: #e0e0e0;
  box-shadow: 0px 0px 5px black;
}
.AnkuendigungContent {
	width: 80%;
	margin: auto;
}
.AnkuendigungZurueck {
	margin-top: 3em;
}
.AnkuendigungButton {	
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	text-decoration:none;
	color: black;
}
.ConfirmSave1 {
	margin-top: 2em;
	margin-bottom: 1em
}
.ConfirmSave2 {
	margin-top: 1em;
	margin-bottom: 1em;
}
.ajaxWait {
  cursor: wait !important;
}
.btnNoSubForm {
  box-shadow: 0px 0px 5px black;
}
.btnSubFormExists {
  box-shadow: 0px 0px 5px green;
}
.Wertebereich {
  text-align: right;
}
.RefWarn::after {
  content: " - Referenzen!";
  color: red;
  font-weight: bold;
}
.table-container {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  max-width: 98vw;
  margin-left: 1em;
  margin-right: 1em;
}
a.btn {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
input:read-only {
  background-color: #EEEEEE;
  border: 1px solid #999999;
}
.AjaxLoadWait {
  background-color: #EEEEEE;
  border: 1px solid silver;
}
.AjaxReloadFiled {
  background-color: #EEEEEE;
  border: 1px solid blue;
}
.noOptions {
  background-color: silver;
  border: 1px solid blue;
  box-shadow: 0px 0px 2px blue;
}
[noOptions-tip] {
	position:absolute;
}
[noOptions-tip]:before {
	content:'';
	display:none;
	content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid blue;	
	position:absolute;
	top: var(--info-top, auto);
	left: calc(var(--info-left, auto) + 10px);
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
  background:#0;
}
[noOptions-tip]:after {
	display:none;
	content:attr(noOptions-tip);
	position:absolute;
	top: calc(var(--info-top, auto) + 5px);
	left: calc(var(--info-left, auto) - 2px);
    width: var(--info-width, auto); 
	min-width: 60px;
	padding: 5px 8px;
	background: #e92338;
	color: #fff;
	z-index: 9;
	font-size: 0.75em;
	line-height: 18px;
	border-radius: 3px;
	word-wrap: normal;
}
[noOptions-tip]:hover:before,
[noOptions-tip]:hover:after {
	display:block;
}
.papers {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 1em rgba(0,0,0,0.1), 0.2em 0.2em 0.3em rgba(0,0,0,0.2);
  position: relative;
  padding: 0.5em;
  margin: 0.5em;
}