.highlight {
	background-color: #FCCDFF;
/*	background-color: #D2FFA5;*/
	border: 1px solid #f00 !important;
}
.errorMsg {
	width: 100%;
	padding: 5px;
	margin: 0;
	border: 1px solid #FCCDFF;
	color: #fff;
	background-color: #ff0000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
}

label {
	margin-bottom: 0;
}
fieldset {
	border: .2rem solid #ced4da;
	padding: inherit;
	margin-bottom: 1.5rem;
}
legend {
	width: auto;
	padding: 0 .3rem;
}
.container.temak fieldset > .row {
	border-top: .2rem solid #dee2e6;
	padding: 0.5rem 0;
/*	margin: 0 .3rem;*/
	background: rgba(204, 204, 204, 0.20);
}
.container.temak fieldset > .row:hover {
	background: #fff;
}
.container.temak fieldset > .row .row {
	padding: 0.5rem 0;
}
/*
.container.temak fieldset > .row:nth-child(even) {background: #fff}
.container.temak fieldset > .row:nth-child(odd) {background: rgba(0,0,0,.05)}
*/


.toggle.btn {
	border:1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0;
}
.toggle-handle {
	border-color: #ced4da;
	background: #ced4da;
}
.col-pontszam,
.col-resztvetel {
	margin-top: .5rem;
}

.width-100 {
	width: 100%;
}

/* Bootstrap Toggle hack : BS3 to BS4  ced4da*/
