/* Farbschema:
	#f6f6f6 (weiß)
	#006ab3 (dunkelblau)
	#319be4 (hellblau)
	#424242 (dunkelgrau)
	#d4d4d4 (hellgrau)
*/

html {
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 100%;
	color: #006ab3;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

*, *:before, *:after {
	box-sizing: inherit;
}

h3 {
	color:#424242;
}

a, a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

p {
  margin: 0 0 0 0;
  padding: 0;
  text-indent: 0;
  line-height: 1;
  display: inline;
}

p:after {
  content:"\A";
  white-space: pre;
}

p + p{
  margin-top:4px;
}

.graytext {
	font-style:italic;
	color:#424242;
}

.container {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	overflow:hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/* ========== Header + Footer ========== */
.header {
	background: #f6f6f6 url("bg.jpg") 0 0;
	width: 100%;
	margin:0;
	color: #006ab3;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),
				 0 0 5px rgba(212, 212, 212, 0.1),
			     0 0 10px rgba(212, 212, 212, 0.1);
	height:36px;
	user-select: none;
	font-size: 20px;
	font-weight: 400;
	line-height:36px;
	border-bottom: 1px solid #424242;
	overflow: hidden;
	position: absolute;
}

.headerLeft {
	float: left;
	cursor: pointer;
	padding-left: 10px;
}

.headerRight {
	float: right;
	text-align: right;
	cursor:pointer;
	font-size: 18px;
	color: #424242;
	padding:0;
	overflow: hidden;
}


/* ========== Menü ========== */
.tab {
	float:left;
	background-color: #d4d4d4;
	color: #424242;
	cursor:pointer;
	padding: 0 15px;
	user-select: none;
	border-left: 1px solid #424242;
}

.tab:hover  {
	background-color: #319be4;
	color: #f6f6f6;
}

.active, .active:hover {
	background-color: #006ab3;
	color: #f6f6f6;
}


.tabContent {
	background-color: #f6f6f6;
	padding: 10px;
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow:auto;
	position: absolute;
  right: 0;
  left:0;
  top: 40px;
  bottom: 0;
  border-top: 1px solid #424242;
}

.tabicon {
	line-height:36px;
	padding-right:5px;
	padding-top:9px;
	font-size:16px;
}

/* ========== Tab: Dateiauswahl ========== */
.dropZone {
  border: 2px dashed #d4d4d4;
  margin-top: 10px;
  border-radius: 10px;
  width:100%;
  text-align: center;
  vertical-align: middle;
  align-items: center;
	display: table-cell;
  /*min-height:400px;*/
  flex: 1;
  justify-content: center;
  display: flex;
  user-select: none;
}

.dropZone:hover {
	border: 2px dashed #f6f6f6;
	background: #d4d4d4;
}


/* ========== Tab: Headertabelle ========== */

#headertable {
	padding:0;
	margin:0;
	background-color:#f6f6f6;
}

.headertable_fileloadpanel {
	padding: 5px 10px;
	background-color: #f6f6f6;
}

.headertable_fileloadpanel_left {
	float: left;
	width: 30%;
	line-height: 40px;
}

.headertable_fileloadpanel_right {
	height: 40px;
	margin-top: 0;
	width: 68%;
	float: right;
}

.headertable_spacer {
	background-color: #fff;
	height:6px;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
}

.headertable_print {
	padding:10px;
	background-color: #f6f6f6;
}


/*
table {
	margin: 0;
	border-collapse: collapse;
	height: 1px;
	width: 100%;
	table-layout:initial;
	font-size:15px;
    border-spacing:0;
}

th, td {
  padding: 1px 4px;*/
  /*vertical-align: text-top;*/
  /*text-align: left;
  height: 100%;
}

th {
  vertical-align: bottom;
  color: #006ab3;
  font-weight: bold;
}*/

.hidden {
  display: none;
}

.shown {
  display: table-row;
}

.showelement {
  display: block;
}

.htableFiles {
	background-color: #006ab3;
	color: #f6f6f6;
	cursor:pointer;
	user-select: none;
}

.htableFiles:hover, .htableParentEntry:hover {
	background-color: #319be4;
	color: #f6f6f6;
}

.htableEntry:hover {
	color: #319be4;
}

.htableEntry {
	background-color: #e5e5e5;
}

.htableParentEntry {
	cursor:pointer;
	background-color: #bbbbbb;
}

.htableEmpty {
	background-color: #f6f6f6;
	color: #d4d4d4;
}

.navCol {
	width:20px;
	padding:0;
	margin:0;
	user-select: none;
}

.navEntry {
	float:left;
	height:100%;
	position:relative;
	background-color: #f6f6f6;
}

.emptyAttrLine {
	background-color: #000000;
	color: #FFFFFF;
}

.entryVR, .entryVM, .entryTag, .entryLength {
	text-align:center;
	white-space: nowrap;
}



.htableEntry>.entryLength, .htableEntry>.entryVM, .htableEntry>.entryVR, .htableEntry>.entryName, .htableEntry>.entryNameFullscreen, .htableEntry>.entryTag {
	border-right: 1px dashed #bbbbbb;
}

.htableParentEntry>.entryLength, .htableParentEntry>.entryVM, .htableParentEntry>.entryVR, .htableParentEntry>.entryName, .htableParentEntry>.entryNameFullscreen, .htableParentEntry>.entryTag {
	border-right: 1px dashed #f6f6f6;
}


.htableFilesRight {
	float:right;
	padding-right:20px;
}

.entryValue {
	min-width:20%;
}

.entryNameFullscreen {
	min-width:20%;
}

.entryValueFullscreen  {
	min-width:50%;
}

/* Wordbreak */
.entryValue, .entryValueFullscreen, .entryLength, .entryVM, .entryVR, .entryName, .entryNameFullscreen, .entryTag {
    -ms-word-break: break-all;
    word-break: break-all;

 /* Non standard for webkit */
     word-break: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}


/* ========== Buttons ========== */


.topButton, .topButtonOff {
	background-color:#d4d4d4;
	border-radius:3px;
	border:0;
	cursor:pointer;
	padding:2px 10px;
	text-decoration:none;
	user-select: none;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:400;
	cursor:pointer;
	color:#006ab3;
	text-decoration:none;
	height:26px;
	line-height:22px;
}

.topButton:hover {
	background-color:#bbbbbb;
}

.topButtonOff:hover {
	border:2px solid #bbbbbb;
	padding:0px 8px;
}

.topButtonOff {
	background-color:#f6f6f6;
}


/* ========== Tab: Datenstruktur ========== */


/*#structure {
	display: flex;  
    flex-direction: row;
	padding:0;
}*/

#structure_tree{
	border-right: 1px solid #424242;
	width:30%;
	padding:5px 10px;
}

#structure_details {
	margin-right: auto;
	width:70%;
	padding:5px 10px;
}

.treenode {
	color: #424242;
}
.treenode:hover {
	cursor:pointer;
}

.treenodefile, .far, .fas {
	color:#006ab3;
}
.treenodefile:hover {
	color: #319be4;
}


/* ========== Tab: Analysis ========== */
/*
#structurepanel_left_div  {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

#structurepanel_right_div {
  position: absolute;
  right: 0;
  left:400px;
  top: 0;
  bottom: 0;
  border-left:1px solid #000;
}

#structurepanel_top {
  position: absolute;
  left: 0;
  top: 0;
  bottom:0;
  right: 0;
  width:400px;
  height:200px;
  padding:10px;
  overflow:auto;
}

#structurepanel_bottom_div {
  position: absolute;
  top: 200px;
  bottom: 0;
  right: 0;
  left:0;
  width:400px;
  border-top:1px solid #000;
  padding:10px;
	overflow:auto;
}

#structurepanel_right {
  position: absolute;
  right: 0;
  left:410px;
  top: 0;
  bottom: 0;
  border-left:1px solid #000;
  padding:10px;
  overflow:auto;
}

#drag_vertical {
  position: absolute;
  top: -4px;
  left: 0;
  right:0;
  bottom: 0;
  height: 8px;
  cursor: ns-resize;
  background-color:red;
}


#drag_horizontal {
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  width: 8px;
  cursor: ew-resize;
  background-color:red;
}*/

.panel {
	position: absolute;
	right: 0;
	left:0;
	top:0;
	bottom:0;
	padding:10px;
	overflow:auto;
}

#analysispanel_top {
	width:420px;
	height:300px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

#drag_vertical {
  top: 300px;
  height:4px;
  width:420px;
  cursor: ns-resize;
  background-color:#fff;
  padding:0;
}

#analysispanel_bottom {
  top: 304px;
  width:420px;
  border-top:1px solid #000;
  border-right:1px solid #000;
}

#drag_horizontal {
  left: 420px;
  width: 4px;
  cursor: ew-resize;
  background-color:#fff;
  padding:0;
}

#analysispanel_right {
  left:424px;
  border-left:1px solid #000;
  border-top:1px solid #000;
}

#overview_studyselect, #overview_sexage, #overview_patientselect, #analysispanel_plans, #analysispanel_details, #analysispanel_timeline {
	color:#424242;
}

.mouseovertext {
	color: #424242;
	cursor: pointer;
}
.mouseovertext:hover {
	color: #006ab3;
}

.analysis_details-td {
	min-width:120px;
	padding-right:8px;
	color: #006ab3;
}



.panelheading {
	font-weight:500;
	margin-bottom:10px;
}


#headerSelectDiv {
	float:left;
	margin-right:10px;
	color:#006ab3;
	line-height:36px;
}

.headerSelect {
	height:24px;
	margin-left: 5px;
	margin-top: 6px
}


.progressbar, .progress {
	height: 24px;
	width: 120px;
	background-color:#f1f1f1;
	border-radius:5px;
	border: 1px solid #d4d4d4;
}

.progress {
	background-color:#4CAF50;
}

td {
	text-align:left;
}




/*safe for later middleline für td*/
.back {
    background: linear-gradient(90deg, 
        rgba(0,0,0,0) calc(50% - 1px), 
        rgba(56,56,56,1) calc(50%), 
        rgba(0,0,0,0) calc(50% + 1px)
    );
}




/*Timeline*/
.timeline {
	border-collapse: collapse;
	border-style: hidden;
	color:#333;
}

.timeline td {
	padding: 3px 10px 3px 10px;
}

.timeline tr {
	border-bottom: 2px dashed #006ab3;
}

.timeline_head {
	text-align: center;
	color: #006ab3;
	font-weight:bold;
}

.timelineentry {
	border-radius:10px;
	cursor:pointer;
	height:60px;
	width:250px;
	margin:5px;
	padding:0;
}

.timelineentry_mini {
	border-radius:10px;
	border: 1px solid #d4d4d4;
	cursor:pointer;
	height:26px;
	width:55px;
	margin:5px;
	padding:0;
	text-align: center;
}

.timelineentry:hover {
	box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.2); /* brighten */
	/* box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.2);  darken */
}

.timelineentry_img {
	float:left;
	width:50px;
	height:60px;
	margin:0;
	padding:0;
}

.timelineentry_text {
	float:left;
	padding-left:5px;
	font-size:14px;
	height:60px;
	line-height:20px;
	word-break: break-all;
	overflow-y:auto;
	width:200px;
}