:root {
	--vcal-bg-color: #fff;
	--vcal-border-radius: 0;
	--vcal-border-color: #e7e9ed;
	--vcal-today-bg-color: #0073aa;
	--vcal-today-color: #fff;
	--vcal-selected-bg-color: #f1f1f1;
	--vcal-selected-color: #333;
}
.wp-admin{
	background-color: #f1f1f1;
}

.afspraken_page_appo-edit li.current, .afspraken_page_appo-edit-avb li.current, .afspraken_page_appo-view li.current {
	display: none;
}

.title{
	width: 90%;
	max-width: 380px;
	margin: 20px;
	text-align: center;
}

.appo-main-form-wrapper{
	width: 100%;
	max-width: 1280px;
	min-width: 850px;
	margin: 0 auto;
	position: relative;
	font: 300 14px/1.5 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
}
#appo_create_region_form .appo-create {
	float: right;
}

.appo-regions-wrapper {
	width: 100%;
	max-width: 1024px;
	margin: 30px 0;
	border-bottom: solid 8px #eaeaea;
	border-radius: 50px 50px 0 0;
	box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.1);
}
.appo-regions-wrapper h2 {
	padding: 20px;
	margin: 0;
	background-color: #f7f7f7;
	border-radius: 50px 50px 0 0;
	border: #eaeaea solid 8px;
	border-bottom: none;
}
.appo-float-right {
	float: right;
}
.appo-float-left {
	float: left;
}
.appo-region-form-wrapper {
	display: block;
	background-color: #f7f7f7;
	border: solid 8px #eaeaea;
	border-bottom: none;
}
.appo-region-form {
	width: 40%;
	padding: 20px 2%;
}
.appo-regions {
	display: grid;
	background-color: #f7f7f7;
	border: solid 8px #eaeaea;
}
.appo-regions.public{
	grid-template-columns: repeat(auto-fit, minmax(17.5%, 1fr));
}
.appo-region {
	padding: 10px;
}
.appo-region:nth-child(even) {
	background-color: #f1f1f1;
}
.appo-regions.public p {
	margin: 0;
	padding: 14px 0 14px 5px;
	border-left: solid 2px #bebebe;
}
.appo-region .left a {
	padding-left: 5px;
	border-left: solid 2px #bebebe;
}
.appo-region .region-name {
	display: block;
	padding: 7px 0;
	font-weight: bold;
	color: black;
}
.appo-region .right * {
	display: inline-block;
}


.appointments-widget {
	width: 270px;
	margin: 20px 75px;
	background-color: #f7f7f7;
	padding: 1px;
	text-align: center;
}
.appointments {
	width: 100%;
	max-width: 1024px;
	margin: 30px 0;
	border-bottom: solid 8px #eaeaea;
	border-radius: 50px 50px 0 0;
	box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.1);
}
.appointments h2 {
	padding: 20px;
	margin: 0;
	background-color: #f7f7f7;
	border-radius: 50px 50px 0 0;
	border: #eaeaea solid 8px;
}
.appointments .region-name,
#appo_edit_region_form .region-name {
	text-decoration: underline;
}
.appo-status {
	display: inline-block;
	border-left: #bebebe solid 2px;
	margin-bottom: 10px;
	width: 100%;
}
.appo-status .appo-cancelled {
	color: #dc3545;
}
.appo-status .appo-approved {
	color: #28a745;
}
.appo-status .left {
	float: left;
}
.appo-status .left p {
	padding: 5px;
	font-weight: bold;
}
.appo-status .right {
	float: right;
	margin-right: 8px;
}
.appo-status .right * {
	display: inline-block;
}
.appo-details {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding-right: 30px;
}
.appo-contact {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.appointment {
	background-color: #f7f7f7;
	display: block;
	margin: 0 auto;
	padding: 10px 2%;
	border: solid 8px #eaeaea;
	border-top: none;
}
.appointment p {
	margin: 5px 0;
}
.appo-table {
	width: 100%;
	border: 2px solid #00a0d2;
	border-radius: 0 26px 0 0;
	border-collapse: unset;
	border-spacing: 0;
	background-color: #ffffff;
	overflow: hidden;
}
.appo-table td {
	position: relative;
}
.appo-table td.info-label {
	padding-left: 20px;
}
.appo-table .table-head {
	padding-left: 20px;
}
.appo-table div.datepicker {
	border: 1px solid #d0d0d0;
}
.appo-table .bootstrap-datetimepicker-widget.dropdown-menu {
	padding: 2px;
}
.appo-table tr:nth-child(odd) {
    background-color: #f5fdff;
}
.appointment .appo-table tr:first-child,
.appo-region-form .appo-table tr:first-child {
	background-color: #00a0d2;
	text-align: left;
	color: #ffffff;
}
.appo-table select,
.appo-table input[type=tel],
.appo-table input[type=text],
.appo-table input[type=email],
.appo-table input[type=number] {
	height: 24px;
	margin: 5px 5px 5px 0;
	padding: 12px 10px;
	max-width: 200px;
	width: 95%;
}
.appo-table textarea {
	max-width: 200px;
	width: 95%;
	resize: none;
	height: 75px;
}

.appo-main-calendar {
	width: 100%;
	max-width: 420px;
}

.appo-admin-calendar {
	width: 420px;
}

.appo-date-morning {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #f1f1f1;
	border: 2px solid #ff6d2a;
	height: 20px;
	width: 50%;
	text-align: center;
	color: black;
}
.appo-date-morning:hover {
	background-color: #dedede;
}

.appo-date-noon {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #ff6d2a;
	border: 2px solid #ff6d2a;
	height: 20px;
	width: 50%;
	text-align: center;
	color: black;
}
.appo-date-noon:hover {
	background-color: #dedede;
}
.appo-date-noon.appo_selected,
.appo-date-noon.appo_selected:hover,
.appo-date-morning.appo_selected,
.appo-date-morning.appo_selected:hover {
	background-color: #0d0;
}
.vcal-date--disabled .appo-date-noon.appo_selected,
.vcal-date--disabled .appo-date-noon.appo_selected:hover,
.vcal-date--disabled .appo-date-morning.appo_selected,
.vcal-date--disabled .appo-date-morning.appo_selected:hover {
	background-color: #f00707;
}

.appo-date-taken-left {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #ffffff;
	border: 2px solid #c4c4c4;
	height: 20px;
	width: 50%;
	text-align: center;
	color: #ff6d2a;
	font-weight: bold;
}

.appo-date-taken-right {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	border: 2px solid #c4c4c4;
	height: 20px;
	width: 50%;
	text-align: center;
	color: #ff6d2a;
	font-weight: bold;
}
#v-cal .vcal-date:hover{
	background-color: #ebebeb;
}
.vcal-date-appo {
	position: relative;
	top: -7px;
	font-weight: bold;
}

#v-cal *, #v-cal *:before, #v-cal *:after {
  box-sizing: border-box;
}

#v-cal {
	background-color: var(--vcal-bg-color);
	box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.05);
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#v-cal .vcal-btn {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-appearance: button;
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: normal;
	min-width: 27px;
	outline: none;
	overflow: visible;
	padding: 0;
	text-align: center;
	&:active {
		border-radius: var(--vcal-border-radius);
		box-shadow: 0 0 0 2px rgba(var(--vcal-today-bg-color), 0.1)
	}
}

#v-cal .vcal-header {
	align-items: center;
	display: flex;
	padding: 18px 20px;
}

#v-cal .vcal-header svg {
	fill: var(--vcal-today-bg-color);
}

#v-cal .vcal-header__label {
	font-weight: bold;
	text-align: center;
	width: 100%;
}

#v-cal .vcal-week {
	background-color: var(--vcal-selected-bg-color);
	display: flex;
	flex-wrap: wrap;
}

#v-cal .vcal-week span {
	flex-direction: column;
	flex: 0 0 14.286%;
	font-size: 16px;
	font-weight: bold;
	max-width: 14.286%;
	padding: 14px 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #676d72;
}

#v-cal .vcal-body {
	background-color: rgba(var(--vcal-selected-bg-color), 0.3);
	display: flex;
	flex-wrap: wrap;
}

#v-cal .vcal-date {
	align-items: center;
	background-color: #fff;
	border-radius: var(--vcal-border-radius);
	display: flex;
	flex-direction: column;
	flex: 0 0 14.286%;
	max-width: 14.286%;
	padding: 18px 0;
	position: relative;
}

#v-cal .vcal-date--active {
	cursor: pointer;
}

#v-cal .vcal-date--today {
	background-color: #ff6d2a;
	color: var(--vcal-today-color);
}

#v-cal .vcal-date--selected {
	background-color: var(--vcal-selected-bg-color);
	color: var(--vcal-selected-color);
}

#v-cal .vcal-date--disabled {
	border-radius: 0;
	cursor: not-allowed;
	opacity: 0.5;
}

/* appo admin form */

.appo-col {
	display: inline-grid;
}

.bootstrap-datetimepicker-widget {
	position: absolute;
	background-color: #ffffff;
	z-index: 1;
}

.appo_admin_form .timepicker, .appo_admin_form li.picker-switch:nth-child(2) {
	display: none;
}

.appo_admin_form {
	background-color: #ffffff;
	position: relative;
	display: block;
	width: 375px;
	margin: 20px;
	padding: 17px;
	border-radius: 50px 0 50px 0;
	border-left: #eaeaea solid 8px;
	border-top: #eaeaea solid 8px;
}
.appo_admin_form form {
	position: relative;
}
.appo_admin_form input, .appo_admin_form select {
	position: absolute;
	right: 0;
	width: 195px;
	padding-left: 15px;
}
.appo_admin_form .submit {
	position: relative;
	margin: 0 auto;
	width: 155px;
}
.appo_admin_form label {
	line-height: 35px;
}
.appo_options_form {
    background-color: #ffffff;
    width: 500px;
    margin: 17px;
    padding: 17px;
    border-radius: 50px 0 50px 0;
    border-left: #eaeaea solid 8px;
    border-top: #eaeaea solid 8px;
}
.appo_options_form select {
	max-width: 200px;
}

.appo-no-results {
	background-color: #f7f7f7;
	display: block;
	margin: 0 auto;
	padding: 10px 2%;
	border: solid 8px #eaeaea;
	border-top: none;
}

/* appo public form */

.appo-main-form-date {
	box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.05);
	display: inline-block;
	width: 360px;
	margin: 30px 30px 0;
	position: relative;
	padding-bottom: 20px;
}
.appo-main-form-contact {
	box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.05);
	display: inline-block;
	vertical-align: top;
	width: 360px;
	margin: 0 30px;
	position: relative;
}
#appo_main_form {
	margin: 20px 0;
}
.left-form-wrapper {
	width: 100%;
	max-width: 420px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 50px;
}
#appo_main_form .appo-main-form-date div,
#appo_main_form .appo-main-form-contact div {
	width: 360px;
	border-top: 1px solid #f4f4f4;
	padding: 5px 0 5px 0;
	position: relative;
}
#appo_main_form h2 {
	margin: 12px;
}
#appo_main_form input,
#appo_main_form #avb_time,
#appo_main_form textarea {
	border: 1px solid #e3e3e3;
	vertical-align: baseline;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	line-height: 20px;
	text-indent: 8px;
	padding: 1px;
	resize: none;
	width: 160px;
	right: 10px;
	top: 10px;
}
#appo_main_form input[type="checkbox"] {
	width: 20px;
	margin-left: 10px;
	position: relative;
	top: 0;
	right: 0;
	height: 15px;
}
#appo_main_form input[type="radio"] {
	width: unset;
	float: none;
	margin: 0 5px 0 20px;
	position: relative;
	top: 0px;
}
#appo_main_form .submit {
	position: relative;
	margin: 0 auto;
	width: 155px;
	padding: 0;
}
#appo_main_form .submit input {
	position: relative;
	margin: 25px 0 15px;
	width: 155px;
	right: 0;
	top: 0;
}
#appo_main_form label {
	line-height: 35px;
	margin: 0 0 0 10px;
	display: inline-block;
}
.red {
	color: red;
}
.appo_message .success {
	color: green;
}
.appo_message .error {
	color: red;
}
#appo_main_form input#date {
    cursor: not-allowed;
}
#appo_main_form .description {
	border-top: 1px solid #f4f4f4;
	padding-left: 15px;
	color: #757575;
	width: 100%;
	margin: 0;
}