@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600|Roboto:400,600|Lato:400,900&subset=latin,latin-ext);

*, *::before, *::after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
	background-color: #fff;
	font-size: 14px;
	width: 100%;
	font-family: "Open Sans", sans-serif;
	margin: 0;
	padding: 0;
}

a, button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cl::before,
.cl::after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
	height: 0 !important;
	line-height: 0px;
}

.fl { float: left; }
.fr { float: right; }
.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }
.tj { text-align: justify; }

.ib { display: inline-block; }

.centered { margin: 0 auto; text-align: center; }
.hidden { display: none; }
.noborder { border: none !important; }
.h100 { height: 100% !important; }
.w50p { width: 50% !important; }

/* MAIN */

body.index { height: 100%; }

.wrapper {
	width: 950px;
	margin: 0 auto;
}

header .logo {
	float: left;
	width: 220px;
}

header .logo img {
	height: 55px;
	float: left;
}

footer {
	padding: 30px 0;
}

footer:before {
	display: block;
	content: " ";
	background-color: rgb(3, 120, 31);
	border-top-color: rgb(204, 204, 204);
	border-top-style: solid;
	border-top-width: 5px;
	margin-bottom: 30px;
	height: 15px;
}

article {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px !important;
	font-weight: 400;
	margin-bottom: 30px;
	min-height: 400px;
}

article h2,article h3,article h4 {
	font-weight: 600;
	color: rgb(145, 196, 5);
}

article h3 {
	font-size: 18px !important;
	margin: 15px 0;
}

article h4 {
	font-size: 14px;
	margin: 15px 0;
}

.table1 {
	border-spacing: 10px;
	border-collapse: separate;
	margin: 0 auto;
	padding: 0;
	width: 400px;
}

.table1 tbody tr td {
	padding: 5px;
	min-width: 140px;
}

.table1 tbody tr td.input {
	padding: 0 !important;
	margin: 0;
}

.table1 tbody tr.l td:nth-child(1) {
	border-left: 3px solid #000;
	background-color: #efefef;
	vertical-align: top;
	color: rgb(3, 120, 31);
	max-width: 250px !important;
}

.table1 tbody tr.l td:nth-child(2) {
	max-width: 150px !important;
}

.table1 .phone {
	margin-top: 0;
	float: none;
	text-align: left;
	font-size: 24px;
}

.table1 input[type="text"] {
	padding: 5px;
	margin: 0;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 0;
	background: #fff;
	-webkit-appearance:none;
}

article a {
	font-weight: bold;
	text-decoration: none;
	color: rgb(3, 120, 31);
}

article a:hover {
	color: rgb(3, 120, 31);
}

article a.link::before {
	display: inline-block;
	font-size: 14px;
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0a9";
	padding-right: 5px;
}

.warn {
	padding: 10px 20px;
	margin: 10px;
	background-color: #b00;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.warn a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.copy {
	text-transform: uppercase;
	font-size: 11px;
	border-bottom: 1px dashed #ccc;
	cursor: pointer;
	color: rgb(3, 120, 31);
	font-weight: bold;
}

.vertical-text {
    width:1px;
    word-wrap: break-word;
    font-family: monospace; /* this is just for good looks */
    white-space: pre;/* this is for displaying whitespaces */
}

.table2 tbody tr td:first-child {
	border-left: 3px solid #000;
	background-color: #efefef;
	vertical-align: top;
	color: rgb(3, 120, 31);
	width: 500px !important;
}

.btn {
	background-color: rgb(3, 120, 31);
	border: 0;
	padding: 10px 15px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.btn:hover {
	color: #ccc;
}

header {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

header img {
	float: left;
}

header div.title {
	float: right;
	text-align: right;
}

header div.title p {
	padding: 0;
	margin: 5px 0 0;
}

header div.title h1 {
	padding: 0px;
	margin: 15px 0 0 0;
	color: #444;
}

.btn-big {
	display: inline-block;
	width: 45%;
	border: none;
	padding: 20px;
	background-color: rgb(3, 120, 31);
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

.btn-big:hover {
	color: #ccc;
}

p.error {
	background-color: #F6CECE;
	padding: 10px;
	text-align: center;
	display: block !important;
	min-width: 400px;
	margin: 10px auto !important;
}

p.ok {
	background-color: #D8F6CE;
	padding: 10px;
	text-align: center;
	display: block !important;
	min-width: 400px;
	margin: 10px auto !important;
}

.szamlak {
	margin: 20px 0;
	width: 100%;
	border: 1px solid black;
	font-size: 12px;
}

.szamlak th {
	background-color: #ccc;
}

.szamlak td, .szamlak th {
	border: 1px solid #000;
}

#osszeg {
	color: #000;
}

#fizetes {
	display: none;
}

tr.expired td {
	background-color: #F6CECE;
}

.tajekoztato {
	margin: 50px 0 20px;
	background-color: #eee;
	padding: 5px 15px;
	text-align: justify;
	font-weight: bold;
}

img.szamlakep {
	border: 1px solid #ccc;
}

.hidebutton button {
	display: none;
}
