@charset "utf-8";
/* CSS Document */

/* Datatables dark */
[data-bs-theme=dark] .table.fixedHeader-floating thead th {
	height: 40px;
	background-color: #323232;
	border-bottom: 15px solid #323232;
	color: #fff; 
	font-weight: 400;
}

[data-bs-theme=dark] .highcharts-title {
	color: #fff !important;
	fill: #fff !important;
}
[data-bs-theme=dark] .highcharts-yaxis-grid .highcharts-grid-line {
	color: #606060;
	fill: #606060 !important; 
	stroke: #606060 !important;
} 
[data-bs-theme=dark] .highcharts-data-label {
	stroke: #fff !important;
	
}
[data-bs-theme=dark] .highcharts-text-outline {
	stroke: #000000 !important; 
}
[data-bs-theme=dark] .highcharts-column-series {
/*	stroke: #fff !important;  */
}
[data-bs-theme=dark] text {
	fill: #ccc !important; 
}
[data-bs-theme=dark] .manuals {
	border-bottom: 1px solid #404040; 
}
[data-bs-theme=dark] .manuals:hover {
    color: #f1f1f1;
	background-color: #323232;
	border-bottom: 1px solid #404040; 
}

[data-bs-theme=light] .cogheader {
	background: url('../images/cogs.png')no-repeat right center;
}
[data-bs-theme=dark] .cogheader {
	background: url('../images/cogsdark.png')no-repeat right center;
}


/*  Planning dark */
/*  Dag/datumweergave moet zwart zijn */
.fc-col-header-cell-cushion {
    color: #000!important;
}

.fc .fc-timeline-header-row-chrono { /* a row of times */
	color: #ccc;
  }
.fc .fc-timeline-slot-frame {
	color: #ccc; 
	background-color: #2d3238;
  }
.fc .fc-timeline-slot {
	border: 1px solid #ccc;
  }

.manuals {
	border-bottom: 1px solid #eee; 
}
.manuals:hover {
    color: #2C2C2C;
	background-color: #ccc;
	border-bottom: 1px solid #eee; 
}

a,
a:hover,
a:focus {
    text-decoration: none;
}
