/*******************************************/
/*** GESS LAYOUT (mit responsive Design) ***/
/*******************************************/

/*** HTML Seite allgemein ***/  
html { -webkit-text-size-adjust: none; }
a{ text-decoration:none;}
a:hover{ text-decoration:underline; }
html, body, page, form{
  -webkit-user-select: none; 	/* Safari */
  -ms-user-select: none; 		/* IE 10 and IE 11 */
  user-select: none; 			/* Standard syntax */
  text-align: left;
  padding: 0;
  border: 0px solid black;
  border-style: none;
  hyphens: manual; 
  word-break: break-word; /*default = normal*/
  font-family: 	"Source Sans 3",
				-apple-system,
				BlinkMacSystemFont,
				Segoe UI,
				Roboto,
				Helvetica,
				Arial,
				sans-serif;
}

html{ height:100%;
}

input::-ms-clear {
  display:none;
  width: 0;
  height: 0;
}

.maintab, .content{
  height: inherit;
  border: none;
}

.maintab{
  width: auto;
  padding-bottom: 80px;
}
.content{
  max-width: 1200px;   
  padding: 0em 6.0em;        
}

/*** Screens ***/
.qscreen{ width:100%; }
.qscreencell{ vertical-align:top; }

/****Logo großer Bildschirm ****/
.header, #theTitle{font-size: 10px;}  

.header{font-weight: bold;}

#theTitle{
  margin-bottom: 5px;
  padding-bottom: 0px;
} 

#logo {
	height: 30px;	
	background-size: 100%;
}	
#logo_kunde {
	height: 30px;
	background-size: 100%;
	float: right;
	/*display: none; /* Anpassen falls Kundenlogo gezeigt werden soll */
}	

/***** Fußzeile ****/  
.language{
  text-align: right;
  font-size: 12px;
}
.footer, .footer2{
  padding-bottom: 8px;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}
.footnotes{
  padding: 0px 10px; 
  max-width: 1180px;
  font-size: 14px;
}

/**Pfeile**/

#cancelbutton{
  position: absolute; 
  top: 25px; 
  right: 30px;
}
.cancelbutton{
  position: fixed;
  top: 55px;
  left: 5px; 
  right: 5px; 
  height: 0px;
  z-index: 10; 
  margin: 0px auto; 
  max-width: 1200px; 
  text-align: right;
}

#backbutton, #continuebutton{
  position: relative;
  height: 45px;
  margin: 0px 20px;
}
/*#continuebutton{right:-4px;}*/
/*#backbutton{left:-4px;}     */

.sidebutton{
	margin: 0px auto;
	height: 70px;
	width: auto;
	max-width: 1200px;
	position: sticky;
	left: 0px;
	right: 0px;
	bottom:29px;
	background-color: inherit;
	text-align: center;
	z-index: 10;
}  

/***Fortschrittsbalken**/  
#fortschritt-balken {
	position: relative;
	height: 26px;
	margin-bottom: 5px;
}
#fortschritt {
	width: 203px; 
	height: 26px; 
	position: absolute; 
	border: 0px solid #ffffff; 
	padding: 0; 
	font-size: 14px;
	margin-left: 20px;
	margin-top: 3px;
}
#pBar {
	margin: 0px; 
	position: absolute; 
	left: 0px; 
	height: 26px;
}

/******Layout Fragen*******/
/* Neu für Openends, numqs */
.qopenfield, .qlabelopen, .numinput {
	resize: none;	
	outline: none;
	font-size: 16px;	
	font-weight: bold; 
	border-radius: 3px;	
	font-family: 	"Source Sans 3",
					-apple-system,
					BlinkMacSystemFont,
					Segoe UI,
					Roboto,
					Helvetica,
					Arial,
					sans-serif;
}
.numinput, .qinputcell {
	width: 3em;
}
.numinput {
	height: 24px; 
	text-align: center;
}
.qleftlabeltextcell {
	padding-right: 5px;
}
.qrightlabeltextcell {
	padding: 0px 5px;
}
.numq .qtable {display: inline-grid; /*width: auto;*/}
.qunspecifytextcell {text-align: left;}
.qunspecifybuttoncell {width: 30px; text-align: right;}	
.qunspecifybuttoncell img{vertical-align: middle;}

.qhelptext{
  font-size: 15px;
  font-style: italic; /* kursiv */
  font-weight: normal; 
  padding-bottom: 5px; 
  line-height: 16px;
  margin-top: -5px; 
}

.qerror {
  font-size:16px;
  font-style: italic;
  border: 0px solid #a3140b;
  padding: 0px 5px 10px 5px; /* Abstand Oben-Rechts-Unten-Links */
} 

.qlabelopen {
 width: auto; /* Default-Breite des offenen Textfeldes */
 height: 24px;
 margin: 0px 0px 0px 0px; /* Abstand Oben-Rechts-Unten-Links */
}
.qopenfield {

} 

.qtext, .qtitle, .content, .qtable, .qerror, .qhelptext, .footnotes {
	margin: 0px auto;
}

.qtext{
  border: 0px solid #4a4b4b;
  /*font-size: 18px; Schriftgröße Fragetext siehe unten*/
  padding:  5px 5px  5px 5px; 	/* Abstand Oben-Rechts-Unten-Links */
  margin:   5px 5px  5px 5px;	/* Abstand Oben-Rechts-Unten-Links */
}
/*Falls der Title wie ein Text formatiert wird*/
.qtitle .qtext{
  padding: 5px 5px 5px 5px !important;  /* Abstand Oben-Rechts-Unten-Links */
  margin:  5px 2px 5px 2px !important;	/* Abstand Oben-Rechts-Unten-Links */
}

/*Falls der Helptext wie ein Title formatiert wird*/
.qtitle .qhelptext {
	margin-top: -5px;}

/*Falls der Helptext wie ein Text formatiert wird*/
.qtext .qhelptext {
	margin-top:   1px;
	margin-left: -10px;}

.qprehelptext.qhelptext, .qpreinterviewerhelptext.qhelptext {
  padding-bottom: 0px; 
}

.qtitle {
  padding-bottom: 5px;
  font-weight: normal; /* original: default (nichts) */
}

.qtable {
  border-collapse: separate;
  border-spacing: 0px;
  width:100%;
}

.qlabeltextcell, .qtextlabelcell {
  text-align: left;
}  

.qtextlabelcell {
  height: 30px;
}  

.qerror, .qtext, .qitemtextcell, .qlabeltextcell{ 
  font-weight: normal; /* original: bold (fett) */
}  

.qitemtextcell, .qlabeltextcell, .qunspecifytextcell{
  font-size: 16px; /* Schriftgröße Label, Hilfetexte, Items */
}
.singleq .qlabeltextcell, .multiq .qlabeltextcell{ 
  cursor:pointer; 
}
.qbuttoncell{ 
  cursor:pointer; 
}

.qbuttoncell img, .qunspecifybuttoncell img, .qsliderunspecifybuttoncell img{
	height: 21px;
}

.qrowclass1, .qrowclass2 {
  font-size: 16px;
  height: 30px;
  line-height: normal; 
  /*padding: 0px;*/
  background-image: none;
}

.singleq .qbuttoncell, .multiq .qbuttoncell{
	width: 40px!important;
	text-align: center;
}

/*** Farbewechsel der Grids ***/ 
/*** Grids Erste Zeile ***/
/*** grauer Hintergrund und Rahmen ***/ 
.singlegridq .qrowclass1, .multigridq .qrowclass1{
  font-weight: normal; /* original: bold (fett) */ 
  }

/*** Grids zweite Zeile ***/ 
/*** kein Hintergrund und kein Rahmen ***/
.singlegridq .qrowclass2, .multigridq .qrowclass2, .qrowclass2{
background-color: #fcfbfb;
}

/******Layout Gridfragen*******/

.qanchortext, .qitemtextcell, .qlabeltextcell, .singlegridq .qlabeltextcell, .multigridq .qlabeltextcell, .qgridheader, .qrowclass1, .qrowclass2 {
  border: 0px solid #ffffff;
  font-weight: normal; /* original: bold (fett) */  
}
.qbuttoncell img, .singlegridq .qbuttoncell img, .multigridq .qbuttoncell img{ vertical-align: middle;}
.singlegridq .qlabeltextcell, .multigridq .qlabeltextcell, .singlegridq .qbuttoncell, .multigridq .qbuttoncell {
  width: 7%; /* original: 10% */
  text-align: center;
}
.qitemtextcell {
  width: 50%; /* original: 30% */
  padding-left: 3px;
  padding-right: 3px;
}
.singlegridq .qhighlight, .multigridq .qhighlight{
  font-weight: normal; /* original: bold (fett) */
}
.singlegridq .qlabeltextcell, .multigridq .qlabeltextcell{
	vertical-align: bottom;
}
.qanchortext{
	vertical-align: bottom;
	text-align: left;
	padding-bottom: 5px;
}

/* Schriftarten für Slider, Sortable, Select und Comboboxen */
.ui-widget, .qselect, .qselect option {
  font-family: 	"Source Sans 3",
				-apple-system,
				BlinkMacSystemFont,
				Segoe UI,
				Roboto,
				Helvetica,
				Arial,
				sans-serif;
}

/******* Sortable (Drag & Drop) *******/  
.connectedSortable {
  border: 2px solid #9aa0a6;
  min-width: 50px;
  min-height: 30px;
  height: 170px;
  width: 220px;
  margin: 0px auto;
  padding: 3px;
}
.connectedSortable li{
  cursor: move;
  cursor: -webkit-grabbing;	
  -moz-user-select: none;
  -webkit-user-select: none; 	
  padding: 2px 2px 2px 2px;  /* top-right-bottom-left */
  margin:  2px 2px 2px 2px;  /* top-right-bottom-left */
  height: 20px;
  min-height: 20px;
  width: 200px;
  float: left;
  background-image: none;
  background-color: #504e4e;
  color: ivory; 
  border: 1px solid;  
  }
.connectedSortable li u, .connectedSortable li i{
  color: ivory;
}  
.connectedSortable li:hover{
  color: ivory;
}
.sortable-number{
  border: 0px solid transparent;	
  position: static;
  color: #e15e55;
  background-color: transparent;
  background-image: none;
}

/*******Schieberegler**********/
.ui-slider a {outline:none;}

.qslidercell {
	width: 375px;
	padding: 0px 20px 0px 20px!important;
	}
.qsliderunspecifytextcell{ 
  font-size: 15px;
  width: auto;
  font-weight: normal; /* Original: bold (fett) */
  text-align: left;
	}
.qsliderunspecifybuttoncell{
	width: 40px; 
	line-height: 0px;
	}  

/*** Schieberegler und Leiste - Neuer Style ***/
/* Leiste */
.ui-slider-horizontal {
	cursor: pointer;
    outline: none;
	height: 16px!important;	
	border: 1px solid #d3d3d3!important;
	border-radius: 4px!important;
	box-shadow: inset 0 0 1px #f0f0f0,0 3px 6px -5px #bbbbbb!important;	
	}	
/* Leiste links vom Regler */
.ui-widget-header {
	border-radius: 3px!important;
	}
/* Regler */
.ui-slider-handle {
	z-index: 0!important;	
	cursor: pointer!important;
    outline: none;	
	height: 26px!important;
	width: 32px!important;
	background-color: #ffffff!important;
	font-size: 16px!important; 		/* Beschriftung auf Regler */
	color: #000!important; 			/* Beschriftung auf Regler */
	font-weight: normal!important;	/* Beschriftung auf Regler */
	margin-left: -17px!important;
	border: 1px solid #d9d9d9!important;
	border-radius: 3px!important;
	box-shadow: inset 0 0 1px #ffffff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbbbbb!important;
	}
	
/*** Select/ Combobox ***/
.qselect, .qselect option, 
.ui-widget-content .custom-combobox, 
.custom-combobox-input,
.custom-combobox-toggle, 
.ui-menu {
	font-size: 15px; 
	font-weight: bold;
	background-image: none!important;
	border-radius: 3px;	
}		
	
/* Select menu (bei SingleQFormat = select) */
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
 background-image: none;
 font-weight: bold;
 outline: none;
} 	

.onDesktop{ display:inline-block; } 
     
/*** nur für kleine Bildschirmgrößen ***/  
.onMobile { display:none; }      

/*** Template 1 oben ***/
.template1 {margin-top: 5px; 
			margin-bottom: 5px; 
			font-size: 12px;
}

/*** Hilfetext und Mobile-Check ***/
#hintergrund {
    display: none;
    z-index: 8000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #000000;
}
#hintergrund_ie {
    display: none;
    z-index: 8000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #000000;
}
#hintergrund_small_screen {
    display: none;
    z-index: 8000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #000000;
}
#popup {
    display: none;
    z-index: 8001;
    position: fixed;
    width: 30%;
    top: 20%;
    left: 35%;
    background: none repeat scroll 0 0 #57595b;
    border: 4px solid #999999;
    border-radius: 15px;
    font-size: 16px;
	 font-weight: bold;
    color: #f8f9fa;
    padding: 10px 10px 10px 10px;
}
.schliessen {
    position: relative;
    background: #666666;
    color: #ffffff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    height: 30px;
    width: 30px;
    left: 30px;
    bottom: 20px;
    float: right;
    cursor: pointer;
}

/* Mobile Check */
#popup_mobile {
	color: initial;
    display: none;
    z-index: 8001;
    position: fixed;
    width: 80%;
    top: 20%;
    left: 5%;
    background: none repeat scroll 0 0 #ffffff;
    border: 4px solid #999999;
    border-radius: 15px;
    font-size: 16px;
	 font-weight: bold;
    padding: 10px 10px 10px 10px;
}

#popup_mobile_ie {
	color: initial;
    display: none;
    z-index: 8001;
    position: fixed;
    width: 80%;
    top: 20%;
    left: 5%;
    background: none repeat scroll 0 0 #ffffff;
    border: 4px solid #999999;
    border-radius: 15px;
    font-size: 16px;
	 font-weight: bold;
    padding: 10px 10px 10px 10px;
}

#popup_small_screen {
	color: initial;
    display: none;
    z-index: 8001;
    position: fixed;
    width: 80%;
    top: 20%;
    left: 5%;
    background: none repeat scroll 0 0 #ffffff;
    border: 4px solid #999999;
    border-radius: 15px;
    font-size: 16px;
	 font-weight: bold;
    padding: 10px 10px 10px 10px;
}

/*** gelbes Hintergrund-Blinken von Texten ***/
.blink_yellow {color: inherit;
-webkit-animation: 	gelbes-blinken 0.8s 3; 
-moz-animation: 	gelbes-blinken 0.8s 3;
-o-animation: 		gelbes-blinken 0.8s 3; 
-ms-animation: 		gelbes-blinken 0.8s 3;
animation: 			gelbes-blinken 0.8s 3;}
@-webkit-keyframes 	gelbes-blinken {25%, 75% { background-color: yellow; } 0%, 50% { background-color: transparent; }}
@-moz-keyframes 	gelbes-blinken {25%, 75% { background-color: yellow; } 0%, 50% { background-color: transparent; }}
@-o-keyframes 		gelbes-blinken {25%, 75% { background-color: yellow; } 0%, 50% { background-color: transparent; }}
@-ms-keyframes 		gelbes-blinken {25%, 75% { background-color: yellow; } 0%, 50% { background-color: transparent; }}
@keyframes 			gelbes-blinken {25%, 75% { background-color: yellow; } 0%, 50% { background-color: transparent; }}

/*** Text blink rot ***/
.blink_red_text {color: inherit;
-webkit-animation: 	red-text 0.5s 4;
-moz-animation: 	red-text 0.5s 4;
-o-animation: 		red-text 0.5s 4;
-ms-animation: 		red-text 0.5s 4;
animation: 			red-text 0.5s 4;}
@-webkit-keyframes 	red-text {0%, 100% { color: red; } 0%  { color: inherit; }}
@-moz-keyframes 	red-text {0%, 100% { color: red; } 0%  { color: inherit; }}
@-o-keyframes 		red-text {0%, 100% { color: red; } 0%  { color: inherit; }}
@-ms-keyframes 		red-text {0%, 100% { color: red; } 0%  { color: inherit; }}
@keyframes 			red-text {0%, 100% { color: red; } 0%  { color: inherit; }}

/*** Link (a) im Container 'info' anders gestylt ***/
.info a {
    position: relative;
    z-index: 1;
    cursor: pointer;
    white-space: nowrap;
	color: inherit;
    display: inline-block;
    transition: all .3s ease-in-out;
	text-decoration: none;
}
	
.info a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: -3px;
    right: -3px;
    z-index: -1;
    height: 3px;
    background: #E2001A;
    transition: all .3s ease-in-out;
}


.info a:hover::before {
    top: -3px;
    bottom: -3px;
    height: auto;

}	
.info a:hover {
	color: #fff;
	text-decoration: none;
}
.info::selection {
    background-color: #E2001A;
    color: #fff;
}	

.info a, .info a:visited {
    text-decoration: none;
}

/** optimierte Darstellung für mehrspaltige Antwortlisten **/
.qtable {
  display: block;
}

.singleq .qlabeltextcell, 
.singleq .qtextlabelcell, 
.multiq .qlabeltextcell, 
.multiq .qtextlabelcell {
  min-width: 180px;
  padding-right: 15px;
}  

.qlabelopen {
 width: 250px; 
 margin-right: 10px; 
}

/** bei mehreren Fragen auf einer Seite wieder die normale Darstellung **/
.qscreen .qtable {
	display: table
}

/* Schriftgrößen für aktuelle Schrift */                           
.qtext          {font-size: 18px;}                       
/* .qname          {font-size: 16px;}                      */ 
/* .qtitle         {font-size: 16px;}                      */ 
/* .qerror         {font-size: 16px;}                      */ 
/* .qhelptext      {font-size: 16px;}                      */ 
.qlabeltextcell, .qtextlabelcell {font-size: 16px;}
body, page {font-size: 16px;}
/* .qopenfield, .qlabelopen, .numinput {font-size: 16px;}  */ 



/******Layout Fragen*******/

/* Variable für den Background */

* {--background: #eeeeee;}
* {--highlight:  #f2f2f2;}
* {--background-grid: #d1d1d1;}
* {--background-green:  #49e449;}

/* Neu für Openends, numqs */
.qopenfield, .qlabelopen, .numinput {
	color: #4a4b4b;
	background-color: var(--background); /* #eeeeee */
	border: 1px solid #4a4b4b;
}

.qhelptext{ 
  color: darkorange; /* darkorange, Original: default (Schwarz) */
}

.qhelptext b, .qhelptext i, .qhelptext u, .qhelptext q {
 color: darkorange; /* Farbe bei fetter Schrift, kursiv und unterstrichen (nur helptext) */
}

.qerror {
  color: #a3140b;
} 

.qerror b, .qerror i, .qerror u, .qerror q {
 color: #a3140b; /* Farbe bei fetter Schrift, kursiv und unterstrichen (nur Error-Texte) */
}

.qname {color: red;}

/*** Farbewechsel der Grids ***/ 
/*** Grids Erste Zeile ***/
/*** grauer Hintergrund und Rahmen ***/ 
.singlegridq .qrowclass1, .multigridq .qrowclass1{ 
  background-color: #f2f2f2;
  border-top: 1px solid #4a4b4b;
  border-bottom: 1px solid #4a4b4b;  
}

/*** Farbwechsel bei MultiQ und SingleQ ***/
.singleq .qrowclass1, .multiq .qrowclass1 {
	background-color: #f2f2f2;
}
.singleq .qrowclass2, .multiq .qrowclass2 {
	background-color: #fcfbfb;
}

/*** Placeholder in Textfelder ***/
::placeholder {  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BBB9B9;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BBB9B9;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #BBB9B9;
}

/******Layout Gridfragen*******/
.singlegridq .qbuttoncell, .multigridq .qbuttoncell {
  border-color: #4a4b4b;
}
.qbuttoncell .qrowclass2 {
  border-top: 1px solid #4a4b4b;
  border-bottom: 1px solid #4a4b4b;
}
.singlegridq .qgriderrorcell, .multigridq .qgriderrorcell{
	background-color:#A3140B;
}
/*.singlegridq .qhighlight, .multigridq .qhighlight{  */
/*  background-color: #d1d1d1;                        */
/*}                                                   */

/******* Sortable (Drag & Drop) *******/  
.connectedSortable {
  background-color: var(--background);
}

/*** Schieberegler und Leiste - Neuer Style ***/
/* Leiste */	
.ui-slider-horizontal {
	background-color: #fafafa!important;	
	}	

/*** Select/ Combobox ***/
.qselect, .qselect option, 
.ui-widget-content .custom-combobox, 
.custom-combobox-input,
.custom-combobox-toggle, 
select, select option, 
.ui-menu {
	color: #4a4b4b!important;
	background-color: #eeeeee!important;
	border: 1px solid #4a4b4b!important;
}	

/*** Für NoUISlider ***/
.noUi-connects {
    background-color: #fafafa;
}



/* Grundlayout im layout.css 		*/

/* Version für Normal-Style (NEU) 	*/
/* Nur Farbinformationen */

/** Tag für Hervorhebungen, hier blau **/
m, m i, m b, m u, m q {color: blue;}

red, red i, red b, red u, red q {color: red;}

/*** HTML Seite allgemein ***/  

a{color:  #931f44; }

.maintab, .content, body,  .sortable-number, .qrowclass1, .qrowclass2,  .qslidermoved ,  .qerror {
  background-color: transparent;
}

*{color: #4a4b4b;}

html, page, .footer{
  background-color: #ffffff;
}

/****Logo großer Bildschirm ****/ 

#theTitle{
  color: #3162a6; /* gdp blau */
  border-top: 1px solid #3162a6; 
} 
#logo {                                        
	background-image: url('./gdp_normal.png');   
}	                                             
#logo_kunde {                                  
	background-image: url('./kunde_normal.png'); 
}	                                             
   
/***** Fußzeile ****/  
.footnotes{
  border-top: 1px solid #a8a8a9;
  color:#a8a8a9;
}

/***Fortschrittsbalken**/  

#fortschritt-balken {
	background-color: #d1d1d1;
	display: none;	
}
#fortschritt {
	color: white;
}
#pBar {
	background-image: url('./balk_normal.jpg');
}

/******Layout Fragen*******/

/* Variable für den Background */

* {--background: #eeeeee;}
* {--highlight:  #f2f2f2;}
* {--background-grid: #d1d1d1;}
* {--background-green:  #49e449;}

/* Neu für Openends, numqs */
.qopenfield, .qlabelopen, .numinput {
	color: #4a4b4b;
	background-color: var(--background); /* #eeeeee */
	border: 1px solid #4a4b4b;
}

.qhelptext{ 
  color: darkorange; /* darkorange, Original: default (Schwarz) */
}

.qhelptext b, .qhelptext i, .qhelptext u, .qhelptext q {
 color: darkorange; /* Farbe bei fetter Schrift, kursiv und unterstrichen (nur helptext) */
}

.qerror {
  color: #a3140b;
} 

.qerror b, .qerror i, .qerror u, .qerror q {
 color: #a3140b; /* Farbe bei fetter Schrift, kursiv und unterstrichen (nur Error-Texte) */
}

.qname {color: red;}

/*** Farbewechsel der Grids ***/ 
/*** Grids Erste Zeile ***/
/*** grauer Hintergrund und Rahmen ***/ 
.singlegridq .qrowclass1, .multigridq .qrowclass1{ 
  background-color: #f2f2f2;
  border-top: 1px solid #4a4b4b;
  border-bottom: 1px solid #4a4b4b;  
}

/*** Farbwechsel bei MultiQ und SingleQ ***/
.singleq .qrowclass1, .multiq .qrowclass1 {
    background-color: #f2f2f2;
}
.singleq .qhighlight, .multiq .qhighlight {
  background-color: #d1d1d1;
}

/*** Highlight bei Mouseover ***/
.qhighlight {
  background-color: #d1d1d1;
}

/*** Placeholder in Textfelder ***/
::placeholder {  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BBB9B9;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BBB9B9;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #BBB9B9;
}

/******Layout Gridfragen*******/
.singlegridq .qbuttoncell, .multigridq .qbuttoncell {
  border-color: #4a4b4b;
}
.qbuttoncell .qrowclass2 {
  border-top: 1px solid #4a4b4b;
  border-bottom: 1px solid #4a4b4b;
}
.singlegridq .qgriderrorcell, .multigridq .qgriderrorcell{
	background-color:#A3140B;
}
.singlegridq .qhighlight, .multigridq .qhighlight{
  background-color: #d1d1d1;
}

/******* Sortable (Drag & Drop) *******/  
.connectedSortable {
  background-color: var(--background);
}

/*** Schieberegler und Leiste - Neuer Style ***/
/* Leiste */	
.ui-slider-horizontal {
	background-color: #fafafa!important;	
	}	

/*** Select/ Combobox ***/
.qselect, .qselect option, 
.ui-widget-content .custom-combobox, 
.custom-combobox-input,
.custom-combobox-toggle, 
select, select option, 
.ui-menu {
	color: #4a4b4b!important;
	background-color: #eeeeee!important;
	border: 1px solid #4a4b4b!important;
}	

/*** Für NoUISlider ***/
.noUi-connects {
    background-color: #fafafa;
}



/* DEFAULT GESS CSS */

/*** Audiorecorder ***/
.audiorecorder{ border-collapse:collapse; }
.audiorecorder .controls{
  width:80px;
  height:80px;
  padding:5px;
  border:1px solid #BBBBBB;
}
.audiorecorder .active{ cursor:pointer; }
.audiorecorder .qaudiotimer,.audiorecorder .qmiclevel, .audiorecorder .qaudiofile{
  height:80px;
  font-size:32px;
  padding:10px;
  text-align:center;
  border:1px solid #BBBBBB;
}
.audiorecorder .qaudiofile{ font-size:16px; }

.audiorecorder .arexit{
  background:url(./qgui/icons/arexit.png) center center no-repeat;
  border:0px solid #BBBBBB;
  cursor:pointer;
}

.audiorecorder .arplay{ background:url(./qgui/icons/arplay_off.png) center center no-repeat; }
.audiorecorder .arstop{ background:url(./qgui/icons/arstop_off.png) center center no-repeat; }
.audiorecorder .arrecord{ background:url(./qgui/icons/arrecord_off.png) center center no-repeat; }
.audiorecorder .ardelete{ background:url(./qgui/icons/ardelete_off.png) center center no-repeat; }

.audiorecorder .arplay.active{ background:url(./qgui/icons/arplay.png) center center no-repeat; }
.audiorecorder .arstop.active{ background:url(./qgui/icons/arstop.png) center center no-repeat; }
.audiorecorder .arrecord.active{ background:url(./qgui/icons/arrecord.png) center center no-repeat; }
.audiorecorder .ardelete.active{ background:url(./qgui/icons/ardelete.png) center center no-repeat; }

.audiorecorder .arpause, .audiorecorder .arpause.active{ background:url(./qgui/icons/arpause.png) center center no-repeat; }

.audiorecorder .level0{ background:url(./qgui/icons/speaker0.png) center center no-repeat; }
.audiorecorder .level1{ background:url(./qgui/icons/speaker1.png) center center no-repeat; }
.audiorecorder .level2{ background:url(./qgui/icons/speaker2.png) center center no-repeat; }
.audiorecorder .level3{ background:url(./qgui/icons/speaker3.png) center center no-repeat; }

.qrec-err{
  min-width:200px;
  height:200px;
  background:url(./qgui/icons/rec_err.png) center center no-repeat;
}


/*** 3D Rotation Viewer ***/
/*** plain old links styled like buttons, and button widget ***/
a.buttonLink, a.buttonLink:link, a.buttonLink:visited, .button, .button:link, .button:visited, .button:hover, .button:active {
	display:inline-block;
	font-family:Arial;
	font-size:12px;
	letter-spacing:1px;
	color:#044;
	text-shadow:0 -1px 2px #fff;
	background:#c4cdd4 url(./images/button-bg.gif) left top repeat-x;
	text-align:center;
	text-decoration:none;
	padding:3px 7px;
	padding-top:2px;
	border:1px solid #000;
	border-color:#eee #999 #999 #eee;
}
a.buttonLink:hover, .buttonOver, .buttonOver:link, .buttonOver:visited, .buttonOver:hover, .buttonOver:active {
	color:#222;
	text-shadow:0 -1px 2px #fff, 0 1px 2px #fff;
	background-position:left -100px;
	border-color:#889 #000 #334 #778;
}
a.buttonLink:active, .buttonActive, .buttonActive:link, .buttonActive:visited, .buttonActive:hover, .buttonActive:active {
	color:#000;
	text-shadow:0 -1px 2px #fff, 0 1px 2px #fff;
	background-position:left -200px;
	border-color:#bbb #000 #223 #999;
}
.buttonGrayed, .buttonGrayed:link, .buttonGrayed:visited, .buttonGrayed:hover, .buttonGrayed:active {
	color:#abb;
	background-position:left -300px;
	border-color:#bcc;
}

code {
	white-space:nowrap;
	color:#830;
	margin-left:2px;
	margin-right:2px;
}

.rotationViewer {
  position:relative;
  width:640px;
  height:378px;
  border-style:solid;
  border-width:1px;
  margin:auto;
  margin-bottom:10px;
  cursor:pointer;
}
.rotationViewer img {
  position:absolute;
  visibility:hidden;
  left:0;
  top:0;
  width:100%;
  height:100%;
}


/*############################# QSORTABLE##########################*/
.sortable-number {
  width: 25px;
  float: right;
  text-align: center;
  font-weight: bold;
  position:absolute;
  border:none;
  left:0px;
  top:3px;
}
.connectedSortable{
  display: inline-block;
  border: 1px solid #dddddd;
  list-style-type: none; 
  margin: 5px;
  padding:0 0 25px 0;
  min-height : 50px;
  width: 300px;
}
.connectedSortable li{ 
	margin: 2px;
	padding: 3px;
	font-size: 12px;
  position:relative;
  padding-left:30px;
  cursor:pointer;
  float:left;
  width: 260px;
}
.connectedSortable li:hover{ 
	color:black;
}
 
.ui-sort-placeholder{
  height: 12px;
  border:1px solid #1c94c4;
  background-color:#eeeeee;
}

/*############################# AUTOCOMPLETE ##########################*/
.custom-combobox {
  position: relative;
  display: inline-block;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}
.ui-autocomplete{
  height: 300px;
  overflow-y: auto;
}

/*############################# HEATPLOTTER ##########################*/
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.coordinates-indicator{
  display:block;
  position:absolute;
  z-Index:5;
}



/* db-sel */
.db-sel-table, .db-sel-table-simple{
  width:80%;
  margin:0px auto;
}
.db-sel-table th{ text-align:left; }
.db-sel-input-cell{
  border:1px solid grey;
  width:30%;
}
.db-sel-table-simple .db-sel-input-cell{ width:50%; min-width:250px; }
.db-sel-input:focus{ outline:0; }
.db-sel-input{
  width:100%;
  height:100%;
  padding:0px;
  border:none;
}
.db-sel-other-hit{
  margin-bottom:10px;
  font-style:italic;
}
.db-sel-target-cell, .db-sel-source-cell{
  width:45%;
  border:1px solid grey;
  background-color:#f9f9f9;
}
.db-sel-target-div, .db-sel-source-div{
  vertical-align:top;
  height:200px;
  overflow-y:scroll;
}
.db-sel-source-div .selected,
.db-sel-source-div .selected:hover{ background-color:#dddddd; }
.db-sel-source-div div:hover{ cursor:pointer; background-color:#eeeeee; }
.db-sel-accept, .db-sel-reject{
  padding:0;
  margin:0px 10px;
  height:116px;
  background: transparent url(./qgui/icons/forward.png) no-repeat center center;
  cursor:pointer;
}
.db-sel-reject{
  background: transparent url(./qgui/icons/forward_ia.png) no-repeat center center;
  cursor:auto;
}
.db-sel-accept:hover{
  background: transparent url(./qgui/icons/forward_a.png) no-repeat center center;
}
.db-sel-selected{
  position: relative;
  padding-right:26px;
  margin-bottom:5px;
}
.db-sel-delete{
  position: absolute;
  right:5px;
  top:2px;
  width:16px;
  height:16px;
  cursor:pointer;
  background: transparent url(./qgui/icons/delete.png) no-repeat center center;
}
.del-sel-no-result{
  font-style:italic;
  color:#ff6666;
}


/* FileUploads */
/* BEGIN LEGACY */
.qfiletransferprogress div{
  width:60px;
  height:10px;
}
.qfiletransferred{ width:150px; }
.qfiletransferstate, .qfiletransferdelete{ width:25px; }
.qfiletransferstate-show{ background:transparent url(./qgui/icons/accept.png) no-repeat center center; }
.qfiletransferdelete-show{
  cursor:pointer;
  background:transparent url(./qgui/icons/bin.png) no-repeat center center;
}
/* END LEGACY */


.file-input{
  position:relative;
  height:25px;
  margin:5px 0px;
}
.file-input-hide {
  height: 0px;
  overflow: hidden;
}
.file-input-hide iframe, .file-input-hide form{
  border-style:none;
  margin:0px;
  height:0px;
}
.file-input-label, .file-input-uploaded, .file-input-select, .file-input-remove, .file-input-upload, .file-input-message, .file-input-progress {
  position:absolute;
  top:0px;
  left:0px;
}
.file-input-select{ left:158px; }
.file-input-message{ left:162px; }
.file-input-upload{ left:183px; }
.file-input-uploaded{ left:272px; }
.file-input-remove{ left:297px; }

.file-input-label{
  font-size:12px;
  border:1px solid grey;
  background-color:#ffffff;
  height:17px;
  max-height:17px;
  padding:3px;
  display:inline-block;
  width:150px;
  margin-right:1px;
  overflow:hidden;
}
.file-input-progress{
  height:12px;
  width:100%;
  top:-6px;
  font-size:12px;
  font-family:monospace;
  text-align:center;
}
.file-input-message{
  top:-6px;
  height:12px;
  width:400px;
  font-size:12px;
  font-family:monospace;
  color:#990000;
}
.file-input-select, .file-input-remove, .file-input-upload, .file-input-uploaded{
  display: inline-block;
  top:2px;
  width:25px;
  height:25px;
  cursor:pointer;
  background:transparent url(./qgui/icons/folder_explore.png) no-repeat center center;
}
.file-input-remove, .file-input-upload, .file-input-uploaded{ visibility:hidden; }
.file-input-remove-show, .file-input-upload-show, .file-input-uploaded-show{ visibility:visible; }
.file-input-remove-show{ background:transparent url(./qgui/icons/bin.png) no-repeat center center; }
.file-input-uploaded-show{ background:transparent url(./qgui/icons/accept.png) no-repeat center center; }
.file-input-upload{
  background:transparent url(./qgui/icons/arrow_up.png) no-repeat center center;
  width:65px;
  margin:0px 10px;
}

/* Keyboardinput 2017 */
.keyboard-focus{
  background-color:#99FF99 !important;
  background-image:none !important;
}

.keyboard-input-info{
  background-color:#99FF99;
  border:1px solid black;
  position:fixed;
  bottom:0px;
  right:0px;
  width:100px;
  height:25px;
  z-Index:999;
  font-size:20px;
  font-family:monospace;
  text-align:center;
  line-height:25px;
  font-family: 
     -apple-system,        /* Safari for OS X and iOS (San Francisco)*/
     BlinkMacSystemFont,   /* Chrome < 56 for OS X (San Francisco)   */
     "Segoe UI",           /* Windows                                */
     Roboto,               /* Android                                */
     "Helvetica Neue",     /* Basic web fallback                     */
     Arial, 
     sans-serif;
  font-weight: bold;	 
}
/* END Keyboardinput 2017 */


/* Feedback */
#gess-q-feedback-button{
  height: 80px;
  width: 80px;
  cursor: pointer;
  text-align: center;
  padding: 5px 0px;
  color: white;
  position: fixed;
  left: 5px;
  bottom: 5px;
  z-index: 9999999;
  background-image: url(./qgui/icons/feedback.png);
  background-repeat: no-repeat;
}
.gess-q-feedback-textarea{
  width:450px;
  height: 100px;
}
.gess-q-feedback-result{
  height:70px;
  line-height:70px;
  position:fixed;
  left:90px;
  bottom:10px;
  color:#009900;
  font-size:24px;
}
.gess-q-feedback-failed{ color: red; }

.gess-q-feedback-dialog { font-size: 14px; }
.gess-q-feedback-dialog .ui-widget-header {
  border:none;
  background:#c4d1e4 url("../javascript/images/ui-bg_gloss-wave_35_c4d1e4_500x100.png") 50% 50% repeat-x;
}
/* END Feedback */


/* STAR-RATING */
.starrating{
  text-align:center;
}
.starrating .star{
  display:inline-block;
  cursor:pointer;
  width:60px;
  height:60px;
  background: url("../images/star0.png") no-repeat center center;
}
.starrating .selected{
  background: url("../images/star1.png") no-repeat center center;
}
.starrating .star:hover{
  background: url("../images/starh.png") no-repeat center center;
}
/* END STAR-RATING */


/* jQuery UI Anpassungen */
/* Autocomplete */
.ui-autocomplete .ui-state-focus{
  font-weight:normal;
  margin:0px;
  border:0px solid #fbcb09;
  outline:1px solid #fbcb09;
}
