html, body {  
    background-color:#8e9da5;
	font-family: "Pluto", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#container {
	width:90%;
	margin-left:5%;
	background-color:#8e9da5;
}

#header{
	height:100px;
	width:100%;
	background-color:#ffffff;
}

#headertext{
	margin-left: 30%;
	margin-right: 30%;
	text-align:center;
	margin-top: 20px;
	color: #1a254b;
	font-size:14px;
	font-weight:bold;
	margin-top: 20px;
}

#headertext2{
	margin-left: 40px;
	margin-top: 10px;
	color: #1a254b;
	font-size:14px;
	font-weight:bold;
	float:left;
}

#headerstatus {
	float: right;
	margin-right:30px;
	margin-left: 50px;
	margin-top:20px;
	height:20px;
}

#surveystatus {
	width: 10px;
	border:0.1em solid #1a254b;
	margin-right: 5px;
	float:left;
	height:14px;	
}

#surveystatus_fill {
	background: #1a254b;
	width: 10px;
	border:0.1em solid #1a254b;
	margin-right: 5px;
	float:left;
	height:14px;		
}

#line{
	height: 20px;
	background-color:#1A254B;
}

#question_area{
	float:left;
	width:100%;
	background-color:#ffffff;
}

#log_text{
	color:#1a254b;
	font-size: 14px;
	font-weight:100;
	margin:20px;
}

.kutcim_text{
	color:#1a254b;
	font-size: 18px;
	font-weight:900;
	margin:20px;
}

#log_input{
	color:#1a254b;
	font-size: 14px;
	font-weight:100;
	margin:20px;
}

#next{
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left:60px;
}

#but{
	display:none;
}

#JSfigyelmeztet{
	display:block;
	color:#CC0000;
	margin-left: 100px;
	font-size: large;
}

.button{

	width:140px;
	height:25px;
	/*background:#8e9da5;
	color:#183752;*/
	text-align:center;
	/*background:#505050;*/
	background:#1a254b;
	color:#F0F0F0;
	font-size:14px;
	font-weight:bold;
}

.button_first{

	width:250px;
	height:25px;
	text-align:center;
	background:#1a254b;
	color:#F0F0F0;
	font-size:14px;
	font-weight:bold;
}

.button_save{

	width:160px;
	height:25px;
	/*background:#8e9da5;
	color:#183752;*/
	text-align:center;
	/*background:#505050;*/
	background:#1a254b;
	color:#F0F0F0;
	font-size:14px;
	font-weight:bold;
}

.question_blokk{
	margin:20px;
	border-color:#1a254b;
	border-style:solid;
}

.question{
	color:#ffffff;
	background:#1a254b;
	font-size:14px;
	text-align:justify;
	padding:5px;
}

.answer{
	color:#183752;
	font-size:14px;
	text-align:center;
	padding:5px;
}

.kiemel {
	text-decoration:underline;
}
/*
.bemutatotabla {
	border: 1px solid;
}
*/
.bemutatotnev {
	width: 700px; 
	text-align:left;
	vertical-align: middle; 
	padding:10px; 
	font-weight: bold;
	font-size: 18px;
	background-color:darkorange;
	color: #1a254b;
}
.bemutatotfoto {
	width:420px;
}
.bemutatotleiras {
	width: 280px;
	text-align:justify;
	font-size: 18px;
	padding:10px;
	color: #1a254b;	
	vertical-align: top;
}

#tmp {
	float:left;
}

#mtip {
	width: 200px;
}

.tablazat{
	border-collapse:collapse;
}
.tablazat td{
	border:none;
	outline:none;
}
.telisor{
	background-color:#D7E2E3;
	border:0;
}
.uressor {
	background-color:#FFF;
	border:0;
}

.slider {
	-webkit-appearance: none;  /* Override default CSS styles */
	appearance: none;
    background: transparent;
    cursor: pointer;
    width: 15rem;
  }
.slider:focus {
outline: none;
}
.slider::-webkit-slider-runnable-track {
background-color: #1a254b;
border-radius: 0.5rem;
height: 0.5rem;  
 }
 .slider::-webkit-slider-thumb {
	-webkit-appearance: none; /* Override default look */
	 appearance: none;
	 margin-top: -12px; /* Centers thumb on the track */
  
	 /*custom styles*/
	 background-color: #5cc0de;
	 height: 2rem;
	 width: 1rem;
  }
  
  .slider:focus::-webkit-slider-thumb {   
	border: 1px solid #1a254b;
	outline: 3px solid #1a254b;
	outline-offset: 0.125rem; 
  }
  
  /******** Firefox styles ********/
  /* slider track */
  .slider::-moz-range-track {
	 background-color: #1a254b;
	 border-radius: 0.5rem;
	 height: 0.5rem;
  }
  
  /* slider thumb */
  .slider::-moz-range-thumb {
	 border: none; /*Removes extra border that FF applies*/
	 border-radius: 0; /*Removes default border-radius that FF applies*/
  
	 /*custom styles*/
	 background-color: #5cc0de;
	 height: 2rem;
	 width: 1rem;
  }
  
  .slider:focus::-moz-range-thumb {
	border: 1px solid #1a254b;
	outline: 3px solid #1a254b;
	outline-offset: 0.125rem; 
  }
  
 .bem_img{
    max-height:370px;
    max-width:420px;
    height:auto;
    width:auto;
}
 

