.selectable {
	cursor: pointer;
}

.feestdag{
	background-color: red;
	font-weight: bold;
	cursor: pointer;
}

.user_self{
	background-color: green;
	color: #fff;
}

.user_other{
	background-color: red;
	color: #fff;
}





.invoer_arts{
	cursor: pointer;
	width: 100px;
}
.invoer_arts_beheer{
	cursor: pointer;
	width: 100px;
}

.weektable{
	border: 1px solid #181073;

}

.weektable td{
	border-bottom: 1px solid #181073;
	width: 100px; !important;
}

.weektable th{
	background-color: #181073;
	color: #fff;
}

.weektable{
	width: 430px;
}

.dag{
	width: 150px;
}

#planner_editor{
	border:1px solid #181073;
    min-height: 200px;
    left: 500px;
    min-width: 400px;
    position: absolute;
    top: 350px;
    z-index: 2;
    background-color: #fff;
    display: none;
}

#planner_editor_beheer{
	border:1px solid #181073;
    min-height: 200px;
    left: 500px;
    min-width: 400px;
    position: absolute;
    top: 350px;
    z-index: 2;
    background-color: #fff;
    display: none;
}

#planner_feestdag{
	border:1px solid #181073;
    min-height: 200px;
    left: 500px;
    min-width: 400px;
    position: absolute;
    top: 350px;
    z-index: 2;
    background-color: #fff;
    display: none;
}

#editor_container{
	padding: 40px;
	margin-left: 20px;
}

#editor_container_feestdag{
	padding: 40px;
	margin-left: 20px;
}

#exit{
	bottom: 5px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

#exit_beheer{
	bottom: 5px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

#exit_feestdag{
	bottom: 5px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.feestdag{
	background-color: red;
	font-weight: bold;
	cursor: pointer;
}

.user_self{
	background-color: green;
	color: #fff;
}

.user_other{
	background-color: red;
	color: #fff;
}

.beheer{
	cursor: pointer;
}


.dag_beheer{
	cursor: pointer;
}

#editor_content{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 12px;
}


#editor_content_feestdag{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 12px;
}

.invoer_arts img{
	margin-left: 40px;
}

.beheer img{
	margin-left: 40px;
}
