@charset "UTF-8"; 
html, body{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
   /* background: #d9cb9e;*/
    color: #464237;
	height: 100%;
	margin:0;
	padding:0;
}


/*oldalsó menü teljes méretben*/

.sidenav {
	height: 100%;
	font-size:14px;
	/*line-height:20px;*/
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #6DA601; /*#91161;*/
	overflow-x: hidden;
	padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #fcfff7;
  display: block;
}

.sidenav a:hover {
  color: #fcfff7;
  background-color:#d9190b;
}

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


#login{
	/*background-image: url("img/background.jpg");
	/*background-color:#d9cb9e;*/
	height:1200px;
	display: block;
}


.fill{
	position:absolute;
	min-height: 100%;
    height: 100%;
}

.panel-heading{
	height:80px;
	text-align:center;
	font-size:16px;
	word-wrap: break-word;

}
.panel-body{
	height:100px;
	word-wrap: break-word;
	font-size:14px;

}

.panel-body img{
	margin-top:-10px;
	height:90px;
	transition: all .2s ease-in-out;
	position: relative;
	cursor:pointer;
}


.panel-body img:hover{

	transform: scale(6) translate(-10px, 10px);
	z-index:1;

}

#href{
	text-align:center;
	color:#5040f0;
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
    border: 1px solid white;
	padding-bottom:10px;
	padding-top:10px;
}

#torol{
	width:700px;
	height:400px;
	overflow:auto;
	border:1px solid brown;

}


#jelentes{
	text-align:center;
	width:400px;
	height:40px;
	margin-left:150px;
	color:#5040f0;
	font-size:12px;
	font-family:Arial, Times, Tahoma;
	background:#D8B860;
}



input {
	
	height:30px;
	text-align:center;
}



#elm1 {
	overflow:auto;
	margin-left:10px;
	margin-top:20px;
}



#form1 {
	padding-top:30px;
	text-align:center;
	width:400px;
	height:auto;
	background: #d9cb9e;
    color: #464237;
	font-size:30px;
	font-family:Arial, Times, Tahoma;
    background: #eee5c7;
    box-shadow: 3px 3px 4px #cbbc8d;
    -moz-box-shadow: 3px 3px 4px #cbbc8d;
    -webkit-box-shadow: 3px 3px 4px #cbbc8d;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

h1{
font-size:12px;

}



h5{
	
	text-align:center;
        color: #464237;
	font-size:30px;
	font-family:Ariel, Times, Tahoma;
        background-color: #eee5c7;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;

}


h6{
	margin-top:20px;
	text-align:center;
	background: #d9cb9e;
        color: #464237;
	font-size:18px;
	font-family:Ariel, Times, Tahoma;

}


#formcenter{
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;

}

img#gal{
	width:200px;
	height:auto;



}


#gal{
	width:200px;
	height:400px;
	overflow:auto;
}


#szeles, #magas, #hany {
        overflow:hidden;

}
input[type="text"], input[type="password"]{
        background: #fbf7e8;
        padding: 5px;
        border: 1px solid #c5b78a;
        margin: 2px 0 20px 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;

}

input[type="submit"]{
        background: #374140;
        color: #fff;
		height:auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 5px 20px;
        margin-left:10px;
		line-height:1em;
		margin-bottom:10px;
}

#tovabb{
	text-align:center;
        color: #464237;
	font-size:30px;
	font-family:Ariel, Times, Tahoma;
        background-color: #eee5c7;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;

}




#vissza{
        text-align:center;
        margin: 0px auto 20px auto;
}

#vissza a{
        text-align:center;
        background: #374140;
        color: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 5px 10px;
        
        border: 0;


}



#scroll{
	height:1000px;
	overflow:auto;
}


textarea{
	margin: 20px 0;

}

/*//////////Register.php -hez ////////*/
a {
    color: #dc3522;
	text-decoration: none;
}

.lista li a{
	color: #ecdbff;
    text-decoration: none;
}

.lista li a:hover{
	color: #ecdbff;
	background-color: #260734;
}

.lista li:focus{
	background-color: #260734;

}

.lista li > a:focus {
    color: #260734;
}

p, h1, form, button{
    border: 0;
    margin: 0;
    padding: 0;
}
div#regform{
    border: solid 2px #c5b78a;
    background: #eee5c7;
    box-shadow: 3px 3px 4px #cbbc8d;
    -moz-box-shadow: 3px 3px 4px #cbbc8d;
    -webkit-box-shadow: 3px 3px 4px #cbbc8d;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
div#regform h1 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 8px;
}
div#regform p{
    font-size: 1.1em;
    margin-bottom: 20px;
    border-bottom: solid 1px #c5b78a;
    padding-bottom: 10px;
}
div#regform label{
    display: block;
    font-weight: bold;
    text-align: right;
    width: 150px;
    float: left;
}
div#regform small{
    color: #8e8462;
    display: block;
    font-size: 1.1em;
    font-weight: normal;
    text-align: right;
}
div#regform input[type="text"], div#regform input[type="password"], div#regform input[type="file"] {
    float: left;
    background: #fbf7e8;
    padding: 5px;
    border: 1px solid #c5b78a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div#regform input[type="submit"]{
    padding: 5px 20px;
    border: 0;
    background: #374140;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div.clear {
    clear: both;
}
div.message {
    background: #ddd;
    width: 420px;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 3px 3px 4px #cbbc8d;
    -moz-box-shadow: 3px 3px 4px #cbbc8d;
    -webkit-box-shadow: 3px 3px 4px #cbbc8d;
}
div.error {
    background: url('../pics/icon_error.png') #dc3522 no-repeat center left;
    color: #fff;
    text-indent: 20px;
}
div.notice {
    background: #374140;
    color: #fff;
    text-indent: 20px;
    background: url('../pics/icon_notice.png') #374140 no-repeat center left;
}
 
 
table.get_array {
    width: 400px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px auto;
}
table.get_array tr:nth-child(odd) {
    background: #f4f4f4;
}
table.get_array td {
    padding: 5px;
    border: 1px dotted #ddd;
    vertical-align: top;
}
table.get_array th {
    background: #ddd;
    text-align: left;
    padding: 5px;
    border: 1px solid #ddd;
}
table.get_array tr td table {
    margin: 0;
}
table.get_array tr td:first-child {
    width: 100px;
}
 
div#content {
    width: 440px;
    margin: 0 auto;
}
 
div#header {
    width: 400px;
    margin: 20px auto;
    background: #374140;
    padding: 20px;
    box-shadow: 3px 3px 4px #cbbc8d;
    -moz-box-shadow: 3px 3px 4px #cbbc8d;
    -webkit-box-shadow: 3px 3px 4px #cbbc8d;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
div#header a {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 20px 0 0;
    color: #fff;
}
div#header a:hover {
    padding-bottom: 2px;
    border-bottom: 2px solid #5c6867;
}
div#navbar {
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    text-align: right;
}
 
 div.kepek {
height:150px;
border: 0px;
text-align:center;
}
 
 


.content{
    min-height:500px;
    position:relative;
    float:right;
}

/*////függőleges menü vége///*/
 */
	
			.row.no-gutter {
				margin-left:-15px;
				margin-right:10px;
				height:auto;
			}

		
	
			.container{
				min-height:100%;
				background-color:#eff0f2;
				
			}
		
			.lista li a{
				margin:0;
				padding:2px;
				margin-left:20px;
			}
		
			.szerkesztolista{
				background:#e8eaed;
				border-bottom:1px solid black;
				margin-left:10px;
				padding:0px 5px 0px 5px;
				line-height:2em;
				display: flex;
				align-items: center;
			}
		
			.inline{
				display:inline;
			}
		
			.tartalom{
				padding:0px;
			}
				
			.glyphicon-remove{
				font-size:2em;
				color:#990404;
			}
		
			.btn{
				width:200px;
				height:150px;
			}
						
			.btn-group-sm > .btn, .btn-sm  span{
				top:8px;
				font-size:16px;
			}
			
			.usermentes{
				font-size:16px;
				padding:10px 20px;
				font-weight:bold;
			
			}
			
			.usermentes span{
				top:3px;
				
			}
			
			.listanezet{
				top:8px;
			}
			
			.registerinput, #register p {
				width:300px !important;
				margin:10px;
				padding-bottom:10px;
			}
		
			/*léptető2*/
		
			.bs-wizard {margin-top: 40px;}

			/*Form Wizard*/
			.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
			.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
			.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
			.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
			.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
			.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
			.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
			.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
			.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
			.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
			.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
			.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
			.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
			.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
			.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
			.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
			.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
			.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
			/*END Form Wizard*/
		
			.ments{
				background-color:#d9534f !important;
			}
		
			.aktiv{
				background-color:#45ad48 !important;
				color:white;
				border-color:#155b17
			}
		
			.valign{
				text-align:left;
				position:relative;
				-webkit-transform: translateY(30%);
				-ms-transform: translateY(30%);
				transform: translateY(30%);
				top:30%;
			}

/*/////vonalak////*/
.hr1{
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
			
.hr2{
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin:0;
}	

.hr3{
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin:0;
	margin-bottom:8px;
}

.hr4{
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin-top:10px;
	margin-bottom:10px;
}


.cimek{
	text-decoration:underline;
	/*color:#dc3522;*/

}

.valtoztatas{
	color:#2da331;
	font-size:22px;
	font-weight:bold;
	/*color:#0c9b2d;*/

}

.hiba{
	font-size:22px;
	font-weight:bold;
	color: #c91a0e;


}

.checkbox{
	font-size:12px;
	line-height:12px;
	word-wrap: break-word;
	display:block;
}

.checkbox input{
	margin-top:-0.8em;
	word-wrap: break-word;
	border-radius:5px !important;
}



/*képfeltöltés és kezelés*/
.well{
	clear:both;
	padding-left:unset !important;
	padding-bottom: unset !important;

}

.belyegkep img{
	max-height:200px;
	width:auto;


}

.kepkezeles{
	height:auto;
	margin-bottom:2px;
}


.kepkezeles span img{
	max-height:120px;
}

.btn1{
	padding-bottom:20px;

}

.btn2{
	padding:20px !important;
	display:block;


}

.glyphicon{
	padding:2px !important;

}

/*képfeltöltés és kezelés vége*/

/*///belső menü///*/
	.bs-example{
		margin: 20px;
	}

/*////belső menü vége////*/


#jelentes{
	text-align:center;
}

.btn-file span{
	padding:10px !important;

}


input[type="file"]{
	padding:10px;

}

.aktivuzenet{
	border:2px solid #51b24a;

}

.aktivuzenet span{
	color:#3275c1;
}


.inaktivuzenet{
	border:2px solid #f96743;
}

.inaktivuzenet span{
	
	color:#ef9826;
}