.mainSite .actionBar {
    
    position: absolute;
}

input[type=checkbox] {
	margin-top: 10px;
}

label.item {
	width:100%;
	font-size:16px;
	line-height:2em;
	font-weight:500;
	border-bottom:solid 1px #ddd;
	padding: 0 10px;
}

 label.item:hover {
	background-color: rgba(0,0,0,.04);
	cursor:pointer;
}

.prodDuur, .prodPrijs {
	text-align:right;
}

.prodOmschrijving {
	font-size:14px;
	font-weight:300;	
}

.scroler {
	padding:30px 15px;
	background-color: rgba(0,0,0,.04);
	border-radius: 50px;
	max-width: 100%;
	/* width: 100% !important; */
}

.terugcta.cta::after {
	content: "";
}
.scroler table {
	font-size:14px;
}

.scroler table td,
.scroler table th {
	background-color: transparent;
}

.scroler td:has(button) {
	padding: 8px 4px;
	border: none;
	text-align: center;
}
.scroler button {
	background-color: unset;
	padding: unset;
	color: #000;
	font-weight: 900;
}

.scroler-fixed {
}

.fixeded {
}

.bottomBorder {
	border-bottom:solid 1px #e3e3e3;
}

.buttonCta {
	display:block;
	padding:10px 30px;
	background-color:transparent;
	Font-weight:700;
	font-size:16px;
	color:#3d544a;
	border:solid 1px #3d544a;
	margin-top:15px;
	margin-bottom:15px;
	transition:all .7s;
}

.buttonCta:hover {
	Background-color: var(--color-sec);
	color:#FFFFFF;
}

.formList {
	overflow:auto;
	max-height:60vh;	
}

.timePicker {
	display: inline-block;
	border: solid 1px transparent;
	color: #000;
	transition: all .5s;
	margin: 5px;
	min-width: 80px;
	text-align: center;
	position: relative;
}

.datepicker table tr td
{
transition: all .5s;
}

.legenda {
	margin-top: 15px;
	line-height: 1.9em;
	display: block;
}

.timePicker:hover {
	background-color: var(--color-black);
	color: var(--color-white);
	border-radius: 10px;
}

.timePicker.active {
	background-color: var(--color-black);
	color: var(--color-white);
	border-radius: 25px;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
	cursor:pointer;
	background-color: #000!important;
    color: #fff!important;
}

.datepicker table tr td.active.active:hover {
	background-color:#000;
	color:#fff;	
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active
{
	background-color: #000 !important;
	color: #fff !important;
}

.datepicker table tr td span.active.active {
	background-color: #000 !important;
	color: #fff 
}

.mainSite #datumButton {
	display: block;
	margin-left: auto;
}

.keuzeLijst
{
	min-height: 55vh;
	transition: all .5s ease-in-out;
	margin-top: 50px;
	
}

.keuzeLijstHidden
{
	opacity:0;
    width: 0;
    overflow: hidden;
    padding: 0;
    min-height: 0px;
	display: none;
	
}

.datumKiezer {
	margin-top: 30px;
}

.keuzeLijst h3 {
	margin-top: 25px;
}

.keuzeLijst select {
	border-radius: 5px;
}

.mainSite form input.form-control,
.mainSite form select.form-select {
    height: 45px;
	padding: 5px 20px;
}

.mainSite form .form-control,
.mainSite form select.form-select {
    background-color: #fff;
    /* border: 1px solid  rgba(0,0,0,20%); */
    border: none;
    border-radius: 50px;
    padding: 20px;
    box-shadow: none;
    background-color: rgba(0,0,0,.04);
}

.mainSite form select.form-select {
	padding: 5px 20px;
}

.mainSite form textarea.form-control {
	min-height: 165px;
    border-radius: 25px;
}

.mainSite .datepicker table tbody,
.mainSite .datepicker table thead {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.mainSite .datepicker table tr {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.mainSite .datepicker table tr>td,
.mainSite .datepicker table tr>th {
	display: block;
	margin: 2px;
	border-radius: 5px;
	text-align: center;
	padding: 3px 5px;
	border-radius: 5px;
}

.mainSite .datepicker table tr>th.datepicker-switch {
	width: calc(100% - 50px);
}

.mainSite .datepicker table tr>th:first-of-type,
.mainSite .datepicker table tr>td:first-of-type {
	line-height: 2.2em;
	font-weight: bold;
	font-size: 0.7em;
	width: 25px;
}

.mainSite .datepicker table tr>td:first-of-type:has(span) {
	width: 100%;
	height: 235px;
}

.mainSite .preview {
    color: #000;
    text-align: center;
	font-size: .9em;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.mainSite .preview .color {
	width: 25px;
	height: 25px;
	border-radius: 5px;
	margin-right: 10px;
}

.mainSite .preview .color.yellow {
    background-color: #f5e1bb;
}


.mainSite .preview .color.green {
    background-color: #9fcb9056;
}

.mainSite .preview .color.red {
	color: #7f3737ba;
    background-color: #ce989856;
}

.mainSite .preview .color.gray {
    background-color: none;
    color: #777777;
	border: 1px solid #a8a8a856;
}

.datepicker table tr td.day:not(.disabled):not(.today) {
    color: #000;
    background-color: #9fcb9056;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover
{
    color: #777777;
    background-color: #ffffff00;
}

.datepicker table tr td.disabled.disabled-date, .datepicker table tr td.disabled.disabled-date:hover,
.datepicker table tr td.disabled.disabled-date.new, .datepicker table tr td.disabled.disabled-date.new:hover
{
	color: #7f3737ba;
    background-color: #ce989856;
}

.datepicker table tr td.nietbeschikbaar, .datepicker table tr td.nietbeschikbaar:hover
{
    color: #777777;
    background-color: none;
    border-radius: 0;
}

.datepicker table tr td.today {
    background-color: #f5e1bb !important;
	border: unset !important;
	border-radius: 5px !important;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
  background: none;
}


@media (min-width: 768px) {
	.datumKiezer {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.keuzeLijstHidden
	{
		display: block;
		opacity:0;
		width: 0;
		overflow: hidden;
		padding: 0;
		max-height: 100vh;
		
	}
	
.scroler {
	/* border:solid 1px #e3e3e3; */
	min-height: 30vh;
	padding: 30px;
	max-height: 70vh;
	border: none;
}
	
.scroler-fixed {
 	position:fixed;
	top:10px;
}

.fixeded {

	max-height:none;
	position:static;
	overflow:visible;
	top:-20px;
}
}







