<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#welkom {
	padding				: 8px 0;
	height				: 240px;
	color				: #fff;
	background-color	: rgba(0, 0, 0, 0.75);
}

#welkomcta {
	min-height			: 320px;
	background-color	: rgba(0, 0, 0, 0.75);
}



.alinea.bestelformulier .stapFooter {
	text-align:right;
	margin-top:8px;
}

.controleformulier .button,
.alinea.bestelformulier .stapFooter .button {
	padding:4px;
	text-decoration:none;
	color:#fff;
	background-color:#f00;
}


.controleformulier .button:hover,
.alinea.bestelformulier .stapFooter .button:hover {
	color:#FFF;
	background-color:#000;
}













/* grote basket */

.JS_BigBasket_container[data-basketName=Public] input {
	width: 30px;
	text-align: right;
}

.JS_BigBasket_container[data-basketName=Public] .priceProperties {
	font-style: italic; /* todo : de font-set heeft geen italic */
}

.JS_BigBasket_container[data-basketName=Public] .basketPrice,
.JS_BigBasket_container[data-basketName=Public] .unitPrice,
.JS_BigBasket_container[data-basketName=Public] .priceProperties {
	text-align: right;
}


#JS_procesStappen .JS_procesStap {
	margin-bottom: 10px;
}

#JS_procesStappen .JS_procesStap .procesStapHeader {
	height: 30px;
	width: 100%;
	background-color: #ccc;
	line-height: 30px;
	text-indent: 5px;
}

#JS_procesStappen .JS_procesStap.JS_geweest .procesStapHeader {
	background-color: #666;
	color:#FFF;
	cursor: pointer;
}

#JS_procesStappen .JS_procesStap.JS_actief .procesStapHeader {
	background-color: #f00;
}

#JS_procesStappen .JS_procesStap.JS_gesloten .procesStapHeader {
	background-color: #666;
}


#JS_procesStappen .JS_procesStap.JS_gesloten .procesStapBody {
	display: none;
}

#JS_procesStappen .JS_procesStap.JS_geweest .procesStapBody {
	display: none;
}




#JS_procesStappen .JS_procesStap .JS_volgendeStap {
	background-color: #ccc;
}

#JS_procesStappen .JS_procesStap.JS_kanNaarVolgendeStap .JS_volgendeStap {
	background-color: #f00;
	cursor: pointer;
}















.bigbasket .basketLines {
	border-top			: #666 solid 1px;
	border-bottom		: #666 solid 1px;
	height				: 220px;
	overflow-y			: auto;
	overflow-x			: hidden;
	color:#000;

	background-color:#eee;
}

.bigbasket .basketLines table {
	border-collapse:collapse;
	border:none;
	margin:0;
	padding:0;
	font-size:12px;
}



.bigbasket .basketLinesHeader table th {
	text-align:left;
	font-size:12px;
	vertical-align:top;
}


.bigbasket .basketLinesHeader table th,
.bigbasket .basketLines table td {
	padding:4px;
}

.bigbasket .basketLines table td {
	color:#000;
}




.bigbasket .basketLinesHeader table th { width:240px; }
.bigbasket .basketLinesHeader table th+th { width:120px; }
.bigbasket .basketLinesHeader table th+th+th { width:40px; }
.bigbasket .basketLinesHeader table th+th+th+th { width:100px; }
.bigbasket .basketLinesHeader table th+th+th+th+th { width:50px; }
.bigbasket .basketLinesHeader table th+th+th+th+th+th { width:30px; }

.bigbasket .basketLines table td { width:240px; }
.bigbasket .basketLines table td+td { width:120px; }
.bigbasket .basketLines table td+td+td { width:40px; }
.bigbasket .basketLines table td+td+td+td { width:100px; }
.bigbasket .basketLines table td+td+td+td+td { width:50px; }
.bigbasket .basketLines table td+td+td+td+td+td { width:30px; }

.bigbasket .basketLinesFooter table td { width:510px; font-weight: bold; }
.bigbasket .basketLinesFooter table td+td { width:50px; text-align: right; }
.bigbasket .basketLinesFooter table td+td+td { width:30px; }



.bigbasket .basketLinesHeader table th+th,
.bigbasket .basketLines table td+td {
	border-left:#ccc solid 1px;
}


.bigbasket .basketLines table tr {
	height				: 20px;
}

.bigbasket .basketLines table tr:hover td {
	background-color:#ddd;
}

.bigbasket .basketLines table tbody tr+tr {
	margin-top:2px;
}

.bigbasket .basketLines table .button {
	width:20px;
	height:20px;
	display:block;
	text-align:center;
	vertical-align:middle;
	line-height:20px;
	text-decoration:none;
	float:left;
	color:#FFF;
	background-color:#666;
}

.bigbasket .basketLines table .button:hover {
	background-color:#f00;
	color:#fff;
}

.bigbasket .basketLines table input {
	width:40px;
	display:block;
	float:left;
}

.bigbasket .basketLines table .button+input,
.bigbasket .basketLines table input+.button {
	margin-left:4px;
}










.JS_bestelformulierValidatie span.label {
	width: 100px;
	display: inline-block;
}
.JS_bestelformulierValidatie .waarschuwing span.label {
	color: #f00;
}







.totalen th {
	text-align: left;
}

.totalen td {
	text-align: right;
	padding-left: 30px;
}
</pre></body></html>