.profileBlockRow {
	display: flex;
	gap: 10px;
	padding: 10px;
}
.profileBlock {
	flex: 1;
	background: #f3f3f3;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	color: #000000;
	padding: 10px;
}
	
	.profileBlock svg {
		height: 40px;
		width: 40px;
		margin: 0px;
		padding: 0px;
	}
	.profileBlock label {
		text-align: center;
		margin: 0px;
		padding: 0px;
	}
	

#profileHead {
	text-align: center;
	background-image: linear-gradient(to bottom , #144361, #2984be);
	height: 100px;
	padding-top: 20px;
	position: fixed;
	top: 100px;
	display: block;
	border: 0px;
	width: 100vw;
}

#profielfoto {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	
	box-shadow: 16px 14px 24px -1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 16px 14px 24px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 16px 14px 24px -1px rgba(0,0,0,0.3);
}


#popupProfielfoto {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	
	border-radius: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#profielnaam {
	display: block;
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 20px;
	
}

#lidId {
	display: block;

	color: #FFFFFF;
	font-size: 14px;
}




#aanmeldingen {
	width: 100%;
	font-size: 12px;
}
#aanmeldingen thead td{
	border-bottom: 1px #CCCCCC solid;
}
#aanmeldingen thead td {
	font-weight: bold;
}
#aanmeldingen tbody td {
	border-bottom: 1px #CCCCCC solid;
}

#aanmeldingen tbody .sessionDevider td {
	border: 0px;
	background: #e8e8e8;
	font-weight: bold;
}




#profilePopup .part {
	background: #FFFFFF;
}


#profilePopup ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	
}

#profilePopup ul li {
	padding: 10px;
}
#profilePopup ul li.separator {
	border-top: 4px #f3f3f3 solid;
}



#profilePopup ul li:hover {
	background: #f3f3f3;
}

#profilePopup ul li:last-of-type {
	border-bottom: 0px;
}

#profilePopup ul li a {
	text-decoration: none;
	color: #000000;
	display: flex;
	align-items: center;
	gap: 15px;
}

#profilePopup ul li a svg {

	flex-basis: 24px;
	margin: 0px;
	padding: 0px;
}
#profilePopup ul li a div {
	flex: 1;
}




#profilePopup .btn {
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #484848;
	border: 1px #CCCCCC solid;
	border-radius: 4px;
	background: #E8E8E8;
	font-size: 13px;
	font-weight: bold;
}

#profilePopup #accountName {
	display: block;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	font-weight: bold;
}


.homebase {
	border: 1px #CCCCCC solid;
	border-radius: 4px;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #CCCCCC;
	margin-top: 5px;
	font-size: 13px;
}
.homebase.active,
.homebase:hover {
	font-weight: bold;
	color: #144361;
}

#profilePopup #logout {
	background-color: #D22B2B;
	color: #FFFFFF;
	margin: 10px;
	margin-top: 50px;
	border: 0px;
	border-radius: 10px;
}



#activeClientID {
	margin: 10px;
	width: calc(100% - 20px);
	background: #f3f3f3;
	border: 0px;
}


.version {
	padding: 30px;
	text-align: center;
}


.fullscreenContent {
	background: #FFFFFF;
	padding-bottom: 100px;
}

.fullscreenContent h2 {
	font-size: 19px;
	font-weight: bold;
	margin: 10px;
	
}


.fullscreenContent form {
	margin: 0px;
}



.fullscreenContent fieldset {
	margin: 0px;
	padding: 12px;
	border: 0px;
	border-bottom: 5px #f3f3f3 solid;
	padding-top: 20px;
}

.fullscreenContent label {
	font-weight: 500;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.fullscreenContent input::placeholder{
	color: #CCCCCC;
	font-style: italic;
}

.fullscreenContent select option {
	margin: 0px;
	padding: 0px;
}

.fullscreenContent input[type=text],
.fullscreenContent input[type=date],
.fullscreenContent input[type=email],
.fullscreenContent select {
	/*margin: 0px;
	/*padding: 0px;
	/*padding-bottom: 10px;*/
	background: #FFFFFF;
	/*height: 40px;
	/*font-size: 16px;*/
	/*font-weight: 300;*/
	color: #4b4b4b;
	
	border: 0px;
	border-radius: 0px;
	border-bottom: 1px #f6f6f6 solid;
}

.fullscreenContent input[type=text].noBorder,
.fullscreenContent input[type=date].noBorder,
.fullscreenContent input[type=email].noBorder,
.fullscreenContent select.noBorder {
	border-bottom: 1px #ffffff solid;
}

.licensesList {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}

.licensesList li {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px #f6f6f6 solid;
}

.licensesList .prefGroup {
	margin-top: 15px;
	margin-bottom: 8px;
}

.licensesList li .listRow {
	display: flex;
	align-items: center;
	gap: 10px;
}


.licensesList li .listRow .icon {
	flex-basis: 30px;
}
.licensesList li .listRow .description {
	flex: 1;
}
.licensesList li .listRow .arrow {
	flex-basis: 30px;
}
.licensesList li .listRow .validity {
	flex: 1;
	margin-left: 40px;
}
.licensesList li .listRow .validity .valid {
	color: green;
	font-weight: 500;
}
.licensesList li .listRow .validity .expired {
	color: #CCCCCC;
	font-weight: 500;
}

#groupMaturityDate,
#groupLicenseNumber {
	display: none;
}

.licenseScan {
	border-radius: 10px;
	width: calc(100% - 20px);
}
.addLicenseScan {
	text-decoration: none;
	text-align: center;
	padding: 6px;
	border: 1px #f6f6f6 solid;
	border-radius: 10px;
	display: block;
	color: #000;
}

.dropLicense {
	text-decoration: none;
	text-align: center;
	padding: 6px;
	display: block;
	color: #000;
}

#profileImageHolder {
	margin-top: 50px;
	height: 130px;
	text-align: center;
}


#profileImageButtons {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 4px;
}
.profileImageButton {
	display: block;
	padding: 3px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background: #e8e8e8;
	flex-basis: 30px;
}