.content-agenda
{
	background-color: #fff;
	padding: 0;
	min-height: 400px;
	/*margin: 0 -50px; geeft een probleem op 1024 */
}

.ctr-agendaheader
{
	border-bottom: 1px solid #022e46;
	margin: 5px 0 0 0;
}

.ctr-agendaheader .ctr-icon
{
	width:100%;
	height:50px;
}

#ctr-accountswitch {
	position: absolute;
	top: 23px;
	left: 150px;
	width: 200px;
}

#ctr-downloadpdf {
	position: absolute;
	top: 23px;
	left: 400px;
	right: auto;
	/*width: 200px;*/
}

#ctr-ctr-agenda {
	/*height: 700px;*/
	overflow-y: auto;
	overflow-x: hidden;
}

#ctr-agenda
{
}

.row {
	padding: 0 10px 0 15px;
}

.row:hover,
.row.focus {
	background-color: rgba(34, 153, 209, 0.1);
}

.ctr-agendaheader .row:hover,
.ctr-agendaheader .row.focus {
	background: none;
}

.ctr-input,
.ctr-select {
	position: relative;
}

.ctr-input input,
.ctr-select select {
	z-index: 998;
}

.ctr-input input.focus,
.ctr-select select.focus {
	border-bottom: 2px solid #022E46;
}

.weekend {
	height: 1px;
	border-bottom: 1px solid #022e46;
}

.weekend:first-child {
	height: 1px;
	border: none;
}

/* col */

.col {
	flex: 0 1 16%;
	padding: 10px 0;
}

.col .ctr-input {
	flex: 0 0 40%;
}

.col.small {
	flex: 0 1 9%;
}

.col.small .ctr-input {
	flex: 0 0 70%;
}

.col .ctr-select {
	flex: 0 0 80%;
}

.col input,
.col.small input {
	width: 100%;
	margin: 0;
	text-align: center;
	background-color: #fff;
}

.col select {
	width: 100%;
	margin: 0;
	background-color: #fff;
}

.col input.missing,
.col select.missing {
	color: #aaa;
}

/* col, specifics */

.col-date
{
	flex: 0 0 24%;
}

.col-foot,
.col-scooter,
.col-pt,
.col-weather
{
	background-color: rgba(34, 153, 209, 0.1);
}

.col-foot
{
}

.col-bike
{
}

.col-scooter
{
}

.col-car
{
}

.col-pt
{
}

.col-total
{
	flex: 0 0 5%;
	font-size: 80%;
	padding-bottom: 12px;
}

.col-weather
{
}

/* date thingies */

.date-check {
	flex: 0 1 50px;
}

.day {
	color: #1c9ad2;
	margin-right: 8px;
}

.date {
}

/* ok */
.ok {
	position: absolute;
	display: none;
	top: -3px;
	left: 2px;
	z-index: 999;
}




