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

.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-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-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;
}
