/*#432 Gesamte Breite nutzen*/
#surroundingDiv {
/*max-width: 1200px;
margin: auto;*/
background: black;

display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;

min-height: 100%;
}

body{
  height: 100%;
min-height: 100%;
font-family: 'Barlow Semi Condensed';
/* overflow: hidden; */
}

  .layout{
/*   Switching to flex */

    flex: auto;
    background-color: black;
/*     width: calc(100% - 400px); */
 
    
  }
  
  .leftControlFlexxxxx {
  	flex: 200px 1 0;
  	overflow-y: auto;
  	overflow-x: hidden;
  }
  
/*#432 Styling linke Spalte */
/*von ephys übernommen, evtl bereinigen */

  .leftControl{
/*   Switching to flex */
/*     width: 400px;  */
/*     min-width: 400px; #432 Mindestbreite linke Spalte */
    flex: 400px 0 0;
    
/*     children */
    display: flex;
    flex-direction: column;
  
	 float: left;
    text-align: left;
    background-color: #fff;

    
  }
  
  .leftControlExp {
    display: none;
    /*#908 nschneider 240222 Sehr helles Grün als Tabellenhintergrund
background-color: #e5e5e5;
background-color: #a7ffa3;*/
background-color: #92b883;

/*min-height: 230px;*/
    padding-bottom: 20px;
  }
  
    .leftControlExp p {

margin-top: 5px;
margin-bottom: 20px;
padding-bottom: 10px;
padding-left: 10px;
  }
  
  .leftControlExpInner {
  		background-color: #fff;
  }

  .leftControl p{
   /* position: relative; */
/*	 float: left;*/
    text-align: left;
    /* background-color: rgba(235, 113, 101, 0.73); #71 Niko 200727 Design übernehmen */
    background-color: #fff;
    color: #737d44;
/*    margin-right: 10px;*/
/*    width: 500px;*/
/*#130 Textgröße verkleinern*/
/*font-size: 200%;*/
font-size: 150%;
  }

  
  /*Modulübergreifend*/
.imageOptionsShared{
    max-width: 100%;
    max-height: 100%;
	}  
   
.tabControlArea  {
	background-color: #fff;
	color: #000;
	}
	
	
.recordingTable  {
	color: #000;
	font-family: inherit;
    font-size: 130%;
/*     border: 2px solid #e3ba0f;  todo prüfen IE 6/7/8 */
    border-collapse: collapse;
    border: 1px solid #ffffff; /* Für IE <= 7; Farbe entspricht Hintergrundfarbe */
    border-style: hidden;
    width: 100%;
	}

    .recordingTable tbody {
/*         display: block; */
/*         overflow: auto; */
        height: 150px;
        width: 100%;
    }
    	
    .recordingTable th {
        border-bottom: 2px solid #737d44;
        border-left: 2px solid #737d44;
        padding: 15px 10px 10px;
/*         position: relative; */
/*         display: block; */
/*      #432 Normaler Cursor auf Tabellenelementen */
		cursor: default;
    }
    .recordingTable tbody tr td {
/*         background: none repeat scroll 0 0 #FFFFFF; */
        border-left: 2px solid #737d44;
    }
    .recordingTable td {
/*         border-top: 1px dashed #FFFFFF; */
        color: #000000;
        padding: 10px;
        /*      #432 Normaler Cursor auf Tabellenelementen */
		cursor: default;
    }
    .recordingTable tbody tr:hover td {
        background: none repeat scroll 0 0 #e3ba0f;
        color: #000000;
    }
    .recordingTable tbody tr.selected td {
        background: none repeat scroll 0 0 #e3ba0f;
        color: #000000;
    }
    
    
.eyetrackingButton {
    font-family: inherit;
    font-size: 140%;
    padding: 0.5em 1em;
    color: #ffffff;
    border: 2px solid #737d44;  /*IE 6/7/8*/
    background-color: #737d44 ; 
    text-decoration: none;
    border-radius: 20px;
/*        float: left;*/
    margin-left: 10px;
    
}

/* Bild und Recording Table getrennt */
.bildTable  {
	color: #000;
	font-family: inherit;
    font-size: 130%;
/*     border: 2px solid #e3ba0f;  todo prüfen IE 6/7/8 */
    border-collapse: collapse;
    border: 1px solid #ffffff; /* Für IE <= 7; Farbe entspricht Hintergrundfarbe */
    border-style: hidden;
    width: 100%;
	}

    .bildTable tbody {
        display: block;
        overflow: auto;
        max-height: 285px;
        width: 100%;
    }
    	
    .bildTable th {
        border-bottom: 2px solid #737d44;
/*         border-left: 2px solid #737d44; */
        padding: 15px 10px 10px;
/*      #432 Normaler Cursor auf Tabellenelementen */
		cursor: default;
    }
    .bildTable tbody tr td {
/*         border-left: 2px solid #737d44; */
/*         #432 Normaler Cursor auf Tabellenelementen */
		cursor: default;
    }
    .bildTable td {
/*         border-top: 1px dashed #FFFFFF; */
        color: #000000;
        padding: 10px;
    }
    .bildTable tbody tr:hover td {
        background: none repeat scroll 0 0 #e3ba0f;
        color: #000000;
    }
    .bildTable tbody tr.selected td {
        background: none repeat scroll 0 0 #e3ba0f;
        color: #000000;
    }

    .bildTableSplit {
        border-left: 2px solid #737d44;
    }

/*     .bildTableSplit th { */
/* /*         border-left: 2px solid #737d44; */ */
/*     } */
/*     .bildTableSplit tbody tr td { */
/* /*         border-left: 2px solid #737d44; */ */
/*     } */
    
/* Fokus deaktiviert, ist sonst verwirrend */
/* .eyetrackingButton:focus { */
/*     background-color: #e3ba0f; */
/*     border: 2px solid #737d44;  IE 6/7/8 */
/* 	color: #fff; */
/* } */



.eyetrackingButtonAktiv {
    background-color: #e3ba0f;
    border: 2px solid #737d44;  /*IE 6/7/8*/
	color: #fff;
	pointer-events: none;
}

.eyetrackingButton.selected {
    background-color: #e3ba0f;
    border: 2px solid #737d44;  /*IE 6/7/8*/
	color: #fff;
}
    
.eyetrackingMethodeButton {
    font-family: inherit;
    font-size: 100%;
    padding: 0;
    border: 2px solid #737d44;  /*IE 6/7/8*/
    background-color: #737d44;
    text-decoration: none;
    border-radius: 20px;
    margin-left: 10px;
    width: 115px;
}

.eyetrackingMethodeButton img {
	 vertical-align: middle;
	 height: 20px;
	 margin: 3px;
	 width: 100px;
	 border-radius: 20px;
}

.eyetrackingAuswertungButton {
	font-size: 100%;
    width: 115px;
}

p.eyetrackingBeschriftung {
	/*nschneider 240122 #907 Temperaturtext größer*/
	font-size: 130%;
    color: #737d44;
    float: left;
    margin: 0px;
}

.optionContainer {
    margin: 10px;
    min-height: 30px;
}

.optionContainer label {
	color: #737d44;
	font-size: 110%;
}
.slider {
    float: left;
    margin-top: 4px;
    margin-left: 10px;
    margin-right: 10px;
    width: 250px;
    accent-color: #e3ba0f;
}

/*Modul Auswertung*/
.divAuswertungImageWrapper{
	height: 100%;
	margin: 5px;
	}
	
.auswertungImageClass{
/* 	flex: 100px 1 1; */
height: 100%;
	}

#divAuswertung {
	display: flex;
	flex-direction: column;
/* 	height 100%, berechnung der Höhe in .pMain */
	height: 100%;
/* 	height: calc(100vh - 134px); */
}
  
#auswertungView h2{
	font-size: 130%;
	margin-left: 10px;
	margin-top: 35px;
	margin-bottom: 10px
}  
  
  
/*Modul Blickpfad*/
#divBlickpfad {
/* 	display: flex; */
	height: 100%;
		width: 100%;
	
	padding-top: 10px;
/* 	max-width: calc(100% - 20px); */
/* 	max-height: calc(100% - 20px); */
}
  
  
.plotlyWrappers {
	float: left;
/* 	height: 100%; */
}

/* #plotMainStaticChartPlotlyAnotherWrapper { */
/* 	width: 100%; */
/* } */

/* #plotSplitStaticChartPlotlyAnotherWrapper{ */

/* } */

/*Modul Video*/
#divVideos {
	height: 100%;
/* 	overflow: hidden; */
}
#divVideoMain {
		height: 100%;
		max-width: calc(100% - 30px);
	
}
	
/*Modul Visualisierung*/
#divVisualisierung {
	display: flex;
	height: 100%;
}

#divVergleich {
	display: flex;
	height: 100%;
}

.divVisualisierungsImages {
	flex: 10px 1 0;
	position: relative;
}

#divVisualisierungMain {
/* 	height: 400px; */
	width: 100%;
	padding-top: 10px;
	
}

/* Abstand zwischen den beiden Bildern */
#divVisualisierungSplit {
	margin-left: 10px;
	padding-top: 10px;
}

#divVergleichMain {
/* 	height: 400px; */
	width: 100%;
	padding-top: 10px;
	
}

/* Abstand zwischen den beiden Bildern */
#divVergleichSplit {
	margin-left: 10px;
	padding-top: 10px;
}

.visualisierungImageClass{
	position: absolute;
	left: 0px;
	}  
	


.eyetrackingImageButton {
    margin: 2px;  /*IE 6/7/8*/
}
	
.eyetrackingImageButton.selected {
    border: 2px solid #e3ba0f;  /*IE 6/7/8*/
    margin: 0px;
}
    
/* Anzeige der Tabellenelemente über css Klassen steuern */
.eyetrackingElementExp1 tr{
    display: table-row;  
}    

.eyetrackingElementExp1 p{
    display: block;  
}    

.eyetrackingElementExp2 {
    display: none;  
}    

div.kreis {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff00ff
}

/* Styling der Menütexte oben */
.modeMenu a {
	color: #fff;
}

.modeMenu a:hover, .modeMenu a:focus {
	background-color: #e3ba0f;
}


.bildTableBlickpfadWrapperDiv
{
	float: left;
}

.bildTableWrapper
{
	overflow: auto;
}

 hr.line {
 color: #000000;
 width: 100%;
 margin: 20px auto;
 height: 0px;
  border-top: 2px solid #4d4b46;
 }
 
/* Image über Checkbox legen */
.eyetrackingSplitButton {
	filter: opacity(100%);
}

.eyetrackingSplitButton .selected{
	filter: opacity(20%);
}

input.splitCheckbox[type=checkbox] {
    display:none;
}

input.splitCheckbox[type=checkbox] + label {
	background-image: url("../images/eyetracking-nosplit.jpg");
	background: #999;
    height: 16px;
    width: 16px;
    display:inline-block;
    padding: 0 0 0 0px;
}

input.splitCheckbox[type=checkbox]:checked + label {
	background-image: url("../images/eyetracking-split.jpg");
    background: #0080FF;
    height: 16px;
    width: 16px;
    display:inline-block;
    padding: 0 0 0 0px;
}

#limitBlick {
/* 	width: calc(100% - 20px); */
/* 	height: auto; */
	width: 100%;
	height: 100%;
/* 	aspect-ratio: 3/2; */
	max-height: calc(100% - 20px);
	max-width: calc(100% - 20px);
}

#limitBlickInner {
/* 	width: 100%; */
/* 	height: 100%; */
/* 	max-height: calc(100vh - 130px); */
/* 	max-width: calc(100% - 20px); */
}

.steckbriefImage {
	 cursor: pointer ;
}

.steckbriefImageKlein {
	width: 48%; 
}

.steckbriefImageGross {
	width: 100%; 
}


#steckbriefDiv {
	margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 30px; 
}


