body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px; 
	color:#000000;
	background-color:#ffffff;
	width:100%;
}
::placeholder { 
   color:#dadada;
}
input[type=button],input[type=radio],input[type=checkbox]{
	cursor:pointer;
}

.bbtn{
	cursor:pointer;
	padding: 3px 5px;
}

.bbtn, .bigbtn2, .bigbtn3, .addbtn{
	color: #fff;
	border: 0px;
	border-radius: 5px;
	background-color: #7CA9D6;
	white-space: break-spaces;
	max-width:100%;
}

.bbtn:hover,.bigbtn2:hover{
	background:#5790ca;
}

#header{
	width:100%;
	height:60px;
	position:fixed;
	background:#5790ca;
	color:#000;
	display:block;
	box-shadow:0px 5px 4px rgba(0, 0, 0, 0.2);
	z-index:999;
}
.logo{
	display:block;
	box-sizing:border-box;
	padding-left:8px;
	padding-top:10px;
	color:#fff;
	cursor:pointer;
}
#logo_container{
	display:block;   
	width: 100%;
	height:60px;
	overflow:hidden;
}

@media (max-device-width: 400px) {
#logo {
    width: 50px !important;
    height: 60px;
    background: url(i/logo.png?v=13) no-repeat left 5px center  !important;
    display: inline-block;
    cursor: pointer;
}
}

@media (min-device-width: 401px) {
#logo{
	width:170px;
	height:60px;
	background:url(i/logo.png?v=13) no-repeat center center;
	display:inline-block;
	cursor:pointer;
}
}


@media (max-device-width: 600px) {
#fcms{
	display:none;
}
}
@media (min-device-width: 601px) {
	#fcms{
		width:170px;
		height:60px;
		background:url(i/fcms.png?v=13) no-repeat center center;
		display:inline-block;
		cursor:pointer;
	}
}
.logocim{
	font-size:26px;
	letter-spacing:1px;
	font-weight:bold;
	line-height:1;
}
.logocim2{
	font-size:16px;
	letter-spacing:9px;
	padding-left:2px;
}
.cim{
	font-size:1.1em;
	font-weight:bold;
}
#verseny .input>div:first-of-type{
	font-weight:bold;
}
/*
.scim{
	width:calc(100% - 20px);
	position:fixed;
	background:#ffffff;
	height: 40px;
	top:60px;
	padding-top:15px;
	z-index: 10;
}
*/
.scim{
	width: calc(100% + 20px);
    position: fixed;
    background: #ffffff;
    top: 60px;
    padding: 10px 18px;
    z-index: 10;
    left: -10px;
    display: block;
    box-sizing: border-box;
	height:55px;
}

#setting_versenynev{
	font-size:0.9em;
}
#menu_container{
	width:100%;	
	display:none;
	
	position:fixed;
	left:0px;
	top:60px;	
	z-index:1001;
	
	height:75vh;
	background:#5790ca;
	text-align:center;
	box-shadow:0px 5px 4px inset rgba(0, 0, 0, 0.1);
	
	overflow:auto;
}

#menu{
	display:none;	
	width:100%;
	height:auto;
	text-align:center;
	z-index:1000;
	margin:20px auto;
	box-sizing:border-box;
	position:relative;
	user-select:none;
	/*height:calc(100vh - 60px);*/
	
}

#menu div{
	text-align:center;
	font-size:22px;
	height:auto ;
	color:#fff;
	width:auto;
	display:block;
	line-height:1.75;
	padding-top:0.75em;
	text-decoration:none;
	cursor:pointer;
}
#menubtns{
	width:225px;
	height:60px;
	display:inline-block;
	text-align:right;
	box-sizing:border-box;
	position: absolute;
    right: 2px;
	background:#5790ca;
	top:0px;
}
#menubtn{
	width:60px;
	height:60px;
	display:none;
	background:url(i/menu.png) center center no-repeat;
	background-size:75%;
	cursor:pointer;		
	z-index:600;
}
#userbtn{
	width:60px;
	height:60px;
	display:none;
	background:url(i/user.png) center center no-repeat;
	background-size:75%;
	cursor:pointer;		
	z-index:600;
	position:relative;
}
#lngbtn{
	width:36px;
	height:26px;
	display:inline-block;
	cursor:pointer;		
	vertical-align:top;
	background:#CBDEED;
	text-align:center;
	padding-top:7px;
	margin-top:13px;
	margin-right:5px;
	border-radius:3px;
}
#lang_almenu{
	width:190px;
	height:auto;
	display:block;
	text-align:left;
	box-sizing:border-box;
	padding:10px;
	position: absolute;
    right: 0px;
	background:#fff;
	top:60px;
	box-shadow:0 3px 3px 3px rgba(0,0,0,0.3);
	
}
#lang_almenu div{
	cursor:pointer;		
	margin:6px 0px;
	padding:3px;
}
#lang_almenu div:hover{
	background:#eee;
}
#menuoff{
	display:none;
	position:fixed;
	left:0px;
	top:80px;
	width:100%;
	height:100%;
	z-index:999;
}
#usermenu{
	display:none;
	padding:10px;
	box-sizing:border-box;
	background:#fff;
	top:60px;
	box-shadow:0 3px 3px 3px rgba(0,0,0,0.3);
}
.usermenubtn{
	cursor:pointer;
	/*width:60%;*/
	display:inline-block;
	box-sizing:border-box;	
}
#usermenu #usernev{
	width:100%;
	display:block;
	box-sizing:border-box;
	font-weight:bold;
	overflow:hidden;
}
#usermenu #userbtns{
	width:100%;
	display:block;
	box-sizing:border-box;
	text-align:right;
	font-size:.9em;
	line-height:1.8;
	font-stretch:condensed;
}
.page{
	display:none;
	position:relative;
	top:60px;
	box-sizing:border-box;
	padding:15px 8px;	
    width: 100%;
}
.page#home{
	padding:0px !important;	
}
.page#home .page_inner{
	padding:15px 8px;	
}
.page#home #versenykod{
	background:#f4f4f4;
	padding-top:4px;
}

.page#home #versenykod img{
	cursor:pointer;
	vertical-align:middle;
	margin:6px 6px 6px 0px;
}

.page .cim{
	padding-bottom:15px;
}
.center{
	text-align:center;
}
.input{
	text-align:center;
	font-size:1em;
	padding-bottom:15px;
}
.input div{
	padding-top:6px;
	padding-bottom:6px;
	box-sizing:border-box;
}
.inputleft{
	min-width:160px;
	display:inline-block;
	text-align:left;
}
.input .mezo{
	font-size:1.1em;
    max-width: 90%;
	
}
.input input[type=number]{
	text-align:right;
}
.input select{
	font-size:0.9em;
}
.addhely input[type=number]{
	text-align:right;
	padding: 3px;
}
input[type=text],input[type=button],input[type=email]{
	font-size:1em;
}
.vnev2{
	display:block;
	font-size:0.8em;
	color:#333;
}
.inev{
	width:60%;
	min-width:200px;
	max-width:280px;
	margin:0px 2px 2px 0px ;
}
.inev2{
	width:60%;
	min-width:200px;
	max-width:260px;
	font-size:0.9em;
	margin-left:2px;

}
.ieng{
	width:40%;
	min-width:100px;
	max-width:140px;
	margin:0px 2px 2px 0px ;

}
sep{
	padding-bottom:10px;
	border-bottom:1px dotted #999;
	width:98%;
	margin:0px auto;
	display:block;
}
#homehtml{
	font-weight:bold;
	margin-top:20px;
	padding:20px 5px;
	box-sizing:border-box;
	border-top:1px dotted #999;
	
}
#versenycim{
	padding-top:24px;
	font-size:1.3em;
	color:#5790ca;
	font-weight:bold;
	max-width: 900px;
    margin: 0px auto;

}
#versenyinfo{
	padding-top:20px;
	font-size:1em;
	color:#333;
	font-weight:normal;
	text-align:center;

}
#versenyinfo div{
	text-align:center;
	background:#ccc;
	margin:5px;
	padding:5px;
	color:#fff;
	display:inline-block;
	vertical-align:top;
	
}
#versenyzokinfo{
	padding-bottom:5px;
	box-sizing:border-box;
	border-bottom:1px dotted #999;
	margin-bottom:5px;
	line-height:1.5;
    min-height: 50px;
	
}
.vinfo{
	display:flex;
	justify-content:space-between;
	min-height: 35px;
}

.vinfo span{
	width:50%;
	display:inline-block;
	box-sizing:border-box;
}

.szektor{
	margin-top:10px;
	padding-bottom:5px;
	background:#f0f0f0;
	margin-bottom:10px;
}
.szektorcim{
	background:#ddd;
	font-weight:bold;
	padding:8px 5px 10px 5px;
	box-sizing:border-box;
}
.addhely{
	float:right;
}
.helysor{
	display:block;
	box-sizing:border-box;
	padding:10px 0px;
	border-bottom:1px dotted #ccc;
}
/*
.helysor label{
	padding:3px 3px 3px 1px;
	box-sizing:border-box;
	margin-left:10px;
	border:1px solid #aaa;
	border-radius:6px;
	vertical-align: middle;
	font-size:0.7em;
	display:inline-flex;
	align-items:center;	
    line-height: 1;
	cursor:pointer;
}
*/
.helysor label{
    box-sizing: border-box;
    margin-left: 7px;
    border: 1px solid #aaa;
    border-radius: 4px;
    vertical-align: middle;
    font-size: 0.55em;
    display: block;
    text-align: center;
	padding-bottom:3px;
    line-height: 1;
    cursor: pointer;
    width: 36px;
    height: 33px;
    font-stretch: condensed;
	letter-spacing:-1;
}
.helysor label span{
	padding:0px 3px;
	font-size:1.4em;
	vertical-align:middle;
	color:#0066FF;
}
.helysor label input{
	vertical-align:middle;
	
}

.helysor .vnev{
	font-size:0.75em;
	font-style:italic;
	margin-right:10px;
	color:#666;
	line-height:1;
	display:inline-block;
	width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
    vertical-align: middle;
	box-sizing:border-box;
	padding:2px;
	
}
.hsorbal{
	width:calc(100% - 110px);
	height:auto;
	display: inline-flex;
	vertical-align:top;
	line-height: 1.25;   
}
#helyekhtml .hsorbal{
	width:calc(100% - 160px);
}
#helyekhtml .hsorjobb{
	min-width:150px;
}
#versenyzokhtml .hsorbal{
	cursor:pointer;
}
#versenyzokhtml .hsorbal span{
    align-self: baseline;
	padding-right:5px;
}
.hsorbal input[type=text]{
	width:60%;
}
.hsorbal2{
	width:calc(100% - 110px);
	height:auto;
	display: inline-block;
	vertical-align:top;
	line-height: 1.25;
	/*font-weight:bold;*/
}
.hsorjobb{
	width: auto;
	min-width:110px;
	height:auto;
	display: inline-block;
	vertical-align:top;
	text-align:right;
	line-height: 2;
}
.athuz{
	text-decoration:line-through;
}
.helybtn{
	float:right;
}
.helybtn input[type="button"]{
	margin-left:15px;
}
#mereshtml .helybtn{
	width:calc(80% - 6px);
	text-align:right;    
	padding-right: 5px;
}
.jobbra{
	float:right;
	text-align:right;
}
.hely{
	width:40px;
	display:inline-block;
	text-align:right;	
	font-weight:bold;
}

.i{
	min-width:26px;
	display:inline-block;
	text-align:right;	
	padding-right:3px;
}
#inputcsapat{
	display:none;
}

#inputversenyzo{
	display:none;
}
.addbtn{
	margin:6px;
}

#verseny_info{
	font-size:0.9em;
}
.versenyekhtml {
	
	box-sizing:border-box;
	max-width:900px;
	margin:0px auto;
	font-size:0.8em;
	
}
.versenyekhtml div{
	padding-top:0px;
	padding-bottom:0px;
}
.sorozathtml{	
	box-sizing:border-box;
	max-width:900px;
	margin:0px auto;	

}
.sorozathtml div.ver {
	border-bottom:1px solid #dddddd;
	box-sizing:border-box;
	padding:10px;
	cursor:pointer;
	font-size:.9em;
	margin:5px 0px;
}
.versenyekhtml .tabla_default table td,.versenyekhtml .tabla_default table th{
	padding:8px 3px;
	/*border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:2px solid #ccc;*/
	border-bottom:1px solid #ccc;
}
.versenyekhtml>div {
	box-sizing:border-box;
	/*padding-left:6px;*/
	cursor:pointer;
	font-size:1em;
}
.versenyekhtml .tabla_default .vkat{
	color:#fff;
	/*background:#bbb;*/
	padding:1px;
}

.vkat0{ background: #08b57f; }
.vkat1{ background: #feed6b;  color:#000 !important;} 
.vkat2{ background: #f9aa5f; }
.vkat3{ background: #9a69ab; }
.vkat4{ background: #00a3da; }	
.vkat5{ background: #00bbc2; }	
.vkat6{ background: #66cc66; }


.versenyekhtml .col_vnev{
	width:80%;
	box-sizing:border-box;
	text-align:left;
}

.sorozathtml .col_vnev{
	width:80%;
	box-sizing:border-box;
	text-align:left;
}

.versenyekhtml .col_snev{
	width:80%;
	box-sizing:border-box;
	text-align:left;
	font-size:1.1em;
	font-weight:bold;
	padding-left:28px !important;
	background:url(i/folder.gif) no-repeat left 4px top 4px;
	padding-top:10px;
	padding-bottom:8px;
    background-color: #fff;
}
.versenyekhtml .sversor .col_vnev{
	padding-left:28px;
	box-sizing:border-box;
}
.versenyekhtml .sversor>div{
	padding:0px;
}

.versenyekhtml .col_datum{
	width:20%;
	box-sizing:border-box;
	padding:2px;
	font-size:.9em;
    vertical-align: middle;
	text-align:center;
}
.versenyekhtml .col_vkat{
	width:20%;
	box-sizing:border-box;
	padding:2px;
	font-size:.9em;
    vertical-align: middle;	
}
.versenyekhtml .colheader th{
	background:#ccc;
	line-height:1.6;

}

#sszektorok,#sracs{
	position:fixed;
	left:100%;
	top:115px;
	display:block;
	background:#f3f3f3;
	width:100vw;
	height:calc(100vh - 115px);
	box-sizing:border-box;
	padding:15px;
	padding-bottom:70px;
	overflow-y:auto;
	
}
#versenyzokhtml .mezo, #sracs .mezo{
	font-size:1.1em;
	margin:8px 3px 4px 3px;
	
}
#sszektorhtml{
	line-height:1.2;
	height:calc(100vh - 120px);
}
#sszektorhtml .szektorcim, #sracs .szektorcim{
	text-align:center;
	width:100%;
	margin-top:10px;
	text-align:center;
}
#sszektorhtml .helybtn, #sracs .helybtn{
	width:80%;	
	text-align:right;
	
}
#sorsolashtml{
	padding-top:45px;
	box-sizing:border-box;
    padding-bottom: 50px;
}

.sorsolashtml .helysor{
	padding-top:16px;
	padding-bottom:18px;
	
}
.shely{
	padding:10px 8px;
	display:inline-block;
	margin:14px 6px 2px 6px;
	box-sizing:border-box;
	text-align:center;
	width: 20vw;
    max-width: 70px;
	border:1px solid #999;
	border-radius:5px;
	cursor:pointer;
	background:#e3e3e3;
	vertical-align:middle;
	
	
}
.shely2{
	padding:10px 8px;
	display:inline-block;
	margin:14px 6px 2px 6px;
	box-sizing:border-box;
	text-align:center;
	width: 20vw;
    max-width: 70px;
	border:1px solid #ccc;
	border-radius:5px;
	color:#ccc;
	cursor:pointer;
	vertical-align:middle;
	
	
}

.shely3{
	padding:5px;
	display:inline-block;
	margin:5px 2px;
	box-sizing:border-box;
	text-align:center;
	width: auto;
    max-width: 70px;
	border:1px solid #999;
	border-radius:5px;
	cursor:pointer;
	background:#e3e3e3;
	vertical-align:middle;
	
}

.rszam{
	padding:10px 6px;
	display:inline-block;
	margin:10px 4px 2px 4px;
	box-sizing:border-box;
	text-align:center;
	width: 16vw;
    max-width: 50px;
    min-width: 24px;
	border:1px solid #999;
	border-radius:5px;
	cursor:pointer;
	background:#e3e3e3;
	
	
}
.sorsol{
	font-weight:bold;
	border-radius:3px;
	cursor:pointer;
	border:1px solid #ccc;
	text-align:center;
	display:inline-block;
	min-width:38px;
	margin-right:3px;
	padding:0px 1px;
	
}
.ezav3{
	border:2px solid #cc0000;
	color:#000000;
}
.ezav{
	border:2px solid #cc0000;
	color:#000000;
	padding:8px 6px !important;
}
#fordulocim{
	float:right;
	color:#990000;
	text-align: right;
    width: 50%;
}

#fordulocim2{
	float:right;
	color:#990000;
	text-align: right;
    width: 50%;
}
.helyszin{
	text-align:right;
	color:#000;
	font-size:0.9em;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.katsel{
	padding:3px;
}

.katsel2{
	padding:1px;
	font-size:1.1em;
}
.katnev{
	font-weight:normal;
	font-size: 0.8em;
	color:#555555;
	align-self: center;
	margin-left:8px;
}
.msor{
	display:flex;
	align-items: baseline;
	box-sizing:border-box;
	padding:10px 0px;
	border-bottom:1px dotted #ccc;
}
.msor .m1{
	width:11%;
	min-width:35px;
	display:inline-block;
	padding-right:1%;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	box-sizing:border-box;
}

#merlegeleshtml .msor .m1{
	/*text-align:left !important;*/
}
.msor .m2{
	width:68%;
	min-width:70px;
	display:inline-block;
	padding-right:1%;
	text-align:left;
	vertical-align:middle;
	box-sizing:border-box;
	line-height:1;	
    font-size: 0.95em;
}

.msor .m3{
	width:20%;
	display:inline-block;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	box-sizing:border-box;
	
    align-self: center;
}

.msor .m3 input[type=button]{
	font-size:0.8em;
	font-stretch: condensed;
	padding:4px 3px;
}
.mfejlec{
	font-size:0.8em;
	font-stretch: condensed;

}
.meres{
	border-radius:3px;
	cursor:pointer;
	border:1px solid #ccc;
	text-align:center;
	padding:3px;
	display:inline-block;
	width:68px;
}
.meres span{
	color:#ccc;
	padding:3px 0px;
	font-weight:normal;
}

#meres{
	position:fixed;
	left:100%;
	top:115px;
	display:block;
	background:#f3f3f3;
	width:100vw;
	height:100vh;
	box-sizing:border-box;
	padding:12px;
	overflow-y: auto;
	
}
#merlegeleshtml{
	padding-top:40px;
    min-width: 300px;
}
#mereshtml .mezo{
	font-size:1.1em;
	margin:8px 3px 4px 3px;
	
}
#mereshtml{
	line-height:1.2;
	height:calc(100vh - 120px);
	position:relative;
}
.mtxt_blur{
	width:100%;
	height:auto;
	display:block;
	margin-top:50px;
	box-sizing:border-box;
	
}

.mtxt_blur #megjinput{
	background:#f3f3f3;	
	border:1px solid #999;
}
.mtxt_focus{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:calc(100vh - 120px);
	background:#ddd;
	text-align:center;
	padding:6px;
	box-sizing:border-box;
	
}
#mtxt{
	text-align:center;
	background:#f3f3f3;
	box-sizing:border-box;
	padding-top:20px;	
}
#mtxt div{
	font-size:0.75em;
	padding-bottom:6px;
}
#mtxt #megjinput{
	width:90%;
	max-width:400px;
	padding:2px;
	font-size:0.9em;
}
#mtxtbtn{
	padding: 5px 20px;
	margin-top:15px;
	margin-right:25px;
}
.mform{
	text-align:center;
	font-size:1.2em;
	box-sizing:border-box;
	/*padding-top:20px;*/
	overflow:auto;
	height:calc(100vh - 145px);
	
}
#minput{	
	font-size:1.3em;
	padding:6px;
	margin:15px 4px 15px 20px;
	text-align:right;
	width:50%;
	min-width:90px;
	max-width:120px;
}
#minput2{	
	font-size:1.3em;
	padding:6px;
	margin:5px 4px 20px 7px;
	text-align:right;
	width:50%;
	min-width:90px;
	max-width:120px;
}

.hdbinput{	
	font-size:1.3em;
	padding:6px;
	margin:15px 4px 15px 20px;
	text-align:right;
	width:60px;
}

.mbtn{
	width:100px;
	height:50px;
	}
#mframe{
	border-top:1px solid #ccc;	
	position:relative;
	}
#mframe_inner{
	max-width:800px;
	margin:0px auto;
	display:block;
}
#mlemerve{
	position:absolute;
	width:100%;
	height:calc(100vh - 100px);
	background:#eaeaea;
	display:none;
	z-index:99;
	text-align:center;
	padding-top:15px;
	font-size:1.1em;
}
#mlemerve div{
	padding-top:30px;
}
.mbal,.mjobb{
	width:50%;
	height:auto;
	box-sizing:border-box;
	padding:5px 1px; 
	display:inline-block;
	vertical-align:top;
	margin:2px 0px;
}
.hf_wrap label{
	display:flex;
	box-sizing:border-box;
	margin:5px 1px;
	text-align:left;
	color:#999;
	height:40px;
	align-items:center;
	user-select:none;
	max-width:320px;
	border:1px solid #aaa;
	border-radius:3px;
	padding:1px 6px;
	overflow: hidden;
    white-space: nowrap;
}
.hf_wrap input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.hf_wrap input[type="radio"]:checked + label {
    background-color:#fff;
    color: #000;
	border:2px solid #666;
	border-radius:3px;
	font-weight:bold;
	padding:0px 6px;
}
.hf_wrap{
	display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 150px;
	width: 99%;
}
.meresek{
	/*border-top:1px solid #ccc;*/
	margin-top:5px;	
	box-sizing:border-box;
	display:block;
	border-top:1px solid #ccc;
	border-bottom:1px ;
	border-left:0px;
	border-right:0px;
	font-size:0.85em;
	padding-left:0px;
	padding-right:0px;
}
.meresek legend{
	font-size:0.85em;
	color:#999;

}
.bigbtn{
	padding: 5px 20px;
}
.bigbtn2{
	padding: 15px 10px;
}

.bigbtn3{
	width: 300px;
    height: 60px;
    white-space: break-spaces;
}
.erfejlec{
	display:block;
	box-sizing:border-box;
	padding:5px 1px 3px 1px;	
 	user-select: none;
}
.erf{
	display:inline-block;
	box-sizing:border-box;
	padding:3px;	
	margin:0px 6px 6px 0px;
	border-radius:4px;
	min-width:25px;
	text-align:center;
	font-weight:bold;
	border:1px solid #999;
	cursor:pointer;
}
.sel{
	background:#dadada;
}
.hoverbg:hover{
	background:#dadada;

}

.katfejlec{
	display:block;
	box-sizing:border-box;
	padding:5px 1px 10px 1px;	
	text-align:center;
	font-size:1em;
}
.selkatbtn{
	display:inline-flex;
	width:auto;
	min-height:40px;
	padding:3px 6px;
	margin:5px 2px;
	border-bottom:3px solid #ddd;
	align-items:center;
	justify-content:center;
	color:#999;
	min-width:80px;
	max-width:140px;
	width:28vw;
    vertical-align: bottom;
	cursor:pointer;
 	user-select: none;
	box-sizing:border-box;	
    line-height: 1;
}
.katfejlec .ksel{
	color:#5790ca;
	border-bottom:3px solid #5790ca;
	font-size:1em;
	line-height: 1em;
	position:relative;
}
.katfejlec .ksel:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #5790ca;
	border-width: 10px;
	margin-left: -10px;
}
.katcim{
	margin-top: 15px;
    text-align: center;
    color: #5790ca;
    font-weight: bold;
	border-bottom:1px solid #5790ca;
	padding:3px;
}
.nezet{
	display:block;
	box-sizing:border-box;
	padding:5px 0px 0px 0px;	
}

.nezet span{
	
    display: inline-flex;
	align-items: center;
    justify-content: center;
    text-align: center;
	box-sizing:border-box;
	font-weight:bold;
	border-radius:5px 5px 0px 0px;
	vertical-align:bottom;
	line-height:1;
}

.tabla{
	display:block;
	box-sizing:border-box;
	border:1px solid #999;
	width:100%;
	min-height:20px;
}
.eredmeny_f{
	
}
.tcim{
	background:#f0f0f0;
	text-align:center;
	box-sizing:border-box;
	padding:8px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
.tabla_szektor{
	margin-bottom:1em;    
	font-size: 0.75em;
	overflow-x:auto;
}

.tabla_default{ 
	font-size: 0.75em;
	overflow-x:auto;
}
.tabla_default td,.tabla_szektor td, #hely_osszes th{
	min-height: 28px;
}

.tabla_default table tr:nth-child(even) td {background: #f6f6f6;}
.tabla_szektor table tr:nth-child(even) td {background: #f6f6f6;}

.tabla_letoltes{
	text-align:center;
	margin:30px auto 20px auto;
	box-sizing:border-box;
	font-size:18px !important;
}
.tfejlec{
	background:#e3e3e3;
	text-align:center;
	box-sizing:border-box;
	padding:4px;
	font-weight:bold;
	
}
.tlablec{	
	text-align:right;
	box-sizing:border-box;
	padding:10px 10px 0px 0px;
	font-size:12px;
	font-style:italic;	
}
.tab_on{
	color:#000;
	padding:12px 3px;	
	background:#f0f0f0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;	
	cursor:pointer;
	font-size:0.9em;
	height:50px;
 	user-select: none;
	overflow-wrap: anywhere;

}

.tab_off{
	color:#ccc;
	padding:8px 3px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;	
	cursor:pointer;
	font-size:0.9em;
	height:42px;
 	user-select: none;
	overflow-wrap: anywhere;
}

table{
	width:100%;
	background:#ddd;
	border-spacing: 1px;
}
th{
	background:#f0f0f0;
	font-weight:bold;
	padding:4px;
	
}
td{
	padding:3px;
	background:#fff;
	
}
.tsorszam{
	text-align:center;
	vertical-align:top;
	padding-top:4px;
}
td.tnev{
	height:20px;
}
.tnev{
	font-weight:bold;
}
.csnev{
	text-align:left;
}
.csnevsor th{
	background: #e6e6e6;
}
.thely{
	text-align:center;
	white-space:nowrap;
}
.tsuly{
	text-align:right;
	padding-right:1%;
	min-width: 30px;
}
.tsuly2{
	text-align:right;
}
.tpont{
	text-align:center;
}
.sszam{
	text-align:right;
	min-width:14px;
	display:inline-block;
}
.kovetkezik{
	width:100%;
	text-align:center;
	color:#000;
	padding:10px;
	margin:20px auto;
	background:#eaeaea;
	box-sizing:border-box;
	/*border-radius:7px;*/
}
.kovetkezik div{
	padding:10px 0px;

}

.forddatum{
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}
.elv{
	display:none;
}
.ordercell_on {
	background:#d5d5d5;
	color:#000;
	position:relative;	
 	user-select: none;
}
.ordercell_on:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #d5d5d5;
	border-width: 10px;
	margin-left: -10px;
}
.ordercell_off {
	background:#fff;	
	color:#aaa;
	cursor:pointer;
	font-weight:normal;
	line-height:1;
 	user-select: none;
}

.wide{
	min-width:120px;
}

tr.sumline td{
	border-top:2px solid #ccc;
	border-bottom:1px solid #ccc;
}
.rowsep{
	display:block;
	height:3px;
}
.reszletek{
	font-size:0.9em;
	border-top:1px dashed #ddd;
	vertical-align:top;
	padding-bottom:6px;
}
.reszletek:empty{
	border-top:0px;
	padding: 0px;
	height:auto !important;
}
.t_reszletes{
	border-spacing:1px 0px;
}
.t_reszletes .tsorszam{
	vertical-align:top;
	padding-top:8px;
}
.reszletek .fnum{
	font-weight:bold;
	padding:0px 3px 0px 6px;
}
.legn{
	color:#fff;
	padding:1px 2px;
	background:#FF6600;
}
.legj{
	color:#fff;
	padding:1px 2px;
	background:#4FA7FF;
}
.leg_lablec{
	font-size:0.8em;
	margin:12px 0px;
	padding-left:5px;
}
.iwrap{
	box-sizing:border-box;
	padding:10px 5px;
}
.iwrap .torolbtn{
	
	display:inline-block;
	padding:4px;
	text-align:center;
	border:1px solid #333;
	margin:4px;
	cursor:pointer;
}
.iwrap img{
	max-width:98%;
	height:auto;
	max-height: 300px;
	object-fit:contain;
	/*margin:5px auto;*/
}
.marker_off{
	width:22px;
	height:25px;
	display:inline-block;
	background:url(i/marker_off.png) no-repeat;
	margin-left:14px;
	cursor:pointer;
}

.marker_on{
	width:22px;
	height:25px;
	display:inline-block;
	background:url(i/marker_on.png)  no-repeat;
	margin-left:14px;
	cursor:pointer;
}
.gpsinput{
	margin:10px 5px;
	padding:5px;
	width: 28vw;
	max-width:250px;
	}
.gpspos{
	margin:25px auto;
	padding:4px;
	font-size:0.9em;
	border:1px solid #ccc;
	background:#f0f0f0;
	width:80%;
	display:flex;
	max-width:300px;
	border-radius:5px;
	cursor:pointer;
	align-items:center;
	justify-content:center;
	user-select:none;
}
.gpscoords{
	text-align:center;
}
.gpscoords a{
	color:#333;
	text-decoration:none;
}	
.gpspos span{
	font-size:36px;
}
.gpssave{
	padding:5px 10px;
}
@media (orientation: portrait) {

.t_portrait{
	display:block !important;
}
.t_landscape{
	display:none !important;
}
.forddatum{
	display:block !important;
	padding-top:2px !important;
	font-size:0.85em !important;
	white-space:nowrap;
}
.elv{
	display:inline;
}

table tr:not(.csnevsor) th:not(.wide){
	width:1%;
}

table  tr:not(.csnevsor) th{
	font-stretch: condensed;
    padding-left:1px;
    padding-right:1px;
}

.erf{
	font-stretch: condensed;
}
table th[width="5%"]{
	min-width:30px;
}
.tab_on,.tab_off{
	font-stretch: condensed;
}
#verseny_new .tab_on,#verseny_new .tab_off,#verseny .tab_on,#verseny .tab_off{
	font-size:0.8em;
}


.btnmargin{
	margin-bottom:10px;
	margin-right:6px

}

#merlegeleshtml .msor .m1{
	width:15% !important;
}
#versenylista table .col_datum br{
	display:block;
}

#filter_vnev{
	width:99%;
	max-width:354px;

}
.submenu_item{
	
    margin: 4px 0px 8px 0px;

}


#versenyzokhtml .hsorbal{
	display:inline-block;
}
#versenyzokhtml .hsorbal div{
	padding-left:30px;
}

}

@media (orientation: landscape) {

#filter_vnev{
	width:99%;
	max-width:354px;

}
.indent{
	display:inline-block;
	width:10px;
}

.tcsnev .indent{
	width:28px;
}
.t_portrait{
	display:none !important;
}
.t_landscape{
	display:block !important;
}
.forddatum{
	display:inline !important;
}

@media only screen and (max-device-width: 900px) {
.t_condensed{
	/*font-stretch: condensed;*/
	font-size:0.9em;	
}

.t_condensed th,.t_condensed td{
	padding:3px 1px;
	
}

table tr:not(.csnevsor) th:not(.wide){
	width:1%;
}
.t_condensed tr:first-of-type th:first-of-type{
	letter-spacing:-1px;
}
.elv{
	display:inline;
}
}

@media only screen and (max-device-width: 640px) {
.t_condensed{
	font-stretch: condensed;
	font-size:0.9em;
}
table tr:not(.csnevsor) th:not(.wide){	
	font-stretch: condensed;
    padding: 3px 1px;
}
.erf{
	font-stretch: condensed;
}
}

#versenylista table .col_datum br{
	display:none;
}
}

#pasteDiv_container{
	padding:30px 15px;
	box-sizing:border-box;	
}
#pasteDiv{	
	width:100%;
	min-height:150px;
	text-align:center;
	padding-top:30px;
	font-size:1.1em;
	color:#555;
}
#pastediv_add{
	display:none;
	float:right;
	margin:15px;
	
}
#pasteDiv span{
	width:calc(16% - 4px); 
	min-height:28px;
	display:inline-block;
	text-align:left;
	padding:2px;
	margin:2px;
	box-sizing:border-box;	
	border:1px solid #ccc;
	vertical-align:top;
	box-sizing:border-box;	
	font-size:0.75em;
}
.gepisor{
	background:#eee;
	font-weight:bold;
	padding:12px;
	box-sizing:border-box;
	display:block;
}
.gepisor span{
	width:50%;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
}
.gepisor span input[type=button]{
	white-space: normal;
	min-height:2em;
	margin:2px;
	line-height:1;
	font-size:0.9em;
}
#elozostart{
	letter-spacing:-1px;
}
#gepistart{
	text-align:right;
}
#aktival{
	display:none;
	padding:15px 5px;
	text-align:center;
	text-align:center;
}
#aktival input[type=text]{
	font-size:1.1em;
	padding:5px;
	width:90%;
	max-width:400px;
	margin:0px 5px;
	text-align:center;
}
#aktival input[type=button]{
	font-size:1.1em;
	padding:5px;
	margin:15px auto;
	display:block;
}
#userinfo{
	display:none;
	padding-top: 10px;
    position: relative;
    top: 55px;
}
.uinfoline{
	background:#FFFF66;
	padding:8px;
	text-align:center;
	box-sizing:border-box;
}	
#qr_container{
	width:98%;
	max-width:450px;
	height:450px;
	position:absolute;
	left:1%;
	top:2%;
	background:#fff;
	box-shadow:0px 0px 16px rgba(0,0,0,0.3);
	display:none;
	padding-top:40px;
}
#qr_container span{
position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	background:#999;
	color:#fff;
	box-sizing:border-box;
	cursor:pointer;
	display:block;
	text-align:center;
	line-height:40px;

}
#qr img{
	margin: 10px auto;
}

#printcontent{
	display:none;
}
.nyomtat{
	position: absolute;
    top: 60px;
    right: 10px;
    z-index: 0;
	padding:4px 4px 4px 27px;
	background:#fff url(i/print.gif) no-repeat 8px center !important;
	border:1px solid #666 !important;
	cursor:pointer;
	font-size: 0.9em !important;
}

.tcsnev{
	font-weight:normal;
	font-size: 0.8em;
	color:#555555;	
}

.picihiba{
	font-weight:normal;
	font-size: 0.8em;
	color:#CC0000;	
	padding-bottom:6px;
}
@media print{
.galtn{
	display:none;
}
}
@media not print{
	.printonly{
		display:none;	
	}

.note{
	position:relative;
}
td.note:hover{
	background:#ddd !important;
}
td.note:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
	width: 0; 
	height: 0; 
    display: block;
	border-left: 7px solid transparent;
	border-bottom: 7px solid transparent;
	
	border-top: 7px solid #FF9900;
}
td.note .tooltip .tooltiptext {
    background-color: #FF9900 !important;	
	font-size:inherit !important;	
    bottom: 125% !important;
	}
td.note .tooltip .tooltiptext::after {
  border-color: #FF9900 transparent transparent transparent !important;	
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #666;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
	font-size:0.8em;
    left: 50%;
    margin-left: -130px;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 0.5em;

}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 72%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  user-select: none;
}


.openmap{
	font-weight:bold;
	cursor:pointer;	
	display:inline-flex;
	align-items:center;
	justify-content:center;
	position:relative;	
	color:#000;
	 z-index:1;
	}
	
	
.openmap span {
  position: absolute;
  background-color: #cc0000;    
  border-radius: 50% 50% 50% 0;
  width: 22px;
  height: 22px;
  top: -4px;
  transform: rotate(-45deg);
  opacity:0.2;
  z-index:-1;
}	
}


.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
   /* pointer-events: none;*/
   visibility:hidden;   
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.modalDialog > div {
    max-width: 800px;
	width:90vw;
	height:auto;
	min-height:300px;
    position: relative;
    border-radius: 10px;
    background: #fff;
	box-shadow:0px 3px 5px rgba(0,0,0,0.4);
	max-height:90vh;
	overflow:auto;
}
.closebtn {background: #606061;
    color: #FFFFFF;
    line-height: 40px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 40px;
    height: 40px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0px 10px 0px 0px;
    display: inline-block;
    cursor: pointer;
    user-select: none;
}
.closebtn:hover {
    background: #ff0000;
}
.modaltitle{
	font-weight:bold;
	color:#fff;	
	background:#999;
	box-sizing:border-box;
	padding:10px;
    border-radius: 10px 10px 0px 0px; 

}
.modalcontent{
	color:#000;	
	background:#fff;
	box-sizing:border-box;
	padding:10px;
	font-size:0.9em;
	
    display: block;
    align-items: center;
    justify-content: center;
    min-height: 250px;
	position:relative;
	padding-bottom:85px;
	max-height:calc(90vh - 55px);
	overflow-y:auto;
	overflow-x:hidden;

}
.modalcontent > div.mcont{
	width:100%;
	/*padding:8px;*/
	box-sizing:border-box;
	min-height:120px;
}
.modalfooter{
	font-weight:bold;
	color:#000;	
	background:#fff;
	box-sizing:border-box;
	padding:20px 10px 10px 10px;
    border-radius: 0px 0px 10px 10px; 
	/*position:absolute;*/
	bottom:0px;
	min-height:50px;
	width:98%;
	text-align:center;

}
.modalfooter input[type=button]{
	padding:8px 12px;
	cursor:pointer;
	margin:5px 10px;
	min-width:90px;
} 
.modalcontent .inputsor{
	white-space:nowrap;
	box-sizing:border-box;
	padding:8px;
}

@media (orientation: portrait),  (max-device-width: 639px) {
	.modalcontent .inputsor span:nth-child(1) {
		 width: 100%;
		 display:block;
		padding-bottom:2px;
	}
	.modalcontent .inputsor span:nth-child(2) {
		width:100%;
		display:block;
		padding-bottom:2px;
	}
}

@media (min-device-width: 640px) {
	.modalcontent .inputsor span:nth-child(1) {
		 width: 35%;
		  display: inline-flex;
	}
	.modalcontent .inputsor span:nth-child(2) {
		width:65%;	
		display: inline-flex;
	}
}

.modalcontent .inputsor span:nth-child(1) {     
    box-sizing: border-box;
    vertical-align: top;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
    padding-top: 4px;
}

.modalcontent .inputsor span:nth-child(2) {		
	box-sizing:border-box;
	vertical-align:top;	
	align-items:center;
}
.modalcontent .inputsor span:nth-child(2) input{
	padding:3px;
	font-size:1em;
	width:90%;
	max-width:500px;
}
.modalcontent .inputsor span:nth-child(2) select{
	padding:3px;
	font-size:1em;
	width:auto;
	min-width:100px;
	max-width:500px;
}
.javmod{
	color:#fff;
	padding:1px 2px;
	background:#cc0000;
}
.okbtn{
	color:#fff;
	background:#339900 !important;
	border-radius:100% !important;
	padding:35px 30px;
	font-size:26px;
	text-align:center;
	border:5px solid #ccc;
	cursor:pointer;
}

.okbtn2{
	color:#fff;
	background:#339900 !important;
	border-radius:40px !important;
	height:100px;
	font-size:30px !important;
	font-weight:bold;
	text-align:center;
	border:5px solid #ccc;
	cursor:pointer;
	width:75%;
	letter-spacing:2px;
	max-width:320px;
}

.vizt_kod{
	width:150px;
}
.ac_viztnev .easy-autocomplete-container{
	width:120%;
}
.ac_viztkod .easy-autocomplete-container{
	width:150%;
}

@media (orientation: landscape) {
.easy-autocomplete{
	width:auto !important;
}
.vizt_nev{
	max-width:450px;
	min-width:330px;
}
.hivas{
	display:none;
}
}

@media (orientation: portrait) {
.ac_viztnev,.vizt_nev{
	width:100% !important;
}
.hivas{
	font-size:0.9em;
	padding:2px 3px; 
	background:#999; 
	border-radius:5px;
	color:#fff;
	text-decoration:none;
}
.jelsor_fejlec .mbal > div{
	line-height:1.5;
}
}

#input_halfajta,#input_eldobas,#input_meresplusz,#input_mr_legjobbx{
	display:none;
}

#jelentk{
	position:fixed;
	left:100%;
	top:60px;
	display:block;
	background:#f3f3f3;
	width:100vw;
	height:100vh;
	box-sizing:border-box;
	
}
#jelentk .cim{
	background:#fff;
	padding:15px 10px;
	box-sizing:border-box;
	height:50px;	
    display: flex;
    align-items: center;
	
}
#jelentkhtml .mezo{
	font-size:1.1em;
	margin:8px 3px 4px 3px;
	
}
#jelentkhtml{
	width:99%;
	line-height:1.2;
	height:calc(100vh - 110px);
	position:relative;	
	padding:12px;
	overflow-y: auto;
	box-sizing:border-box;
}
#jelentkadat{
	margin-top:20px;	
}
#jelentkadat .jelsor{
	background:#fff;
	padding:6px;
	box-shadow:1px 2px 3px rgba(0,0,0,0.3);
	font-size:0.9em;
	cursor:pointer;
	max-width:650px;
	margin:5px auto 15px auto;
}
#jelentkadat .jelsor:hover{
	box-shadow:1px 2px 8px rgba(0,0,0,0.5);

}
.jelsor_fejlec{
	background:#eee;
	padding:2px;
	box-sizing:border-box;
	margin-bottom:5px;
	
}
.jelsor_fejlec .mbal{
	width:60%;
}
.jelsor_fejlec .mjobb{
	width:40%;
	padding-left:8px;
	text-align:right;
	font-size:0.8em;
}
.jeladat{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
	font-size:0.95em;
}
.smallinfo{
	font-size:0.8em;
	color:#666;
	padding:4px;
	font-style:italic;
	font-weight:normal
}

#sbeall{
	position:fixed;
	left:100%;
	top:115px;
	display:block;
	background:#f3f3f3;
	width:100vw;
	height:calc(100vh - 115px);
	box-sizing:border-box;
	padding:15px;
	padding-bottom:70px;
	overflow-y:auto;
	
}
#sbeallhtml .mjobb{
	width: auto !important;
    min-width: 50% !important;
	padding-left:15px;

}
.szcheck{
    display: inline-block;
	padding:8px 10px;
	text-align:center;
	font-weight:bold;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #999;
	border-radius:5px;
	cursor:pointer;
	user-select:none
}
.szcheckoff{
    display: inline-block;
	padding:8px 10px;
	text-align:center;
	font-weight:bold;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	border-radius:5px;
	user-select:none;
	color:#ccc;
}

.szektorcheck input[type=checkbox]{
    display: none;
}

.szektorcheck input[type=checkbox]:checked + .szcheck{
    background-color:#009900;
	color:#fff;
}
.szektorcheck input[type=radio]{
    display: none;
}

.szektorcheck input[type=radio]:checked + .szcheck{
    background-color:#009900;
	color:#fff;
}
.settingsbtn{
	border:1px solid #000;
	border-radius:2px;
	font-size:0.9em;
	background:#f0f0f0;
}
.settingsbtn:hover{
	background:#e0e0e0;
}
.settingsbtn2{
	padding-left:28px;
	background:url(i/settings.png?v=2) no-repeat left 6px center;
	border:1px solid #000;
	border-radius:2px;
	font-size:0.9em
	
}
.settingsbtn2:hover{
background:#e0e0e0 url(i/settings.png?v=2) no-repeat left 6px center;
}
.dbbonusz{
	margin-top:5px;
	font-weight:bold;
	color:#996600;
}
.bigcheck{
	width:1.4em;height:1.4em;vertical-align:text-bottom;
}
.dim{
	opacity:0.5;
}

.smallbtn{
	padding:2px 4px;
	border:1px solid #999;
	border-radius:2px;
	font-size:0.7em;
	color:#999;
	font-weight:normal;
	display:inline-block;
	margin:5px 0px;
	cursor:pointer;
	
}
.smallbtn:hover{
	background:#e0e0e0;
}
.rszambtn{
	padding:3px 4px;
	border:1px solid #999;
	border-radius:2px;
	font-size:0.6em;
	color:#000;
	font-weight:normal;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	line-height:1;
	
}
.rszambtn:hover{
	background:#e0e0e0;
}
.rszambtn2{
	padding-top:4px;
	border-radius:2px;
	border:0px;
	font-size:15px;
	color:#fff;
	font-weight:normal;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	background:#339933;
	min-width:35px;
    min-height: 24px;
    box-sizing: border-box;
	line-height:1;
}
.rszambtn2:hover{
	background:#006633;
}
.hbtn{
	width:40px;
	height:32px;
	display:inline-block;
	border:1px solid #555;
	border-radius:2px;
}
.hbtn2{
	width:40px;
	height:32px;
	display:inline-block;
	color:#fff;
	background-color:#009900;
	font-weight:bold;
	border:2px solid #555;
	border-radius:2px;
}
.hbtn3{
	width:40px;
	height:32px;
	display:inline-block;
	color:#fff;
	background-color:#009900;
	font-weight:bold;
	border:2px solid #ff0000;
	border-radius:2px;
}
*:focus {
    outline: none;
}
.tart{
	color:#999;
}
.tobbkep_img{
	display:inline-block;
	padding:3px;
	margin:3px;
	border:1px solid #ddd;
	text-align:center;
	max-height:240px;
	height:auto;
	vertical-align:bottom;	
}

@media (orientation: portrait) {
.tobbkep_img{
	max-width:235px;
}
}

@media (orientation: landscape) {
.tobbkep_img{
	max-width:45%;
}
}

.tobbkep_img>div{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:100px;
	max-height:185px;
	padding-bottom:5px;
}
.fotok_modal .tobbkep_img>div{
	min-height:180px !important;
}
.tobbkep_img img{	
	max-width:100%;
	height:auto;	
	max-height:185px;
}
.feltoltbtn{
	display:inline-block;
	padding:4px;
	text-align:center;
	border:1px solid #333;
	margin:4px;
	cursor:pointer;
}
#merlegeleshtml .m2 img{
	cursor:pointer;
}
.foto_container{
	display:inline-flex;
	float:left;
	width:25px;
	height:30px;
	vertical-align:middle;
	overflow:hidden;
	margin-right:6px;
	border-radius: 4px;
	font-size:10px;
	
    justify-content: center;
    align-items: center;
	cursor:pointer;
}
label{
	cursor:pointer;
}
.galtn{
	display:inline-flex;
	width:18px;
	height:24px;
	vertical-align:middle;
	overflow:hidden;
	margin-right:4px;
	border-radius: 4px;
	align-items:normal;
	text-align:center;
	
    justify-content: center;
    align-items: center;
	float:left;
}
.tnfoto,.galtn img{
	width:auto;
	height:24px;
}
.galtn:empty{
	display:none;
	}

.btnfolyamat{
	background:#eee url(i/loading.gif) no-repeat center center !important;
	width:70px !important;
	cursor:wait !important;
	border:1px solid #999;
	border-radius:5px;
	
}

.hiba{
	text-align:center;
	padding:15px;
	color:#FF0000;
	box-sizing:border-box;
}
#loading{
	display:none;
	position:absolute;	
	width:100%;
	height:100%;
	overflow:hidden;
	
	font-size:0.9em;
	color:#666;
	padding-top:70px;
	text-align:center;
	background:rgba(255,255,255,0.85);
	z-index:99;
}
.vkepsor{
	clear:both;
	margin-top:5px;
	padding-top:5px;
	border-bottom:1px dotted #ccc;
	min-height:38px;
}
.btnsmall{
	white-space: normal;
	font-size:0.9em !important;
	line-height:1
}
#help{
	position:fixed;
	bottom:0px;
	left:0px;
	display:none;
	width:100%;
	height:0px;
	padding:5px;	
	box-sizing:border-box;
	font-size:12px;
	background:#f3f3f3;
	border-top:3px solid #ccc;
	overflow-y:auto;
	z-index:99;
}
#helpclosebtn{
	float:right;
	position:sticky;
	right:0px;
	top:0px;
	width:35px;
	height:30px;
	background:#ccc;
	color:#fff;
	font-size:22px;
	text-align:center;
	padding-top:3px;
	cursor:pointer;	
	
}
#help_closelayer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
}
.helpbtn{
	box-sizing:border-box;
	font-size:15px;
	background:#bbb;
	border-radius:100%;
	display:inline-block;
	color:#fff;
	cursor:pointer;	
	width:18px;
	height:18px;
	text-align:center;
	border:0px;
	font-weight:bold;
	vertical-align:middle;
	margin:2px 3px;
	
}
#helptxt{
	box-sizing:border-box;
	margin:0px auto;
	padding:25px 10px 0px 10px;
	max-width:800px;

}
.helpcim{
	font-weight:bold;
	margin-bottom:10px;
}

a{
	text-decoration:none;
	color:inherit;
}	

#zaszlok_frame{
	max-width:500px;
	height:auto;
	width:96%;
	margin:0px auto;
	text-align:left;

	
}
#zaszlok_frame>div{
	border:1px solid #aaa;
	vertical-align:top;
	min-height:32px;
	width:88%;
	display:inline-block;
	padding:3px;
}
.flag{
	width:auto;
	max-width:20px;
	height:auto;
	max-height:11px;
	margin-top:1px;
	vertical-align: baseline;
	border:1px solid #ccc;
}
.offline{
	border-bottom: 15px solid #cc0000;
}
.online{
	border-bottom: 5px solid #009900;
}

.almenu_container{
	position:relative;
    z-index: 1;
}
.almenu{
	position:absolute;
	background:#fff;
	padding:10px;
	right:0px;
	top:-4px;
	text-align:right;
	box-shadow:0px 0px 4px 3px rgba(0,0,0,0.3);
	border-radius:3px;
	
}
.almenubtn{
	width:42px;
	height:24px;
	display:inline-block;
	cursor:pointer;
	background:left 4px center no-repeat;
	border:1px solid #666;
	border-radius:3px;
	padding-left:20px;
	padding-right:4px;
	color:#666;
	font-weight:normal;
	font-size:0.75em;
	background-color:#FFFF99;
}
.almenubtn_down{
	background-image:url(i/arrow_down.png?v=1);
}
.almenubtn_up{
	background-image:url(i/arrow_up.png?v=1);

}
.almenu .settingsbtn{
	margin-top:12px !important;
	padding-top:2px;

}
.vmegj{
	display:block;
	margin:4px 0px;
	padding:2px 4px;
	background:#FFFF66;
	font-size:0.75em;
	width: fit-content;
}

.callbtn{
	display:inline-block; !important;
	padding:6px;
	border-radius:3px;
	font-size:0.8em;
	color:#fff;
	font-weight:normal;
	margin-left:10px;
	cursor:pointer;
	background:#339966;
	
}
#offlinewarning{
	display:none;
	position:absolute;
	left:4px;
	top:60px;
	color:#fff;
	font-size:13px;
}
.gomb_on{
	border:1px solid #ddd;
	background:#ddd;
	color:#000; 
}
.gomb_off{
	border:1px solid #ddd;
	background:#fff;
	color:#bbb;
}
table#racs{
	width: min-content;
}
table#racs .thely{
	min-width: 60px;
}
table#racs .thely .rvnev{
	font-size:9px;	
	line-height: 1;
	width: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;    
	box-sizing:border-box;
	font-stretch: condensed;
	margin: 1px auto;
	font-weight:normal;
	
}
.vlista_foly{
	padding:1px 2px; 
	box-sizing:border-box;
	background:#009900;
	color:#fff;
}
.versenyekhtml table{
	font-size:.9em;
	border-collapse:collapse;
}

.filter_input{
	max-width:175px;
	width:49%;
	height:26px;
	margin:3px 0px 6px 0px;
	box-sizing:border-box;
	vertical-align:top;
}
#varazslo_lapok{
	width:100%;
	height:300px;
	position:relative;
}
.varazslo_lap{
	position:absolute;
	top:0px;	
	display:block;
	background:#fff;
	width:100%;
	min-height:260px;
	box-sizing:border-box;
	padding:15px;
	/*overflow-y:auto;*/
	
}
#varazslo_jobb{
	position:absolute;
	left:100%;
}
#ulogo sep{
	display:none;
}
.inverz{
	margin-top:12px;
	background:#bbb;
	color:#fff;
	font-size:1.1em;
	padding:5px 3px;
	box-sizing:border-box;
}
.jelmegj{
	font-size:.75em;
	color:#333;
	padding-left:16px;
}
.jelmegj span{
	display:inline-block;
	width:150px;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow:ellipsis;
    vertical-align: middle;
}
#quickbtn{
	display:none;
	width:60px;
	height:60px;
	background:url(i/quick.png?v=7) center center no-repeat;
	background-size:86%;
	cursor:pointer;		
	z-index:600;
}
#quickmenu{
	width:96%;
	max-width:800px;
	height:auto;
	display:none;
	text-align:left;
	box-sizing:border-box;
	padding:10px;
	position: fixed;
    right: 3px;
	background:#fff;
	top:60px;
	box-shadow:0 3px 3px 3px rgba(0,0,0,0.3);
	z-index:99;
	
}
#quickmenu div{

	margin:10px 0px;
	padding:10px;
	box-sizing:border-box;
	border-bottom:1px dotted #ccc;
	cursor:pointer;		
	
}
.szinfo{
	margin:2px;min-width:50px;padding:2px 1px;text-align:center;display:inline-block;font-size:1.1em;
	user-select:none; vertical-align:middle;
}

#helyterv{
width:90%;margin:5px auto;text-align:center;padding:5px;box-sizing:border-box;max-width:750px;position:relative;min-height:90px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}
#helyterv .szinfo{
	zoom:1.4;cursor:pointer;
}
.szblokk{
	opacity:.5;
	border:2px solid #ffffff;
}
.szblokk:hover{
	opacity:1;
	border:2px solid #FF0000;
}
.szblokk_sel{
	zoom:1.75 !important;
	background:#ddd;
}
.szinfo .szitop{
	color:#fff;font-weight:bold;padding:2px;
}
.szinfo .szimid{
	color:#000;font-weight:normal;padding:2px 1px;font-stretch:condensed;font-size:10px;
}
.szinfo .szibot{
	color:#666;font-size:.8em;border-top:1px solid #eee;padding:2px;font-weight:normal;
}

#cnfrm{
	position:relative;
}
.bbtn_confirm {
	background:#FF0000 !important;
	transform:scale(1.1);	
	position:relative;
}
#cnfrm_msg{
	width:60px;
	height:20px;
	display:block;
	position:absolute;
	left:-75px;
	top:0px;
	font-size:13px;
	background:#fff;
	border-radius:3px;
	padding:2px;
	text-align:center;
	box-shadow:0px 2px 2px rgba(0,0,0,.4);
	
}
.fiz_on{
	border-left:8px solid #0d6b4a;
}
.fiz_off{
	border-left:8px solid #ff0000;
}


.shely_p1{
	background:#FF9900;	
}
.shely_p2{
	background-color:#009900;
	color:#fff;
	padding:4px 8px;
}

.vgroup{
	width:100px;
	height:72px;
	display:inline-block;
	margin:5px;
	text-align:center;
	padding-top:42px;
	box-sizing:border-box;
	overflow:hidden;
	cursor:pointer;
	background:url(i/g.png) no-repeat;
	background-position:center top 3px;
	position:relative;
}
.vgroup_db{
	position:absolute;
	left:0px;
	top:16px;
	display:block;
	width:100%;
	min-width:80px;
	max-width:200px;
	text-align:center;
	font-size:1.1em;
	color:#FF3300;
}
.dotmenu{
	width:15px;
	height:19px;
	background:url(i/dotmenu.png) no-repeat center center;
	cursor:pointer;
	user-select:none;
	display:inline-block;
	position:relative;
    vertical-align: middle;
	
}


.submenu{
	position:absolute;
	background:#fff;
	padding:8px 6px 8px 6px;
	right:0px;
	top:-4px;
	text-align:left;
	box-shadow:0px 0px 4px 3px rgba(0,0,0,0.3);
	border-radius:3px;
	min-height:50px;
	min-width:150px;
	display:block;
	z-index:99;
    color: #000;
	
	
}
.submenu_item{
	padding:5px;
	display:block;
}

.submenu_item:hover{
	color:#fff;
	background:#0066CC;
}
.col_menu{
	max-width:25px;
	text-align:center;
}
#versenylista{
	margin-bottom:15px;
}
.grpbtn{
	color: #000;
	border: 0px;
	border-radius: 5px;
	background-color: #ffda6a;
	white-space: break-spaces;
	max-width:100%;
	font-size:16px !important;
	height:50px;
	width:40px;
	cursor:pointer;
	margin-top:15px;
	margin-left:5px;
}
.vrowseltd{
	color:#fff !important;
	background:#3C9DFF !important;
}

.vrowsmall{
	font-weight:normal;
	font-size: 0.8em;
}
.teend{
	cursor:pointer;
	margin-top:10px;
}
.var_leiras{
	margin:5px auto;
	width:auto%;
	border:1px solid #ddd;
	background:#f3f3f3;
	padding:10px;
	font-size:.85em;
	color:#333;
	
    line-height: 1.25;
    max-height: 160px;
    overflow-y: auto;
}

#input_nevlista{
	position:absolute;
	left:0px;
	top:30px;
	width:91%;
	max-width:500px;
	height:0px;
	display:none;
	background:#fff;
	box-sizing:border-box;
	padding:5px;
	box-shadow:1px 1px 4px rgba(0,0,0,0.3);
	overflow-y:auto;
	overflow-x:hidden;
    z-index: 1;
}

.nevlista_sor{
	border-bottom:1px solid #ccc;
	font-size:10px;
	cursor:pointer;	
}
.nevlista_sor td{
	background:initial !important;
}
.nevlista_sor:hover td{
	background:#e0e0e0 !important;

}
.tobbiv{
	margin-top:6px;
	font-size:1.1em;
	user-select:none;
}
.tobbiv div{
    padding-bottom: 2px;
    padding-top: 2px;
}
.tobbiv img{
	width:11px;
	padding-right:4px;
	cursor:pointer;
	float:right;
}
.nsor_sel td{
	background:#e0e0e0;
	box-sizing:border-box;
}

@media (orientation: portrait) {
	.nevlista_sor td{
		display:block;
		width:99%;
	}
	
	.nsor_sel td{
		border-left:2px solid #0066CC;
	}
	
	
	#dlgvizt_vizt div{
		margin:10px 0px !important;
	}
}
@media (orientation: landscape) {
	 .nevlista_sor td{
		display:table-cell !important;
	}
	
	.nsor_sel td:first-of-type{
		border-left:2px solid #0066CC;
	}
}
#reguser_status{
	font-size:.75em;
}
#reguser_status div{
	padding:3px 0px;
	box-sizing:border-box;
}

.dlgvizt_lap{
	position:absolute;
	top:10px;	
    left: 0%;
	display:block;
	background:#fff;
	width:97%;
	height:calc(100% - 20px);
	box-sizing:border-box;
	padding:0px 15px;
	overflow:auto;
	
}
#dlgvizt_megye div{
	font-size:1.2em;
	padding:5px;
	margin:5px;
	border:1px solid #ccc;
	cursor:pointer;
}
#dlgvizt_megye div:hover{
	background:#f0f0f0;

}
#dlgvizt_vizt div{
	font-size:1em;
	padding:3px;
	margin:3px 0px;
	border:1px solid #ccc;
	cursor:pointer;
}
#dlgvizt_vizt div:hover{
	background:#f0f0f0;

}
#vizt_keres{
	background:#fff;
	border:1px;
	display:inline-block;
	width:99%;
	margin-left: 3px;
	
}

.vlista_sor:hover td{
	background:#f0f0f0 !important;

}


#ealert{
	box-sizing:border-box;
	font-size:11px;
	background:#ee0000;
	border-radius:100%;
	display:none;
	color:#fff;
	width:16px;
	height:16px;
	text-align:center;
	border:0px;
	font-weight:bold;
	position:absolute;
	bottom:8px;
	right:10px;
	padding-top:2px;
	
}
.ealert{
	color:#dd0000;	
}
#main_egy{
	font-size:.9em;
}
#alsomenu_frame{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:50px;
	background:#efefef;
	display:block; /*block*/
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
#alsomenu{
	max-width:600px;
	margin:0px auto;
	width:100%;
	height:50px;
	background:#efefef;
	display:flex;
}
.alsobtn{
	width: 25%;
    font-size: 10px;
	text-align:center;
    font-stretch: condensed;
    border: 1px solid #ccc;
    margin: 2px;
    height: 44px;
	display:inline-block;
	cursor:pointer;
	vertical-align:middle;
	
}
.alsobtn span{
	font-size:17px;
	margin-right:4px;
	color:#CC0000;
	vertical-align: middle;
    padding-bottom: 2px;
	display:inline-block;
	font-weight:bold;
}
#alsomenu img{
	margin:2px 0px 3px 0px;
	vertical-align: middle;
}