@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figcaption, figure, 
footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, button, select, textarea{
	color: inherit;
	direction: ltr;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0; padding: 0;
	border: 0; outline: 0;
	vertical-align: baseline;
	
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figcaption, figure, 
footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, button, select, textarea{
	font-family: 'Open Sans', sans-serif;
}
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {height: 100%;}
body{
	height: 100%;
	font-size: 14px;
	cursor: default;
}
ol, ul{list-style: none;}
table{
	border-spacing: 0;
	border-collapse: collapse;
}
table td, table th{vertical-align: middle;}
img{
	width: 100%;
	display: block;
}
strong{
	font-weight: 700;
	white-space: normal;
}
.small,
small{
	display: block;
	font-size: 0.8em;
}
a, a:hover{
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}
:focus,
:active,
:visited{outline: none;}
::-moz-focus-inner{border: 0;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.sticky{
	position: -webkit-sticky !important;
	position: sticky !important;
	z-index: 1;
	top: 1em;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.left{
    float: left;
    display: inline-block;
}
.right{
    float: right;
    display: inline-block;
}
.clear:after,
.clear:before{
    content: "";
    clear: both; 
    font-size: 0; 
    display: block; 
    visibility: hidden;
    height: 0; line-height: 0;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.resp{
	padding: 1em;
	border-radius: 2px;
	margin-bottom: 1em;
}
.resp a{font-weight: bold;}
.resp a:hover{text-decoration: underline;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.outlined{
	-webkit-box-shadow: inset 0px 0px 0px 1px #e5e9ec;
	-moz-box-shadow: inset 0px 0px 0px 1px #e5e9ec;
	box-shadow: inset 0px 0px 0px 1px #e5e9ec;
}
.outlined:hover{
	-webkit-box-shadow: inset 0px 0px 0px 1px #444;
	-moz-box-shadow: inset 0px 0px 0px 1px #444;
	box-shadow: inset 0px 0px 0px 1px #444
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.red, .h-red:hover{
	color: #fff !important;
	background-color: #e74c3c !important;
}
.piros{color: #e74c3c;}

.orange{
	color: #fff !important;
	background-color: #f39c12 !important;
}
.narancs{color: #f39c12;}

.yellow, .h-yellow:hover{
	color: #fff !important;
	background-color: #fdc837 !important;
}
.sarga{color: #fdc837;}

.green, .h-green:hover{
	color: #fff !important;
	background-color: #2ecc71 !important;
}
.zold{color: #2ecc71;}

.blue{
	color: #fff !important;
	background-color: #5e8ebc !important;
}
.kek{color: #5e8ebc;}

.white{
	color: #444 !important;
	background-color: #e5e9ec !important;
}
.gray{
	color: #fff !important;
	background-color: #444 !important;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.ellips{
	display: block;
	overflow: hidden;
 	white-space: nowrap;
	text-overflow: ellipsis;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.gmap{
	width: 100%;
	height: 300px;
	display: block;
	margin-bottom: 1em;
}
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}
.gmnoprint a, .gmnoprint span, .gm-style-cc {display:none;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.badge{
	line-height: 1;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block !important;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.badge + .badge{margin-left: 5px;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
[data-tooltip]{position: relative;}
[data-tooltip]:before{
	z-index: 10;
	color: #333;
	display: none;
	font-size: 11px;
	max-width: 260px;
	text-align: center;
	border-radius: 5px;
	white-space: nowrap;
	pointer-events: none;
	background-color: #fff;
	padding: 0.5em 1em !important;
	content: attr(data-tooltip);
	position: absolute; bottom: calc(100% + 5px); left: 0;
}
[data-tooltip]:hover:before{display: block;}
[data-tooltip-type="dark"]:before{
	color: #fff;
	background-color: #4f4f4f;
}
[data-tooltip-position="bottom"]:before{
	bottom: auto;
	top: calc(100% + 5px);
}
[data-tooltip-position="left"]:before{left: auto; right: 0;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
form label,
section > label{
	width: 100%;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 1em;
	position: relative;
}
form figure a{
	display: block;
	margin-bottom: 1em;
}
section > figure{
	display: inline-block;
	margin-bottom: 1em;
	position: relative;
}
	form div > span,
	form label > span{
		display: block;
		font-size: 0.8em;
		margin-bottom: 0.2em;

		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	form > p,
	section p,
	form small,
	section small{
		display: inline-block;
		margin-bottom: 1em;
	}
	section > a{
		display: block;
		margin-bottom: 1em;
	}
	
	.filter-tags span{
		font-size: 0.7em;
		padding: 5px 10px;
		display: inline-block;
		background-color: #fff;
		border: 1px solid #e5e9ec;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.filter-tags span:hover{border-color: #222222;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder{color: inherit;}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
textarea{
	width: 100%;
	cursor: text;
	color: inherit;
	padding: 0 0.6em;
	position: relative;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
	
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	background-color: #f9f9f9;
	border: 1px solid #e5e9ec;
	height: 2.3em; line-height: 2.3em;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
input[type="date"]:hover,
input[type="time"]:hover,
input[type="datetime-local"]:hover,
textarea:hover{border-color: #b9b9b9;}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
textarea:focus{border-color: #222;}
textarea{
	padding: 0.6em;
	min-height: 6em;
	resize: vertical;
	line-height: 1.5;
}
input[readonly],
input[readonly]:hover,
input[disabled],
input[disabled]:hover{
	cursor: default;
	background-color: #e5e9ec;
	border-color: transparent;
	
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
input[type="file"]{
	opacity: 0;
	z-index: -1;
	overflow: hidden;
	position: absolute;
	width: 0.1px; height: 0.1px;
}
	input[type="file"] + label{
		width: 100%;
		outline: none;
		padding: 0 1em;
		cursor: pointer;
		overflow: hidden;
		font-weight: bold;
		text-align: center;
		position: relative;
		border-radius: 2px;
		border: medium none;
		white-space: nowrap;
		display: inline-block;
		vertical-align: middle;
		color: #fff !important;
		text-overflow: ellipsis;
		-webkit-appearance: none;
		background-color: #5e8ebc;
		height: 2.3em; line-height: 2.3em;
	}	
	input[type="file"] + label:hover{text-decoration: underline !important;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */	
input[type="radio"],
input[type="checkbox"]{
	display: none;
	position: absolute; left: -999em;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.halfed{
	display: block;
	position: relative;
	margin-bottom: 1em;
}
.halfed:before{
	z-index: 1;
	content: "-";
	text-align: center;
	background-color: #e5e9ec;
	position: absolute; bottom: -1px; left: calc(50% - 1em);
	width: 2em; height: calc(2.3em + 2px); line-height: 2.3em;
}
	.halfed input{
		width: calc(50% - 0.5em);
		float: left; display: inline-block;
	}
	.halfed input + input{margin-left: 1em;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.onoff div{
	height: 2.3em;
	display: block;
	position: relative;
	background: #e74c3c;
	transition: background .25s ease-in;
}
.onoff input:checked ~ div{background: #2ecc71;}
.onoff div:before{
	color: #fff;
	content: "Ki";
	font-weight: bold;
	text-align: center;
	line-height: 2.3em;
	position: absolute; left: 0; right: 0; top: 0; bottom: 0;
}
.onoff input:checked ~ div:before{content: "Be";}

.aktivitas div:before{content: "Inaktív";}
.aktivitas input:checked ~ div:before{content: "Aktív";}

.igenlo div:before{content: "Nem";}
.igenlo input:checked ~ div:before{content: "Igen";}

.onoff div:after{
	content: "";
	display: block;
	background: #fff;
	border: 1px solid #e5e9ec;
	width: 2.3em; height: 2.3em;
	transition: left .25s ease-in-out;
	position: absolute; top: -1px; left: calc(100% - 2.3em);
}
.onoff input:checked ~ div:after{left: -1px;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.chbox i{min-width: 1em;}
.chbox input[type="checkbox"] ~ i:before{content: "\f096";}
.chbox input[type="checkbox"]:checked ~ i:before{content: "\f046";}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
[class*="radio"]{
	cursor: pointer;
	border-radius: 0;
	margin-left: -1px;
	position: relative;
	vertical-align: middle;
	padding: 0 1em 0 0.6em;
	float: left; display: inline-block;
	
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	background-color: #f9f9f9;
	border: 1px solid #e5e9ec;
	height: 2.3em; line-height: 2.3em;
}
.radio-2{width: 50%;}
table [class*="radio"]{
	padding: 0;
	float: none;
	display: block;
	border: medium none;
	background-color: transparent;
}
table [class*="radio"]:hover{color: #000;}
[class*="radio-"]:first-of-type{
	margin-left: 0;
	border-radius: 2px 0 0 2px;
}
[class*="radio-"]:last-of-type{border-radius: 0 2px 2px 0;}
	[class*="radio"] i{min-width: 1em;}
	[class*="radio"] input[type="radio"] ~ i:after{
		content: "\f10c";
		position: relative; 
	}
	[class*="radio"] input[type="radio"]:checked ~ i:after{content: "\f192";}
/* --------------------------------------------------------------------------------------- */	
/* --------------------------------------------------------------------------------------- */	
/* --------------------------------------------------------------------------------------- */	
/* --------------------------------------------------------------------------------------- */	
label.kerdeskor{cursor: pointer;}
.kerdeskor{
	color: #c8c8c8;
	margin-right: 1em;
	text-align: center;
	display: inline-block;

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.kerdeskor + .kerdeskor{margin-right: 0;}
	.kerdeskor i{
		border-radius: 50%;
		border: 2px solid #e5e9ec;
		width: 2.5em; height: 2.5em; line-height: 2.25em;
	}
/* --------------------------------------------------------------------------------------- */	
/* --------------------------------------------------------------------------------------- */
.ottleszek:hover i,
.ottleszek input[type="radio"]:checked ~ i{
	color: #fff;
	border-color: #55c69e;
	background-color: #55c69e;
}
/* --------------------------------------------------------------------------------------- */	
/* --------------------------------------------------------------------------------------- */	
.nemleszek:hover i,
.nemleszek input[type="radio"]:checked ~ i{
	color: #fff;
	border-color: #f35958;
	background-color: #f35958;
}
/* --------------------------------------------------------------------------------------- */	
/* --------------------------------------------------------------------------------------- */	
/* --------------------------------------------------------------------------------------- */	
/* --------------------------------------------------------------------------------------- */	
input[type="color"],
input[tpe="range"]{
	width: 100%;
	cursor: pointer; 
	background: none;
	border: medium none;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
select{
	width: 100%;
	color: #656268;
	cursor: pointer;
	overflow: hidden;
	border-radius: 2px;
	padding: 0 1.5em 0 0.5em;
	border: 1px solid #e5e9ec;
	background-color: #f9f9f9;
	line-height: 2.3em; height: 2.3em;
	background-image: url(../pic/select.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select optgroup{
	font-weight: bold;
	font-style: normal;
}
	option{
		width: 100%;
		display: block;
		color: #6f7b8a;
		text-transform: none;
		vertical-align: middle;
		background-color: #fff;
	}
	select[multiple]{
		padding: 0;
		height: auto;
	}
		select[multiple] option{padding: 0.5em;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
button,
input[type="submit"],
input[type="reset"],
.submit{
	width: 100%;
	outline: none;
	padding: 0 1em;
	cursor: pointer;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
	position: relative;
	border-radius: 2px;
	margin-bottom: 1em;
	border: medium none;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	text-overflow: ellipsis;
	-webkit-appearance: none;
	height: 2.5em; line-height: 2.5em;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.submit:hover{text-decoration: underline !important;}

.classic-checkbox input[type="checkbox"]{
	display: initial !important;
	position: relative !important;
	left: 0 !important;
	font-size: 0.9em !important;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.flex{
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important; 
}
.wrap{
	display: flex;
	flex-wrap: wrap;
}
.align-items-center{
	-webkit-align-items: center;
    align-items: center;
	
	-webkit-justify-content: space-around;
    justify-content: space-around;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
.dark{
	color: #8b91a0;
	background-color: #4f4f4f;
}
.dark input[type="email"],
.dark input[type="password"]{
	border: medium none;
	background-color: #383838;
}
.dark a:hover,
.dark label:hover{color: #fff !important;}
.dark label:not(.togglemenu):not(.icon):hover:before{border-color: #fff;}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
@media (min-width: 768px){
	table [class*="radio"]{
		height: 40px; line-height: 40px;
	}
}