html {
	font-family: Tahoma;
	color: #4e4e4e;
	font-size: 13px;
	padding: 0;
	margin: 0;
	/*height: 100%;*/
	/*background: #113C61;*/
}

body {
	padding: 0;
	margin: 0;
	background: #f6f9fd;
	background: linear-gradient(to bottom, #e5eef7, #ffffff 100px) no-repeat;
}

.logo_or_product_name_agrotipp,
.logo_or_product_name_powerops,
.logo_or_product_name_foglalas,
.logo_or_product_name_dokumentum,
.logo_or_product_name_szervezet {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 203px 56px;
}

.logo_or_product_name_agrotipp span,
.logo_or_product_name_powerops span,
.logo_or_product_name_foglalas span,
.logo_or_product_name_dokumentum span,
.logo_or_product_name_szervezet span {
	display: inline;
}

@media all and (min-width: 880px) {
	.logo_or_product_name_powerops {
		background-image: url('images/powerops_logo.png');
		background-repeat: no-repeat;
		background-position: 0px 21px;
		background-size: 203px 56px;
	}
	.logo_or_product_name_szervezet {
		background-image: url('images/szervezet_logo.png');
		background-repeat: no-repeat;
		background-position: 0px 21px;
		background-size: 203px 56px;
	}
	.logo_or_product_name_foglalas {
		background-image: url('images/foglalas_logo.png');
		background-repeat: no-repeat;
		background-position: 0px 21px;
		background-size: 203px 56px;
	}
	.logo_or_product_name_dokumentum {
		background-image: url('images/dokumentum_logo.png');
		background-repeat: no-repeat;
		background-position: 0px 21px;
		background-size: 203px 56px;
	}
	.logo_or_product_name_ingatlan {
		background-image: url('images/ingatlan_nyilvantarto_logo.png');
		background-repeat: no-repeat;
		background-position: 0px 21px;
		background-size: 203px 56px;
	}
	.logo_or_product_name_agrotipp {
		background-image: url('images/powerops_agrotipp2.png');
		background-repeat: no-repeat;
		background-position: 0px 21px;
		background-size: 203px 56px;
	}
	.logo_or_product_name_agrotipp span,
	.logo_or_product_name_powerops span,
	.logo_or_product_name_szervezet span,
	.logo_or_product_name_foglalas span,
	.logo_or_product_name_dokumentum span,
	.logo_or_product_name_ingatlan span {
		display: none;
	}
}

.container {
	width: 100%;
	float: left;
}

.top_wrapper {
	width: 100%;
	float: left;
	/*height: 165px;*/
}

#error_msg_container {
	position: fixed;
	width: 100%;
	height: 40px;
	text-align: center;
}

.error_msg {
	display: none;
	padding: 8px 15px;
	color: white;
	background: #DF4A32;
	border: 1px solid white;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
	border-radius: 6px;
	cursor: pointer;
}

.middle_wrapper {
	width: 100%;
	float: left;
	/*height: 596px;*/
	margin-bottom: 20px;
}

.bottom_wrapper {
	float: left;
	width: 100%;
	height: 70px;
	background: #1b4971;
	background: linear-gradient(to bottom, #204f78, #113c61);
}

@media all and (min-width: 880px) {
	.bottom_wrapper {
		float: none;
		position: fixed;
		bottom: 0;
	}
	.middle_wrapper {
		margin-bottom: 90px;
	}
}

.database span {
	color: #f49139;
}

.version span {
	color: #21517b;
}

.aut_beleptet {
	display: inline-block;
	margin-bottom: 20px;
	color: #21517b;
	cursor: pointer;
	padding-left: 3px;
}

.aut_beleptet input {
	margin-top: 2px;
}

.nev_ekoz {
	font-size: 14px;
	color: #ffc591;
}

@media all {
	.logo_or_product_name_agrotipp,
	.logo_or_product_name_powerops,
	.logo_or_product_name_foglalas,
	.logo_or_product_name_dokumentum,
	.logo_or_product_name_szervezet,
	.logo_or_product_name_ingatlan,
	.database,
	.version {
		display: table-cell;
		vertical-align: top;
		float: left;
		line-height: normal;
		font-size: 16px;
	}
	.nyil {
		display: none;
	}
	.header {
		display: block;
		width: 96%;
		margin: 5px 2%;
	}
	.logo_or_product_name_agrotipp,
	.logo_or_product_name_powerops,
	.logo_or_product_name_foglalas,
	.logo_or_product_name_dokumentum,
	.logo_or_product_name_szervezet,
	.logo_or_product_name_ingatlan {
		width: 100%;
		color: #21517b;
		font-weight: bold;
	}
	.database {
		width: 100%;
		color: #cadaec;
	}
	.version {
		width: 100%;
		color: #cadaec;
	}
	.login_block_title {
		width: 100%;
		color: #21517b;
		font-size: 16px;
		height: 20px;
		padding: 50px 0 0 0;
		float: left;
		border-bottom: 1px solid #99bce8;
	}
	.sup_title {
		display: none;
	}
}

@media all and (min-width: 880px) {
	.logo_or_product_name_agrotipp,
	.logo_or_product_name_powerops,
	.logo_or_product_name_foglalas,
	.logo_or_product_name_dokumentum,
	.logo_or_product_name_szervezet,
	.logo_or_product_name_ingatlan,
	.database,
	.version,
	.nyil {
		display: table-cell;
		vertical-align: top;
		padding: 38px 0 32px;
		float: left;
		line-height: 20px;
		font-size: 16px;
		height: 20px;
	}
	.nyil {
		background: url("images/nyil.png") no-repeat;
		background-size: 11px 15px;
		padding: 15px 0 15px 11px;
		margin: 42px 0 0 0;
	}
	.header {
		width: 880px;
		margin: 0px auto;
	}
	.logo_or_product_name_agrotipp,
	.logo_or_product_name_powerops,
	.logo_or_product_name_foglalas,
	.logo_or_product_name_dokumentum,
	.logo_or_product_name_szervezet,
	.logo_or_product_name_ingatlan {
		width: 271px;
	}
	.database {
		width: 273px;
		padding-left: 40px;
	}
	.version {
		width: 234px;
		padding-left: 40px;
	}
	.login_block_title,
	.sup_title {
		width: 880px;
	}
	.sup_title {
		display: block;
		color: #bdd3ef;
		border-bottom: 1px solid #bdd3ef;
		font-size: 16px;
		height: 20px;
		padding: 20px 0 0 0;
		float: left;
	}
}

.ibutton,
.ibutton2 {
	text-decoration: none;
	padding: 7px 25px;
}

.ibutton {
	color: #95b7e2;
	border: 2px solid #95b7e2;
	line-height: 600%;
}

.ibutton:hover {
	background: #bfd5e9;
	color: #1f5686;
}

.ibutton2 {
	color: #f49139;
	border: 2px solid #f49139;
	line-height: 300%;
}

.ibutton2:hover {
	background: #efbf94;
	color: #884f1c;
}

::-webkit-input-placeholder {
	color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

input[type="text"],
input[type="password"] {
	margin-bottom: 20px;
	padding: 0;
	margin: 0;
}

input[type="text"],
input[type="password"] {
	line-height: 15px;
	font-size: 13px;
	border: none;
	background: none;
	outline: none;
	padding: 4px 0 3px;
}

input[type="checkbox"] {
	margin-top: 2px;
}

.input1,
.input2 {
	background-repeat: no-repeat;
}

.input1 {
	background-color: #94cee4;
	background-image: url("images/felhasznalonev_kep.png");
	background-size: 13px 14px;
	background-position: 10px 8px;
	margin-bottom: 25px;
}

.input2 {
	background-color: #acc9ed;
	background-image: url("images/jelszo_kep.png");
	background-size: 16px 12px;
	background-position: 10px 10px;
}

input[type="text"] {
	color: #267796;
}

input[type="password"] {
	color: #2c61a2;
}

.login_proper .ibutton2 {
	margin-top: 10px;
}

@media all {
	.input1,
	.input2 {
		border-radius: 10px;
		height: 22px;
		padding: 4px 0;
		margin: 5px 15%;
	}
	.middle {
		display: block;
		width: 96%;
		margin: 0 2%;
	}
	.login_block {
		display: block;
		float: left;
		width: 100%;
		/*margin-bottom: 30px;*/
	}
	.jelszo,
	.login_proper,
	.google {
		float: left;
		line-height: normal;
		text-align: center;
		margin: 10px 0;
	}
	.jelszo {
		width: 100%;
		float: left;
		background: url("images/gs_logo.png") no-repeat center center;
		background-size: 172px 104px;
		border-bottom: 1px dashed #ffcc9e;
	}
	.login_proper {
		width: 100%;
		float: left;
		border-bottom: 1px dashed #ffcc9e;
		padding-bottom: 20px;
	}
	.google {
		width: 100%;
		float: left;
		background: url("images/gs_logo.png") no-repeat center center;
		background-size: 172px 104px;
	}
	#google_button {
		background: url("images/google_login.png") no-repeat;
		background-size: 182px 40px;
		width: 182px;
		height: 40px;
		display: inline-block;
		margin-top: 20px;
	}
}

@media all and (min-width: 880px) {
	.input1,
	.input2 {
		border-radius: 10px;
		height: 22px;
		padding: 4px 0;
		margin: 0 0;
	}
	.input1 {
		margin-bottom: 25px;
	}
	.middle {
		width: 880px;
		margin: 0px auto;
	}
	.jelszo,
	.login_proper,
	.google {
		float: left;
		margin: 25px 0;
		padding: 15px 0;
		line-height: normal;
		height: 175px;
		text-align: center;
	}
	.login_block {
		width: 880px;
	}
	.jelszo {
		width: 193px;
		padding-left: 40px;
		padding-right: 40px;
		border-right: 1px dashed #ffcc9e;
		border-bottom: 0;
	}
	.login_proper {
		width: 233px;
		padding-left: 40px;
		padding-right: 40px;
		border-right: 1px dashed #ffcc9e;
		border-bottom: 0;
	}
	.google {
		width: 200px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.google_kep {
		margin-left: 10px;
	}
}

@media all {
	.logo,
	.cegnev,
	.honlap {
		display: table-cell;
		vertical-align: top;
		float: left;
		line-height: normal;
		font-size: 16px;
		color: white;
	}
	.valaszto {
		display: none;
	}
	.footer {
		display: block;
		width: 96%;
		margin: 5px 2%;
	}
	.logo {
		width: 100%;
		font-weight: bold;
		background: url("images/gs.png") no-repeat;
		background-size: 165px 33px;
	}
	.cegnev {
		width: 100%;
	}
	.honlap {
		width: 100%;
	}
	.honlap a {
		color: #f4a662;
		font-size: 13px;
		text-decoration: none;
	}
	.honlap a:hover {
		text-decoration: none;
		color: #f8b479;
	}
}

@media all and (min-width: 880px) {
	.logo,
	.cegnev,
	.honlap {
		display: block;
		float: left;
		line-height: normal;
		font-size: 16px;
	}
	.footer {
		width: 880px;
		margin: 0px auto;
	}
	.logo {
		width: 277px;
		height: 30px;
		margin: 22px 0 0;
		border-right: 1px dotted #f49139;
	}
	.cegnev {
		width: 220px;
		font-size: 13px;
		color: #94cee4;
		height: 15px;
		padding: 5px 40px 10px;
		margin: 22px 0 0;
		border-right: 1px dotted #f49139;
	}
	.honlap {
		width: 220px;
		height: 15px;
		padding: 5px 40px;
		margin: 22px 0 0;
		font-size: 13px;
	}
}

#suggested_products {
	width: 900px;
	height: 300px;
	border: 0;
	padding: 0;
	margin: 0 -20px;
	overflow: hidden;
	display: none;
}

@media all and (min-width: 880px) {
	#suggested_products {
		display: block;
	}
}