@charset "utf-8";
body{
	font-family: Arial, Helvetica, sans-serif;
	background: #669999;
	overflow: scroll;
	text-align: center;
	color: black;
}

input[type="text"], input[type="password"], textarea{
	border: 1px solid #373737;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

input[type="text"], input[type="password"]{
	width: 200px;
	padding: 10px;
}

textarea{
	resize: none;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus{
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 3px #373737;
	-moz-box-shadow: 0px 0px 3px #373737;
	box-shadow: 0px 0px 3px #373737;
}

#oldal_tarolo{
	margin: 0 auto;
	width: 950px;
	height: auto;
}

.panel{
	border: 1px solid #878787;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 3px #373737;
	-moz-box-shadow: 0px 0px 3px #373737;
	-webkit-box-shadow: 0px 0px 3px #373737;
	background: white;
}

.kerdoiv_elem{
	border: 1px dashed #373737;
	padding: 10px;
	text-align: left;
	margin-bottom: 30px;
	box-shadow: 4px 4px 0px #878787;
	-moz-box-shadow: 4px 4px 0px #878787;
	-webkit-box-shadow: 4px 4px 0px #878787;
}

.kerdoiv_elem_sorszam{	
	float: left;
	margin-top: 1px;
	margin-right: 10px;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 3px #373737;
	-moz-box-shadow: 0px 0px 3px #373737;
	-webkit-box-shadow: 0px 0px 3px #373737;
}

.kerdoiv_elem_sorszam span{
	font-size: 12px;
}

.kerdoiv_elem_sorszam p{
	margin: 0;
	line-height: 40px;
	font-weight: bold;
}

.kerdoiv_elem_focim_div{
	display: inline-block;
	margin-bottom: 15px;
	width: 325px;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 3px #373737;
	-moz-box-shadow: 0px 0px 3px #373737;
	-webkit-box-shadow: 0px 0px 3px #373737;
}

.kerdoiv_elem_focim{
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 40px;
}

.kerdoiv_elem_alcim_div{
	margin-bottom: 15px;
}

.kerdoiv_elem_alcim_div p{
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 18px;
}

.kerdoiv_elem_alcim_div span{
	display: block;
	font-size: 17px;
	margin: 3px 0;
}

.kerdoiv_elem_alcim{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.kerdoiv_elem_alcim span{
	font-size: 20px;
}

.kerdoiv_elem textarea{
	width: 500px;
    height: 100px;
	padding: 10px;
}

.kotelezo_div, .kitoltes_visszajelzes, .figyelmezteto_div{
	float: right;
	height: 20px;
	width: 20px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 3px #373737;
	-moz-box-shadow: 0px 0px 3px #373737;
	-webkit-box-shadow: 0px 0px 3px #373737;
}

.kotelezo_div img, .kitoltes_visszajelzes img{
	margin-top: 3px;
}

.kitoltes_visszajelzes{
	margin-right: 10px;
}

.figyelmezteto_div{
	display: none;
	width: 200px;
	margin-right: 10px;
	font-size: 10px;
}

.figyelmezteto_div p{
	line-height: 20px;
	font-weight: bold;
	margin: 0;
}

#kerdoiv_doboz_kulso_div{
	margin-top: 25px;
	padding-top: 30px;
	border-top: 1px solid silver;
}

.kerdoiv_doboz{
	width: 330px;
	height: 50px;
	margin: 0 auto 20px auto;
	background-color: #2C502E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.kerdoiv_doboz a{
	display: block;
	text-decoration: none;
	line-height: 50px;
	border: 1px solid #526018;
	color: #D2C643;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #526018;
	-moz-box-shadow: 0 0 5px #526018;
	box-shadow: 0 0 5px #526018;
}

.kerdoiv_doboz a:hover{
	font-weight: bold;
	text-transform: uppercase;
	background: linear-gradient(180deg,#2C502E,#232A10);
	color: white;
	border: 3px outset silver;
	-webkit-box-shadow: 0 0 10px #C85C00;
	-moz-box-shadow: 0 0 10px #C85C00;
	box-shadow: 0 0 10px #C85C00;
}

.kerdoiv_elem_feladat_div{
	padding: 10px 0 10px 0;
}

.textInput_div input, #checkbox_egyeb_szoveg{
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.checkbox_label_div{
	margin-top: 5px;
	margin-bottom: 5px;
}

.checkbox_label_div input[type="text"]{
	width: 200px;
	padding: 0;
	border-width: 1px;
	border-style: none none dotted none;
	border-color: #373737;
	background: transparent;
	letter-spacing: 1px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.checkbox_label_div input[type="text"]:focus{
	font-weight: bold;
	box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
}

.checkbox_csoport_div input[type="checkbox"] {
    display:none;
}

.checkbox_csoport_div input[type="checkbox"] + label span {
    display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
    width: 18px;
    height: 18px;
    background: url("../kepek/chbox.png");
	background-size: 18px 18px;
    cursor: pointer;
}

.checkbox_csoport_div input[type="checkbox"]:checked + label span {
    background: url("../kepek/chbox_checked.png");
	background-size: 18px 18px;
}

.select_div{
	overflow: hidden;
	width: 280px;
	border: 1px solid #526018;
	background: url(../kepek/lefele_nyil.png) no-repeat right transparent;
	background-size: 10%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.select_div select{
	width: 300px;
	padding: 7px;
	font-size: 13px;
	font-weight: bold;
	border: 0;
	background:transparent;
	cursor: pointer;
}

.gomb{
	width: 220px;
	height: 30px;
	border: 1px solid #373737;
	cursor: pointer;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

.gomb:hover{
	font-weight: bold;
	border: 2px solid #669999;
	background: #EFF4F4;
}

#fejlec_div{
	margin: 0 auto;
	width: 900px;
	height: 134px;
	margin-bottom: 5px;
	padding: 10px;
}

.fejlec_kep_div{
	display: table-cell;
	vertical-align: middle;
	height: 134px;
}

#fejlec_szoveg_div{
	display: table-cell;
	vertical-align: middle;
	width: 602px; /*593px */
	height: 134px;
}

#fejlec_szoveg_div p{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #878787;
}

#fooldal{
	margin-top: 25px;
}

#fooldal_azonosito_szoveg{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#fooldal_azonosito_input{
	width: 300px;
	height: 60px;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#fooldal_hiba_div{
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid #700000;
	box-shadow: 4px 4px 0 #BB0000;
}

#fooldal_hiba_div p{
	font-weight: bold;
}

#adatok_ellenorzese_gomb_div{
	margin-top: 25px;
}

#gordulo_panel_azonosito_ora_div{
	position: relative;
	margin: 5px auto;
	padding: 5px 0;
	height: 50px;
	background: #EFF4F4;
}

#gordulo_panel_azonosito_div{
	display: inline-block;
	
	height: 50px;
	border-right: 1px solid #878787;
	text-align: right;
}

#gordulo_panel_azonosito_div p{
	margin: 0;
	padding: 0 20px 0 0;
	line-height: 50px;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 1px;
}

#gordulo_panel_ora_div{
	display: inline-block;
	
	height: 50px;
	border-left: 1px solid #878787;
	text-align: left;
}

#gordulo_panel_ora_div p{
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 50px;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 1px;
}

#gordulo_panel_figyelmeztetes_div{
	display: none;
	position: relative;
	height: 50px;
	margin: 5px auto;
	padding: 5px 0;
	border: 1px solid #700000;
	box-shadow: 0 0 5px #700000;
	background: #bb0000;
	color: #FFFFFF;
}

#gordulo_panel_figyelmeztetes_div p{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 50px;
}

#torzs{
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: auto;
	padding: 0 10px;
}

#torzs_cim, .hiba_szoveg{
	margin: 0px auto 25px auto;
	letter-spacing: 1px;
	font-variant: small-caps;
	border-bottom: 1px solid #878787;
	padding: 20px;
}

.hiba_szoveg{
	margin: 25px auto;
	font-weight: bold;
}

#torzs_szoveg_div{
	background: #EFF4F4;
	padding: 10px;
	border: 1px dashed #669999;
}

#tartalom_bevezeto_szoveg, #tartalom_kiegeszito_szoveg{
	text-align: justify;
}

ul.lista{
	list-style-type: none;
	text-align: left;
}

#bejelentkezes_div, #jelszo_modositasa_div{
	width: 450px;
	height: 202px;
	margin: 0 auto 30px auto;
}

#jelszo_modositasa_div{
	height: 355px;
}

#jelszo_modositasa_atiranyito_div a:hover{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 1px;
	color: white;
	box-shadow: 0 0 5px #C85C00;
	-moz-box-shadow: 0 0 5px #C85C00;
	-webkit-box-shadow: 0 0 5px #C85C00;
}

#bejelentkezes_form, #jelszo_modositasa_form{
	width: 400px;
	margin: 30px auto;
}

.form_elem{
	display: inline-block;
	margin-bottom: 10px;
}

.form_elem label{
	float: left;
	width: 124px;
	padding: 10px;
	text-align: right;
	margin-right: 5px;
	margin-left: -25px;
	text-shadow: 1px 1px 2px #010101;
}

#bejelentkezes_gomb, #jelszo_modositasa_gomb{
	width: 195px;
	margin-top: 7px;
}

#jelszo_modositasa_gomb{
	margin-top: 20px;
}

#bejelentkezes_kuldes_div{
	margin: 0 auto;
	margin-top: 10px;
	width: 200px;
}

#jelszo_modositasa_atiranyito_div{
	margin-top: -20px;
	margin-bottom: 33px;
}

#jelszo_modositasa_atiranyito_div a{
	margin: 0 auto;
	display: block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #526018;
	color: #D2C643;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 5px #526018;
	-moz-box-shadow: 0 0 5px #526018;
	-webkit-box-shadow: 0 0 5px #526018;
}

#adatlap_div{
	display: table;
	border-width: 1px;
	border-style: dotted dotted none dotted;
	border-color: #878787;
	margin: 25px auto;
}

.adatlap_sor{
	display: table-row;
}

.adatlap_elem1{
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px dotted #878787;
	border-right: 1px dotted #878787;
	padding: 7px;
}

.adatlap_elem2{
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px dotted #878787;
	padding: 7px;
	font-weight: bold;
}

#adatlap_gombok_div{
	border-top: 1px solid #878787;
	padding-top: 25px;
	padding-bottom: 15px;
}

#nem{
	float: left;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#igen{
	float: right;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#megjelolt_szakok_tablazat{
	margin-top: 7px;
	border: 1px solid #373737;
	border-collapse: collapse;
}

#megjelolt_szakok_tablazat tr, th, td{
	border: 1px solid #373737;
	border-collapse: collapse;
	padding: 7px;
}

#megjelolt_szakok_tablazat td{
	font-weight: normal;
}

#kerdoiv_form{
	clear: both;
	margin-bottom: 0;
	padding-top: 30px;
}

.kerdoiv_tablazat{
	display: table;
	width: 100%;
	text-align: center;
	box-shadow: 0px 0px 5px #373737;
	-moz-box-shadow: 0px 0px 5px #373737;
	-webkit-box-shadow: 0px 0px 5px #373737;
}

.kerdoiv_tablazat_sor{
	display: table-row;
	border: 1px solid #878787;
	padding: 5px;
}

.kerdoiv_tablazat_cella{
	display: table-cell;
	border-bottom: 1px solid #878787;
	border-right: 1px solid #D7D7D7;
	padding: 6px;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.kerdoiv_tablazat_cella input[type="radio"] {
	display: none;
}

.kerdoiv_tablazat_cella label{
	border: 1px dotted #373737;
	padding: 2px 7px;
	cursor: pointer;
}

.kerdoiv_tablazat_cella input[type="radio"]:checked + label {
	border: 1px solid #373737;
	background: #EBEBEB;
	font-weight: bold;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

#kerdoiv_tablazat_fejlec{
	background-color: #C3C3C3;
	font-weight: bold;
}

#kerdoiv_tablazat_sorszam{
	font-weight: bold;
}

#kerdoiv_tablazat_kerdes{
	text-align: left;
	width: 700px;
}

.radiobutton_megjelenes{
	margin-top: 11px;
	margin-bottom: 11px;
}

.radiobutton_megjelenes input[type="radio"] {
	display: none;
}

.radiobutton_megjelenes label{
	border: 1px dotted #2C502E;
	padding: 2px 7px;
	cursor: pointer;
}

.radiobutton_megjelenes input[type="radio"]:checked + label {
	background: #EBEBEB;
	border: 1px solid #373737;
	font-weight: bold;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

.radiobutton_megjelenes span{
	padding-left: 5px;
}

#hibak_div{
	display: none;
	margin: 30px auto;
	border: 1px solid #BB0000;
	padding: 10px;
	box-shadow: 4px 4px 0px #BB0000;
	-moz-box-shadow: 4px 4px 0px #BB0000;
	-webkit-box-shadow: 4px 4px 0px #BB0000;
}

#hibak_kep_div{
	margin-top: 5px;
	margin-bottom: -5px;
}

#hibak_szoveg_div{
	width: 100%;
}

#hibak_szoveg_p{
	font-weight: bold;
	margin: 20px 0 0 0;
}

#hibak_szoveg_p span{
	color: red;
}

#hibak_szovegmezo_div{
	margin: 0 auto 10px auto;
	width: 500px;
	padding: 20px 10px;
	border: 1px solid #373737;
	box-shadow: 0 0 5px #878787;
	-moz-box-shadow: 0 0 5px #878787;
	-webkit-box-shadow: 0 0 5px #878787;
}

#hibak_szovegmezo_div ul{
	margin: 0 auto;
	list-style-type: none;
}

#hibak_szovegmezo_div li{
    margin: 5px 0 5px -40px;
	font-weight: bold;
}

#hibak_szovegmezo_div p{
	display: block;
	margin: 0;
}

#kuldes_gomb_div{
	margin: 0 auto -14px auto;
	border-top: 1px solid silver;
}

#kuldes_gomb{
	margin-top: 25px;
}

#kiegeszito_div p{
	margin: 0 auto 30px auto;
}

#bongeszok_div{
	display: inline-block;
	height: 50px;
	margin-top: 5px !important;
}

#javasolt_bongeszok_kulso_div{
	display: inline-block;
	width: 457px;
	height: 50px;
	margin: 0 auto;
}

#javasolt_bongeszok_belso_div{
	display: inline-block;
	margin: 0 auto;
}

#javasolt_bongeszok_belso_div p, #hasznalt_bongeszo_belso_div p{
	display: inline-block;
	line-height: 50px;
	margin: 0;
}

#javasolt_bongeszok_kepek_div, #hasznalt_bongeszo_kep_div{
	display: inline-block;
	vertical-align: middle;
}

#hasznalt_bongeszo_kulso_div{
	display: inline-block;
	margin: 0 auto;
	width: 457px;
	height: 50px;
}

#hasznalt_bongeszo_belso_div{
	display: inline-block;
	height: 50px;
	margin: 0 auto;
}

#lablec_div{
	clear: both;
	width: 900px;
	margin: 5px auto;
	height: 30px;
	padding: 10px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

#lablec_div p{
	line-height: 30px;
	margin: 0;
	padding: 0;
}

#visszaszamlalas_szoveg{
	line-height: 30px;
}

#visszaszamlalas_szoveg div{
	display: inline-block;
	width: 50px;
	height: 30px;
	font-weight: bold;
	border: 1px solid #878787;
}

#lablec_gombok_kulso_div{
	border-top: 1px solid silver;
}

#lablec_gombok_belso_div{
	margin: 30px 0 20px 0;
}

#utolso_modositas{
	float: right;
	font-size: 9px;
	margin-top: -5px;
	margin-right: 10px;
	text-shadow: 0px 0px 1px #C85C00;
}