
.actoverzicht {
	position: absolute;
	background-color: #ccccff;
	width: 190px;
	height: 800px;
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 5px;
}

.programma-toolbar {
	background-color: #ffffff;
	border: solid 1px #d9d9e6;
	padding: 8px 10px;
	margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
}

.programma-toolbar-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.programma-toolbar-button {
	display: inline-block;
	padding: 6px 10px;
	border: solid 1px #0095da;
	background-color: #ffffff;
	color: #0095da;
	text-decoration: none;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.2;
}

.programma-toolbar-button:hover {
	background-color: #0095da;
	color: #ffffff;
	text-decoration: none;
}

.programma-toolbar-day.is-current {
	background-color: #0095da;
	color: #ffffff;
	cursor: default;
}

.programma-toolbar-day.is-current:hover {
	background-color: #0095da;
	color: #ffffff;
}

.programma-toolbar-notice {
	color: #cc0000;
	font-size: 13px;
	line-height: 1.2;
}

@media screen and (max-width: 650px) {
	.programma-toolbar {
		padding: 8px;
		gap: 6px;
	}

	.programma-toolbar-button {
		font-size: 12px;
		padding: 5px 8px;
	}

	.programma-toolbar-notice {
		width: 100%;
	}
}

.actoverzicht-comment {
	font-style: italic;
	color: grey;
}

/* ps in feite de tooltip geworden */
.helper-info {
	position: absolute;
	bottom: -90px;
	background-color: white;
	border: solid 1px black;
	padding: 4px;
	z-index: 1000000;
}



.remove-button {
	position: absolute;
	right: 2px;
	top: 2px;
	color: red;
	cursor: pointer;
}

.draggable-act {
	background-color: #ccccff;
}

.actoverzichtUl {
	list-style: none;
	padding-left: 0;
}

.nietIngepland {
	color: red;

}
.actInOverzicht {
	padding: 4px;
	cursor: grab;
}

.programma-background {
	background-color: #eeeeff;
	position: relative;
	left: 200px;
}

.programma-stage-ct {
	position: absolute;
	top: 0;
}

.programma-time-column {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	pointer-events: none;
	z-index: 5;
	height: 100%;
}

.programma-time-column-topspacer {
	background-color: #ffffff;
}

.programma-time-item {
	border-top: solid 1px #d3d3d3;
	height: var(--programma-time-slot-height);
}

.programma-time-item-heel-uur {
	font-weight: bold;
	border-top: solid 1px #000;
}

.programma-time-item-label {
	font-size: 7pt;
	position: relative;
	top: -5px;
	left: 4px;
	padding: 0;
	color: #444;
	white-space: nowrap;
}

.programma-time-end-label {
	font-size: 7pt;
	position: absolute;
	left: 4px;
	bottom: -5px;
	color: #444;
	white-space: nowrap;
}

.programma-time-grid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.programma-time-grid-item {
	border-top: solid 1px rgba(0,0,0,0.15);
	height: var(--programma-time-slot-height);
}

.programma-time-grid-item-heel-uur {
	border-top: solid 1px rgba(0,0,0,0.5);
}

.programma-column-header {
	background-color: #eeeeff;
	/*border: solid black 1pt;*/
	padding: 10px 2px;
	text-align: center;
	font-family: Arial Narrow,Arial,sans-serif;
	font-size: 10pt;
}

.programma-column-header-alt-bgcolor {
	background-color: white;
}

.programma-zone {
	border: solid black 1pt;
}

.programma-act {
	border: solid black 1pt;
	background-color: rgba(192, 193, 255, 0.6);
	font-family: Arial Narrow,Arial,sans-serif;
	font-size: 9pt;
	z-index: 100;
	cursor: grab;

}

.programma-act.selected {
	border: solid red 2px;
}

.programma-act-opmerkingen {
	background-color: blue;
	color: white;
	font-weight: bold;
	border-radius: 10px;
	padding: 0 6px;
	cursor: pointer;
}

.programma-act-verwijderd {
	background-color: rgba(0,0,0,.4);
	background-image: linear-gradient(transparent 50%, rgba(255,255,255,.3) 50%);
	background-size: 50px 10px;
}

.act-error {
	background-color: rgba(255, 192, 193, 0.6);
}

.ui-resizable-s {
	/*background-color: red;*/
}

.programma-act-titel {
	display: inline-block;
}

.programma-error {
	background-color: #fff2f2;
	border: solid 1px #cc0000;
	color: #7a0000;
	padding: 12px;
}
