@import url(https://fonts.googleapis.com/css?family=Glegoo|Montserrat);


body { 
	background-repeat: repeat-x; 
	background-color: #eee; 
	margin: 0px; 
	padding: 0px; 
	color: #222222; 
	font-size: 14px; 
	font-family: Montserrat, Verdana, Arial;
	font-weight: 400;
} 

/* űrlap fölötti címsor */
h1 { 
	color: #333333; 
	font-size: 18px; 
    font-family: 'Glegoo', arial;
	font-weight: 300;
}

h1 b { 
	color: #ff4400; 
	font-size: 17px; 
    font-family: 'Glegoo', arial;
}

/* sikeres módosítás esetén megjelenő sikerességről tájékoztató szöveg */
.sikeresh1 { 
	color: #009900; 
}

/* adatmódosító űrlapot tartalmazó div */
#adatmodositas { 
	margin: 40px; 
	padding: 20px; 
	margin-bottom: 3px; 
	max-width: 650px; 
	min-height: 100px;
	background-repeat: repeat-x; 
	background-color: #ffffff; 
	font-size: 14px; 
	color: #000000; 
	position: relative; 
	box-shadow: 0px 0px 6px rgba(128,128,127,.3);
}
* html #adatmodositas { height:100px;}

/* input mező */
.adathoz { 
	width: 346px; 
	background: #f3f3f3; 
	font-size: 14px; 
	border: 1px solid #cccccc; 
	color: #333333; 
	padding: 4px;
}

/* submit gomb */
.gomb { 
	width: 356px; 
	background: #ff8800; 
	font-size: 14px; 
	border: 1px solid #ff8800; 
	color: #ffffff; 
	font-weight: 400; 
	text-transform: uppercase;
	cursor: pointer; 
	padding: 6px; 
	line-height: 20px;
	margin-top: 2px;
	letter-spacing: 1px;
}
.gomb:hover { 
	background: #77b727; 
	border: 1px solid #77b727; 
	color: #ffffff; 
}

/* select mező */
.selecthez { 
	width: 356px; 
	background: #f3f3f3; 
	font-size: 14px; 
	border: 1px solid #cccccc; 
	color: #333333; 
	padding: 4px;
}
	
/* textarea */
.formtexthez { 
	background-color: #f3f3f3; 
	color: #000000; 
	width: 346px; 
	height: 110px; 
	font-size: 11px; 
	border: 1px solid #cccccc; 
	padding: 0px; 
	overflow: auto; 
	padding: 4px;
}

.adathoz:disabled,
.formtexthez:disabled,
.selecthez:disabled {
	background:transparent;
	border: none;
}


table {
    border-spacing: collapse;
}
td {
    padding: 0;
}
.rtd {
	width: 350px;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
	td {
		text-align: left;
        display: inline-block;
        width: 100%;
	}
	#adatmodositas { 
		margin: 10px; 
	}
	.adathoz, .formtexthez, .selecthez, .gomb, .rtd { 
		width: 100%;
	}
}