body {
	margin: 0;
	padding: 0;
	color: #222;
	background-color: #fefefe;
	overflow: auto;
	font-family: HuSD, sans-serif;
}

@font-face {
  font-family: "HuSD";
  src: url("HuSD.eot"); /* IE9 Compat Modes */
  src: url("HuSD.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("HuSD.otf") format("opentype"), /* Open Type Font */
    url("HuSD.svg") format("svg"), /* Legacy iOS */
    url("HuSD.ttf") format("truetype"), /* Safari, Android, iOS */
    url("HuSD.woff") format("woff"), /* Modern Browsers */
    url("HuSD.woff2") format("woff2"); /* Modern Browsers */
  #font-weight: normal;
  #font-style: normal;
}

@font-face {
	font-family: headFont;
	src: url(HuHandqSD.ttf);
}
#content {
	width:1000px;
    height:650px;
	margin-left: auto;
	margin-right: auto;
	top: 0%;
	box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	position: relative;
}

#header {
	background: url('../images/head2.png') top no-repeat #ffffff;
	width:1000px;
	height: 147px;
	border-radius: 5px;
}

#menu {
	background: #eee;
	opacity: 0.75;
	width: 1000px;
	height: 30px;
	#border-radius: 5px;
	#left: 100px;
	margin-top: 117px;
	position: absolute;
}

#menu ul {
	padding: 5px 20px 5px 20px;
	margin: 0px;
	list-style: disc;
	float: left;
}

#menu ul li {
	display: inline;
}

#menu ul li a, #start a, #text a {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	padding: 5px 8px;
}

#text li {
	margin-top: 16px;
	margin-bottom: 16px;
}

#start a, #text a {
	padding: 0;
}

.login-name {
	float: right;
	padding: 5px 20px 5px 20px;
	color: #000;
	font-size: 15px;
	font-weight: 900;
}



#start {
	margin: 16px;
	#letter-spacing: 1px;
	line-height: 1.4;
}

#left {
	width: 500px;
	float:left;
}

#title {
	font-weight:900;
	text-align: right;
	padding: 10px 50px;
}

#text_frame {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align:justify;
	border-right: thin solid #ddd;
	height: 443px;
	#letter-spacing: 1px;
	line-height: 1.4;
	position:relative;
	#border: thin solid black;
}

#text {
	position: absolute;
	margin: 0;
	width: 95%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	#overflow: auto;
}

#right {
	float: right;
	width: 500px;
}

#pic {
	#border: thin solid black;
	border: 0px;
	height: 350px;
	text-align: center;
	position: relative;
}

#pic img {
	max-height:300px;
	max-width: 500px;
	padding: 20px 0;
	cursor:pointer;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#pic img:hover {opacity: 0.7;}

/* onClick pic elnargement */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  #width: 80%;
  max-width: 90%;
  max-height: 90%;
}

.modal-content {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* End of onClick pic elnargement */

#motto {
	border-top: thin solid #ddd;
	border-bottom: thin solid #ddd;
	margin: 0px 20px;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	#font-style: italic;
	height: 70px;
	position: relative;
}

#arrows a {
	#border: thin solid black;
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
}

img.spacer_elearning_buttons {
	width: 55px;
	height: 47px;
	border: none;
	right: 0px;
	left: 0px;	
}

#arrows a.back:link {background-image: url("../images/balra_alap.png");top:-20px;}
#arrows a.back:hover {background-image: url("../images/balra_nyomva.png");top:-20px;}
#arrows a.back:active {background-image: url("../images/balra_nyomva.png");top:-20px;}

#arrows a.ffw:link {background-image: url("../images/jobbra_alap.png");top:-20px;}
#arrows a.ffw:hover {background-image: url("../images/jobbra_nyomva.png");top:-20px;}
#arrows a.ffw:active {background-image: url("../images/jobbra_nyomva.png");top:-20px;}

h1, h2, h3, h4 {
	#font-family: HuSD;
	#font-weight: normal;
	text-align: center;
}

.col-50 {
  float: left;
  width: 50%;
  margin-top: 50px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.motto{
	font-family: headFont;
	font-style: normal;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Radio buttons */

.radio_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio_container_answer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width:0px;
  height:0px;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 15px;
  width: 15px;
  background-color: #ddd;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .checkmark {
  background-color: #bbb;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: white;
}

.btn_go {
  margin-top:5px;
  background-color: #4CAF50;
  background-color: #ddd;
  color: black;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-align: right;
  font-size: 20px;
}

.btn_go:hover {
  opacity: 1;
  background-color: #4CAF50;
}

.label {
  color: white;
  padding: 5px;
  line-height:auto;
  float:right; 
  margin-right:30px;
}

.success {background-color: #4CAF50;}
.info {background-color: #2196F3;} /* Blue */
.other {background-color: #e7e7e7; color: black;} /* Gray */