html, body{
	margin: 0 0 30px;
	padding: 0;
	font-family: HelveticaNeueLTStd-Lt;
	font-weight: normal;
	background-color: lightblue;
}

a, a:hover{
	text-decoration: none;
	color: #000000;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="checkbox"], input[type="password"]{
	width: 100%;
	padding: 5px;
	margin: 0 0 15px;
	border: 1px solid #666666;
	max-width: 500px;
}

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

input[name='name']{
	text-transform: capitalize;
}

textarea{
	width: 100%;
	height: 200px;
}

h1{
	padding-left: 1rem;
}

form{
	width: 100%;
}

.hidden{
	display: none;
}

.fullwidth{
	width: 100%
}

.highlight{
	background-color: rgba(66,133,244, 0.1) !important;
}

.warning{
	border: 1px solid #ff0000 !important;
}

.required_field{
	font-size: 13px;
	color: #ff0000;
	display: none;
}

.boldtext{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.whitebg{
	background-color: #ffffff;
}

.meresiadatok input[type="text"]{
	padding: 2px 5px;
	margin: 0px;
	border: 0px solid #666666;
}

.meresiadatok .borderedinput{
	border: 1px solid #666666 !important;
}

.border_bottom{
	border-bottom: 1px solid #666666;
}

.meresiadatok .datatable .row{
	border-bottom: none;
}

.datatable .headerrow{
	font-size: 18px;
	font-weight: bold;
}

.button{
	display: inline-block;
    border: 1px solid black;
    padding: 5px 15px;
    background-color: #ffffff;
	color: #666666;
	transition: background 0.5s;
	cursor: pointer;
}

.button:hover{
	background-color: #666666;
	color: #ffffff;
}

table, tbody, tr{
	border: none !important;
}

.borderdtd{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

.borderedright{
	border-right: 1px solid #666666;	
}

.borderedbottom{
	border-bottom: 1px solid #666666;	
}

.marginbottom{
	margin-bottom: 30px;
}

.togglebtn{
	padding: 15px;
	background-color: #02a0d2;
}

.collapsediv{
	padding: 15px;
}

.popupwindow{
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	display: inline-block;
	padding: 10px 20px;
	opacity: 0;
	background-color: #00ac24;
	border:1px solid #027d1c;
	border-radius: 5px;
	color: #ffffff;
}



