table#calen, table#calcu {
  border:  none;
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom:15px;
  width:100%;
}
table#calen {
  background-color: #fcfcfc;
  border-radius: 5px;
/*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  text-align: center;
}
table#calcu {
}
table#calcu td {
  padding: 3px 5px;
  vertical-align: middle;
  background-color: #eee;
  border-radius: 5px;
}
table#calcu th {
  padding: 3px 5px;
  vertical-align: middle;
  background-color: #ddd;
/*  font-weight:normal;*/
  border-radius: 5px;
  color: #555;
}
table#calcu th.bedrag {
  font-weight:bold;
}
table#calcu th b {
  margin-right:30px;
}
table#calcu td.bedrag, table#calcu th.bedrag {
  text-align: right;
  white-space: nowrap;
  min-width: 60px;
}
table#calcu select {
  border:  none;
  width: 40px;
  margin-right: 7px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #e6f5ff;
  color: #337ab7;
}
table#calcu input {
  float: right;
  transform: scale(1.4); /* vergroot checkbox */
  cursor:pointer;
}
input[type='checkbox']:disabled {
    cursor: default!important;
}
table#calen td, table#calen th {
  padding: 1px;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  font-size: 12px;
}
table#calen th {
  width: 40px;
  color: #555;
  background-color: #ddd;
}
/* kalender bar */
table#calen tr:first-child th {
  font-size: 13px;
  height: 30px;
/*  text-decoration: underline; */
  border-radius: 15px;
  border-style: solid;
  border-color: #777;
}
.calenuit{
/*  background-color: #eee!important; */
/*  color: #999!important; */
  border-style: none!important;
  cursor: pointer;
}
.calenuit:hover{
/*  background-color: #ddd!important; */
/*  color: #999!important; */
  border-style: solid!important;
  cursor: pointer;
}
table#calen tr.cal1 {
  display: table-row;
  height: 30px;
}
table#calen tr.cal2 {
  display: none; /* hide next year rows */
  height: 30px;
}
table#calen td {
  width: 64px;
  height: 24px;
  color: #bbb;
  background-color: #eee;
  cursor:  not-allowed;
}
table#calen td.vrij {
  background-color: #e6f5ff;
  color: #337ab7;
}
table#calen td.mij {
  color: #fff;  /* wit */
  background-color: #f0ad4e;  /* #f80 oranje */
}
table#calcu th.boeken {
  color: #fff;  /* wit */
  background-color: #f0ad4e;  /* #f80 oranje */
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 15px;
}
table#calcu th.optie {
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
  background-color: #e6f5ff;
  color: #337ab7;
  font-size: 13px;
}
table#calcu th.optie input{
    transform: none;
    margin-top: 2px;
}
table#calcu td.optie {
  background-color: #e6f5ff;
  color: #337ab7;
  cursor: pointer;
}
table#calcu td.spacer {
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}
table#calen td.mij, table#calen td.vrij {
  cursor: pointer;
}
table#calen td.mij:hover, table#calen td.vrij:hover {
  padding: 0px;
  border: 1px solid #3163ce;
}
table.naw input {
  padding-left: 7px;
  border: 0px;
  margin: 1px;
  cursor: pointer;
  background-color:#eee;
}
#klantpopup button.btn.dropdown-toggle {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
