@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

body {
/*deaktivert, weil sonst gesamtes Menü oben einen Rand hat, wenn style.css für foto upload eingebunden ist*/
  /*padding-top: 60px;*/
}



/* Zur Anzeige oben der Länderkennzeichen + KFZ Kennzeichen + ok/exit Button,
sodass linke und Rechte Spalte fixe Breitenwerte haben und der Rest für das KFZ Kennzeichen flexibel den restlichen Bereich ausfüllt, jenachdem wieviel Platz ist
*/
.wrapper {
    margin:10px;
    display: flex;	
	/* height:40px;*/

	/*
  background-image: url("../img/calendar.png");  
   background-size:100% 100%;
   background-repeat: no-repeat, no-repeat;
   */
   
	 
}
.wrapper div {
    margin-left: auto;
    margin-right: auto;
    min-width:5%;
    /*padding: 10px 0;*/
	
}
.fixedL {
    /* width:15%; 100px;*/
    width:10%; 
	min-width:60px !important;
    border-radius: 3px;
    border:3px solid gray;
	background-color:#a0959529;
    padding-bottom:10px !important;
}
.fixedR {
    width:44%; 
   
    border-radius: 3px;
    border:3px solid green;
	padding-bottom:10px !important;
}
.fluid {
	width:44%; 
    /*flex: 1;*/
	  
    border-radius: 3px;
    border:3px solid green;
	padding-bottom:10px !important;
   
}

.fixedLTextContent {
/* zusätzlicher Abstand für Uhrzeit Label */
	/*
	padding-top:2px !important;
	padding-bottom:4px !important;
   */
	padding-top:1px !important;
	padding-bottom:1px !important;
   
}


input {


width:100% !important;
font-size:11px;
 /*margin-top: 20px !important;*/

}


textarea {
width:100% !important;
 /*margin-top: 20px !important;*/
}
.wrapperrow{
 margin-top: 20px !important;
    padding-left:5px;
    padding-right:5px;

}


.answersHelp {
 background-color: #5c646b6e;
  border-radius: 4px;
  margin:5px;
  color: white;
  padding:5px;
  margin-bottom: 25px;
  width:40%; 
   
}


.answers {
width:100%;
padding-right: 10px;
}

.answerQuote {
 background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
	margin:5px;
	width:100%;
	padding:3px;
}

.finishTest {
display: flex;
}

.timerView{

    position: fixed;	
	/*width: 100% !important;*/
	width: 200px !important;
	top:5px;
	/*left: 0%;*/
 	/*right: 0%;*/
	right: 5px;
	padding:3px;
	border-color: #2e6da4;
	padding:5px;
	border-radius: 4px;
	background-color: #337ab794;
	text-align: left !important;
	font-size: 12px;
	opacity: 0.9; /* Den bereich etwas transparent gestalten, damit etwas die Foto live View noch durchschimmert, jedoch nicht zu transparent, damit die Eingabefelder in dem Bereich noch gut erkennbar sind bei hellen kamera Hintergrund */

}
