html {
	height: 100%;
	background-color: #cfcfcf;
}

body {
	margin: 0;
	width: 100%;
	min-height: 100%;
	overflow: auto;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 0 100px 20px rgba(60, 60, 60, 0.23) inset;
	-webkit-box-shadow: 0 0 100px 20px rgba(60, 60, 60, 0.23) inset;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

#keret {
	padding: 10px 40px 0px 40px;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}

#footer {
	margin: 20px 0 0 0;
	height: 80px;
	border-top: 1px dashed #c20029;
	padding: 10px 30px 0 0;
	font-size: 0.8em;
}

input, select, select option {
	width: 100%;
	border: 1px solid #ccc;
	color: #000;
	padding: 6px 12px;
	margin-bottom: 10px;
	font-size: 0.8rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 700;
}

.custlink {
	padding: 3px 0;
	font-size: 0.8rem;
	color: #00518e;
	text-decoration: none;
	font-weight: 600;
}

.custlink:hover {
	text-decoration: underline;
}

th {
	text-align: right;
	font-size: 0.8em;
	font-weight: normal;
}

h1 {
	font-size: 1.6em;
}

p {
	font-size: 1rem;
}

.hiba, .hiba2 {
	color: #fff;
	font-weight: 600;
	padding: 10px;
	background-color: #af0000;
}

.hiba2 {
	width: 85%;
}

.kiemelt {
	font-weight: bold;
	font-style: oblique;
	font-size: 1em;
}

form {
	padding: 10px 0;
}

#logo {
	margin: 0 0 0 100px;
}

a img {
	border: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

label {
	font-size: 0.8rem;
	margin: 0 10px 0 0;
	font-weight: 400;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 4px;
	-webkit-transition: background-color 0.5s ease-out, border-color 0.5s
		ease-out;
	transition: background-color 0.5s ease-out, border-color 0.5s ease-out;
	text-transform: uppercase;
}

.btn-submit {
	color: #fff;
	font-weight: 600;
	background-color: #00518e;
	border: 1px solid transparent;
}

.btn-submit:hover, .btn-submit:focus {
	color: #00518e;
	background-color: #fff;
	border-color: #00518e;
}

input[type="checkbox"] {
	width: auto;
}

small {
	font-size: 75%;
}

.text-danger {
	color: #c20029;
	font-size: 0.8rem;
}

a:not (.btn ):active, a:not (.btn ):focus, input[type="checkbox"]:focus,
	input[type="radio"]:focus {
	outline-offset: 2px;
	outline: 2px solid #4a5ef5;
}

input:focus, textarea:focus, select:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #4a5ef5 !important;
	border-width: 2px;
}

.logo {
	display: block;
}

.has-error .help-block {
	font-size: 0.6rem;
	color: #c20029;
	margin: 0 0 10px 0;
	display: block;
}

.has-error input, .has-error textarea {
	border-color: #c20029;
}

table.form td {
	vertical-align: top;
}