/* XPages Application CSS */
.TwoColumnCheckboxGroup { display: inline; }
.TwoColumnCheckboxGroup td { float: left; width: 49%; }


.openingsuren table td {
	padding: 0.30em;
}

.checkbox  {
	margin-top: 0;
}

@media only screen and (max-width: 450px) {

	.winkelmand-prod {
	 /* line-height: 30px;*/
	 }
	.winkelmand-prod-optie {
	/* line-height: 30px;*/
	  font-size: 0.7em;
	  color: grey;
	 }
}
@media only screen and (max-width: 767px) {
	
	.winkelmand-prod {
	  /*line-height: 30px;*/
	 }
	 .winkelmand-prod-optie {
	  /*line-height: 30px;*/
	  font-size: 0.7em;
	  color: grey;
	 }
}


@media only screen and (min-width: 900px) {
	
}
.space_30px {
     height: 30px;
  }

.btn-info {
	width: 100%;
	margin: 5px;
}

.labels {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 45px;
}

.Lijnlabels {
	font-weight: normal;
	font-size: 1em;
}


.headerLabel {
	font-weight: bolder;
	font-size: 1.4em;
}
.ProdTitel {
	font-weight: bold;
	font-size: 1.2em;
	color: black;
	text-decoration: underline;
}

div {
	padding-top: 5px;
	padding-bottom: 5px;
}

.sectionHeader {
	background-color: #dddddd;
	color: red;
	margin-bottom: 5px;
	width: 100%;
	font-size: 2em;
}
.prodLinebg {
	background-color: white;
}
.prodLineText {
	color: black;
	font-size: 0.7em;
	font-weight: bold;
}
.prodLineTextCB {
	color: black;
	font-size: 0.7em;
	padding: 1px;
	border: 0;
}
.prodLineTextCBRB {
	color: black;
	font-size: 0.85em;
	padding: 1px;
	border: 0;
}
.prodLineTextCB td{
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	}
.checkbox  {
	margin-top: 0;
}

.prodGroupTile {
	width: 100%;
	min-height: 200px;
	border: solid 1px grey;
	padding: 0;
	text-align: center;
	box-shadow: 3px 3px 3px grey;
}
.prodGroupText {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 80%;
	font-size: 1.2em;
}
.prodGroupImage {
	max-height: 80%;
	max-width: 100%;
	padding-top: 3px;
}

.prodLineTextTiles {
	color: black;
	font-size: 1em;
	font-weight: bold;
}
