
.progress-indicator-con {
	padding:20px;
	margin: 0 0 3rem;
	position: sticky;
	top: calc(var(--header-size));
	background-color: white;
}

.progress-indicator-con:after {
	content: "";
	height: 4px;
	width: 100%;
	display: block;
	margin-top: -31px;
}

.progress-indicator {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: -31px 0 0;
}

.text-indicator {
	margin: 0;
	padding-bottom: 2.5em;
	display: flex;
	justify-content: space-between;
	list-style: none;
}

.indicator-text-item.first {
	justify-content: flex-start;
}

.indicator-text-item.last {
	justify-content: flex-end;
}

.indicator-text-item {
	flex: 0 0 auto;
	width: 54px;
	display: flex;
	justify-content: center;
	text-align: center;
}

.progress-indicator-item {
	flex: 0 0 auto;
	width: 54px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	font-size: 120%;
	background-color: #fff;

	border-radius: 48px;
	text-align: center;
	font-weight: bold;
}

.progress-indicator-item a {
	display: inline-block;
}

.progress-indicator-item.done {
	border: 4px solid;
}

.progress-indicator-item.current {
	color: white;
}

.chapter-menu {
	font-weight: 400;
	position: fixed;
	left:0;
	width: 25%;
	max-width: 350px;
	top: var(--header-size);
	height: calc(100vh - var(--header-size));
	background-color: #fff;
	padding: 5px;
	border-right: 2px solid #e9ecef;
	overflow-y: auto;
}

.chapter-menu li {
	width: 100%;
	border-left: none;
	padding: 4px 20px;
	line-height: 2.5;
	margin-bottom: 5px;
}

.chapter-menu li a {
	width: 100%;
}

.chapter-menu a, .chapter-menu .inactive {
	padding-left: 0;
}

.chapter-menu .inactive {
	color: #999;
	font-weight: 400;
	padding-left: 20px;
}

.chapter-menu .inactive-sub {
	color: #999;
	font-weight: 400;
	padding-left: 40px;
}

.chapter-menu .current {
    /*font-weight: bold;*/
	background-color: #f6f4f4;
	border-radius: 5px;
}

.sidebar-link{
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: 100ms ease-in-out background-color;
}

.sidebar-link:hover {
	background-color: #f6f3f3;
	border-radius: 5px;
}

.subnav li {
	padding-left: 40px;
	border-left: 0;
}

.chapter-menu .subnav .current {
    font-weight: bold;
}

.button {
	font-weight: 500;
	font-size: 18px;
}

#div_id_form-1-DELETE,
#div_id_form-2-DELETE,
#div_id_form-3-DELETE,
#div_id_form-4-DELETE,
#div_id_form-5-DELETE,
#div_id_form-6-DELETE,
#div_id_form-7-DELETE,
#div_id_form-8-DELETE,
#div_id_form-9-DELETE,
#div_id_form-10-DELETE,
#div_id_form-11-DELETE,
#div_id_form-12-DELETE,
#div_id_form-13-DELETE,
#div_id_form-14-DELETE {
	display: none;
}

.button.delete-form {
	margin-left: auto;
}

.next {
	margin-left: auto;
	flex: 0 0 auto;
	margin-top: 2rem;
}

.terug {
	margin-left: auto;
	flex: 0 0 auto;
	margin-top: 2rem;
}

form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.selectpastdatewidget {
	max-width: 33%;
	flex: 1 0 auto;
}

.selectfuturedatewidget {
	max-width: 33%;
	flex: 1 0 auto;
}

form .holder {
	margin: 0 0 0.5em;
	flex: 1 0 100%;
}

form select {
	margin: 0 0 1rem;
}

.form-error {
	margin-top: 0;
}

.asterisk {
	padding-left: 5px;
	color: transparent;
}

.asterisk:after {
	content: "";
	color: #777;
}

.multiple-fields {
	flex: 0 0 100%;
	margin-bottom: 2rem;
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
}

label {
    display: block;
    margin: 0;
    font-weight: 400;
    line-height: 1.8;
}

.rightColumn {
    padding-left: 2rem !important;
}

/*
UPLOADS:
form .holder {
    margin: 0 0 0.5em;
    flex: 1 0 100%;
    background-color: #f1f9fd;
    padding: 1rem;
    border: 1px solid #afd4e6;
}*/


tr.verrekening td {
	background-color: #F1F1F1;
	color: black;
}

td.totals {
	border-top: 1pt solid black;
	font-weight: bold;
}

.button.primary {
	margin-top: 2rem;
}

.logout {
	text-align: right;
	color: white;
}

.logout a {
	color: white;
}

.error-title p {
	font-size: 2.1rem;
	font-weight: 400;
}

.alert {
    padding: 20px;
    background-color: #EAEBF4;
    margin-bottom: 15px;
}
