@font-face {
    font-family: Karla-Regular;
    src: url("karla.regular.otf") format("opentype");
}

body
{
	margin: 0;
	font-family: Karla-Regular;
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(255, 255, 255, 1.00)),
    url('images/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;	
	background-size: cover;
	
}

nav ul
{
	list-style: none;
	padding: 0;
	margin: 0px !important;
	height: 100%;
	display: flex;
	align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.top1,.top2,.top3
{
		display: flex;
		justify-content: space-around;
		flex-direction: column;
}
.top1
{
	border-bottom:1px dotted #871239;
}
.top3
{
	border-bottom:unset;
}


header
	{
		flex-direction: column;
		color:  #871239;
		text-shadow:1px 1px #000;
		width: 100%;
		display: flex;
		justify-content: space-around;
		flex-direction:row;
		align-items: center;
		background: rgb(200,200,200);
		background: -moz-linear-gradient(180deg, rgba(200,200,200,.9) 0%, rgba(200,200,200,0.5) 84%, rgba(200,200,200,0) 100%);
		background: -webkit-linear-gradient(180deg, rgba(200,200,200,.9) 0%, rgba(200,200,200,0.5) 84%, rgba(200,200,200,0) 100%);
		background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(200,200,200,.9)), color-stop(0.84, rgba(200,200,200,0.5)), to(rgba(200,200,200,0)));
		background: -o-linear-gradient(180deg, rgba(200,200,200,.9) 0%, rgba(200,200,200,0.5) 84%, rgba(200,200,200,0) 100%);
		background: linear-gradient(180deg, rgba(200,200,200,.9) 0%, rgba(200,200,200,0.5) 84%, rgba(200,200,200,0) 100%);		
		font-size: 1.3em;
		letter-spacing:1px;
		height: 150px;
		
	}
nav
{
	
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	line-height:30px;
}

nav ul li 
{
	padding: 0 10px;
	cursor: pointer;
	transition:.2s;
    border-right: 1px dotted;
}
nav ul li :last-child{
    border-right: unset;
}

nav ul li a,nav ul li a:hover,nav ul li a:visited
{
	color:#871239;
	cursor:pointer;
	text-decoration:none;
}
a, a:hover, a:visited
{
	color:black;
	cursor:pointer;
	text-decoration:none;
}
.cimke {text-align:center; padding-left:6px; padding-right:6px; text-transform:uppercase; background-color:#b7a7a7; margin-left:5px; margin-bottom:5px; float:left; color:#fff; cursor:pointer; height:32px;}  
.cen
{
	position:relative; top: 50%; transform: translateY(-50%); text-align:center;
}
.media_box {display:inline-block; width:600px; margin:10px 0px 20px 200px; border-bottom-style:solid; border-bottom-color:#e6f1f4; cursor:pointer;}
.media_box:hover {background-color:#e6f1f4;}
.hirheader {background-color:#871239; text-align:left; padding:10px 10px 10px 30px; color:#fff; font-size:24px; margin-top:20px;}
.hirekkiir_hirek6 {background-image:url(fejlec_felso.svg); text-align:center;display:inline-block; width:100%; padding-bottom:5px; padding-top:5px; margin-left:10px;}
.hirdiv
{
	margin:0px 5px 0px 5px;
	width:150px;
	height:150px;
	text-align:center;
	float:left;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.hirszoveg_hatter
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.58+51,0.84+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.58) 51%, rgba(0,0,0,0.84) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.58) 51%,rgba(0,0,0,0.84) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.58) 51%,rgba(0,0,0,0.84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d6000000',GradientType=0 ); /* IE6-9 */

	position:absolute; z-index: 1000;top: 100%; transform: translateY(-50px); margin:0px 0px 0px 0px; width:150px; height:50px;
}
.hirszoveg
{
	position:absolute; z-index: 1001;top: 100%; transform: translateY(-45px); padding:0px 3px 0px 3px; margin:0px 0px 0px 0px;  line-height:12px; width:150px; height:46px; font-size:12px; text-align:center;color:#FFF;text-transform:normal; opacity: 1.0;filter: alpha(opacity=100);
}

.hir-nagy-kep
{
	width:calc(40% - 10px);
	height: 40%;
	margin-right: 10px;
}
.hir-kiir-sor
{
	display:flex;
}
.hir-kiir-szoveg
{
			display:inline-block; text-align:justify; font-size:22px; line-height:25px; width:60%;
}
nav ul li:hover
{
	color:#000;
}

article
{
	width: 80%;
	margin:  20px auto;
	background-color:rgba(200,200,200,.6);
	padding:20px;
	line-height:30px;
	text-align:justify;
	border-radius:10px;
}
article h1
{
	font-family: Karla-Regular;;
	text-align: center;
	font-size: 30px;
}
.navicons
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;	
}
.navicons img
{
	height: 25px;
	padding: 0px 10px;
}

.logokep
{
	height:100px
}

nav a 
{
	height: 30px;
}

.hambar1,.hambar2,.hambar3
{
	width:35px;
	height:4px;
	background-color: white;
	margin:6px 0px;
	border-radius:2px;
	transition:0.3s;		
}

.forgat .hambar1
{
	transform: translate(0,10px) rotate(-45deg);
}
.forgat .hambar3
{
	transform: translate(0,-10px) rotate(45deg);
}

.forgat .hambar2
{
	opacity:0;
}

#ham
{
		display:none;
}
.login-form
{
	border:0px solid #f46717; background-color:rgba(245,242,231,.8); color:#000000; margin-top:100px;border-radius: 5px; padding:20px;
}

.login-form input[type="text"],.login-form input[type="password"]
{
	width:200px; height:25px; border:1px solid #333333; padding:2px; text-align:center;
	transition:.2s;
}
.login-form .sor
{
	display:flex;justify-content: center; margin:20px;
}
.login-form h2
{
	font-size:25px; font-weight:bold; color:#f46717; padding:10px; text-align:center;
}

.csoport,.szervezetek,.ujkerdes,.adminok
{
	display:none;
}
.ujkerdes
{
	margin-left:50px;
}

.egyen-reszletek
{
	display:none;
	margin-left:30px;
	line-height:2em;
}

.nyil
{
		display: inline-block;
		transition: 0.3s;
}
.nyilforgat
{
	transform: rotate(180deg);
}

.szervezet-sor,.egyen-sor,.teszt-sor,.kerdes-sor,.ujkerdes-sor
{
	display:flex;
}
.szervezet-nev
{
	border:1px solid #eee; border-radius: 4px; padding:5px; width:60%;
}
.szervezet-muvelet,.teszt-muvelet
{
	border:1px solid #eee; border-radius: 4px; padding:5px; width:40%;
}
.csoport-sor
{
	display:flex; margin-left:30px;
}
.csoport-nev
{
	width:calc(60% - 30px);
}
.egyen-cella
{
	width:25%;border:1px solid #eee; border-radius: 4px; padding:5px; 	
}
.reszletek,.reszletek2
{
	padding-top: 5px;
}
.teszt-nev
{
	border:1px solid #eee; border-radius: 4px; padding:5px; width:20%;
}
.kerdes-cella
{
	padding:5px; width:calc(20% - 10px);	display:flex;
	justify-content: center;
}
.kerdes-nev
{
	padding:5px; width:calc(100% - 10px);	
}
.kerdes-uj-nev
{
	padding:5px; width:calc(80% - 10px);
}
.kerdes
{
	box-shadow:0px 0px 10px 10px #eee;
	margin:20px 0px;
	padding:10px 0px;
	border-radius: 4px;
}

  /* FORMOK */


  .checkbox-wrapper-64 input[type="checkbox"] {
    visibility: hidden;
    display: none;
  }

  .checkbox-wrapper-64 *,
  .checkbox-wrapper-64 ::after,
  .checkbox-wrapper-64 ::before {
    box-sizing: border-box;
  }

  .checkbox-wrapper-64 .switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 3.5em;
    height: 2em;
  }

  .checkbox-wrapper-64 .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .checkbox-wrapper-64 .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #adb5bd;
    transition: .4s;
    border-radius: 30px;
  }

  .checkbox-wrapper-64 .slider:before {
    position: absolute;
    content: "";
    height: 1.4em;
    width: 1.4em;
    border-radius: 20px;
    left: 0.27em;
    bottom: 0.25em;
    background-color: #adb5bd;
    transition: .4s;
	text-align: center;
  }
  .checkbox-wrapper-64 .slidermod:before
  {
	  content: "\270D";
  }
  .checkbox-wrapper-64 .sliderkotelezo:before
  {
	  content: "\2611";
  }
  .checkbox-wrapper-64 .sliderhalozatos:before
  {
	  content: "\2623";
  }  
  .checkbox-wrapper-64 .sliderforditott:before
  {
	  content: "\2607";
  }  


  .checkbox-wrapper-64 input:checked + .slider {
    background-color: green;
    border: 1px solid green;
  }

  .checkbox-wrapper-64 input:focus + .slider {
    box-shadow: 0 0 1px green;
  }

  .checkbox-wrapper-64 input:checked + .slider:before {
    transform: translateX(1.4em);
    background-color: #fff;
  }



.rejtett
{
	display:none;
}
input[type="number"]
{
	width:50px;
	border:1px solid #555;
	padding:5px;
	margin:5px;
	border-radius:5px;
}

input[type=text],input[type=password],select
{
	width:calc(100% - 20px);
	margin:2px;
	padding:10px;
	border:1px solid #eee;
	border-radius:5px;
	transition:.5s;
	background-color:white;
}

input[type=text]:hover,input[type=password]:hover,select:hover
{
	border-color:#f46717;
}
input[type="submit"],input[type="button"],.ojelolomentgomb,.sjelolomentgomb,.jelolomentgomb
{
	background-color:rgba(29,196,11,.33);
	padding:10px 20px;
	border:none;
	border-radius:5px;
	transition:.5s;
	cursor:pointer;
	font-weight:bold;
}
input[type="submit"]:hover,input[type="button"]:hover,.ojelolomentgomb:hover,sjelolomentgomb:hover,jelolomentgomb:hover
{
	background-color:rgba(29,196,11,1);
}

.jelolotorol
{
	width:30px;
	cursor:pointer;	
}
.jeloloopciok,.oszlopjeloloopciok
{
	box-shadow:0px 0px 10px 10px #eee;
	margin-left:50px;
	padding:10px;
	border-radius: 4px;
}

.hiba
{
	width:calc(100% - 40px);
	padding:20px;
	border:1px solid red;
	border-radius:5px;
	text-align:center;
	background-color:rgba(241,165,166,0.16);
	color:red;
	font-weight:bold;
}
@media screen and (max-width: 1000px)
{
	.logokep
	{
		height:50px;
	}
	header
	{
		justify-content: space-between;
		background-color:rgba(50,50,50,.2);
		height:50px;
		padding:5px;
	}
	.disz
	{
		display: none;
	}
	header
	{
		width:100%;
	}
	#ham
	{
		padding-right:30px;
		display:block;
	}
	nav
	{
		width: 100vw;
		position:fixed;
		top:60px;
		right:-100vw;
		height: calc(100vh - 40px);
		transition:0.3s;
		padding: 0;
		border-radius: 0px 0px;
		flex-wrap: wrap;
    	flex-direction: column;
    	justify-content: flex-start;
		background-color:rgba(200,200,200,.9);;
	}
	.csuszik
	{
		right:0px;
	}
	
	nav ul
	{
		display: inline-block;
		text-align: center;
		height: unset;
	}
	nav ul li
	{
		padding: 15px 0px;
		font-size:1.2em;
	}
	nav ul li:after
	{
		display:none;
	}
	nav ul li:hover:after
	{
		display:none;
	}
	.kerdes-cella,input
	{
		width:unset;
	}
	.hir-nagy-kep
	{
		width:100%;
	}	
	.hir-kiir-sor
	{
		display:inline-block;
	}
	.hir-kiir-szoveg
	{
		width:100%;
	}
	.top2
	{
		flex-direction: row;
	    width: 100%;
	    align-items: center;
		justify-content: space-between;
	}
	.top1
	{
		    font-size: 14px;
			border-bottom:unset;
			padding:5px;
	}
}