* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	color: #4A4A4A;
	font-size: 17px;
	font-family: 'Source Sans 3', sans-serif;
	position: relative;
	background: url(/onderhoud/Layout/BiedMeer/Images/Login/bg_shopping_2022.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

input {
	font-family: inherit;
}

a {
	color: #34495e;
	text-decoration: none;
	-webkit-transition: all 0.30s ease;
	-moz-transition: all 0.30s ease;
	-ms-transition: all 0.30s ease;
	-o-transition: all 0.30s ease;
	transition: all 0.30s ease;
	outline: none;
}

.clear {
	clear: both;
}

.input-domain {
	position: relative;
	line-height: 1.5;
	margin-bottom: 20px;
}

.help-icon {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 14px;
	color: #00aeef;
	font-size: 22px;
	z-index: 11;
}

.input-domain-help {
	display: none;
	padding: 10px;
	position: absolute;
	width: 250px;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	color: #000;
	background: white;
	top: 246px;
	right: 22px;
	z-index: 999;
	box-shadow: 1px 1px 3px #ccc;
}

/** LOGIN SECTION **/
body {
	color: #4A4A4A;
}

a:hover {
	text-decoration: none;
	color: #8D9192;
}

#logo-ccv-shop {
	display: block;
	width: 118px;
	height: 80px;
	position: absolute;
	background: url(/onderhoud/Layout/BiedMeer/Images/Login/ccv-logo.svg) no-repeat center center;
	left: 50px;
	top: 50px;
}

.login-section {
	position: relative;
}

.login-box {
	margin: calc(50% - 46px) auto 0;
	padding: 40px;
	background: rgba(255,255,255,0.9);
	float: left;
	width: 100%;
	position:relative;
	max-height: 510px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.login-box p {
	margin-bottom: 40px;
	color: #4A4A4A;
}

.login-box h1 {
	margin-bottom: 5px;
	font-family: 'Euclid Circular B', sans-serif;
	font-size: 28px;
	margin-top:0;
	height:64px;
	overflow:hidden;
}

.login-box label, #forgot-psw-popup label {
	color: #4A4A4A;
	margin-bottom: 5px;
	float:left;
	width:100%;
	font-weight: inherit;
}

.login-box input, #forgot-psw-popup input {
	width: 100%;
	height: 45px;
	border: solid 1px rgba(74, 74, 74, 0.3);
	margin-bottom: 14px;
	padding-left: 20px;
	border-radius: 4px;
	background: #fff;
	color: #4A4A4A;
	position: relative;
	z-index: 2;
}

.login-box input.no-background{
	background: none !important;
}

.login-box input:focus, #forgot-psw-popup input:focus {
	border: 1px solid #009fe3;
	outline: 0;
	box-shadow: none;
}

.login-box-footer .checkbox-styling{
	width: 25px;
	height: auto;
}

.login-box-footer {
	color: #8d9192;
}

a.back-button {
	font-family: 'Euclid Circular B', sans-serif;
	width: 100px;
	background:#4A4A4A;
	color:#fff;
	float: none!important;
	margin:0 auto;
	display: block;
	height: 45px;
	border-radius: 23px;
	text-align: center;
	padding: 0 15px;
	line-height: 45px;
}

.forgot-psw {
	float: left;
	width:100%;
	text-align:center;
	color: #4A4A4A;
	margin-top:20px;
}

.forgot-psw:hover{
	color: #333;
}

.register {
	float: left;
	width:100%;
	text-align:center;
	color: #fff;
	margin-top:20px;
}

.register:hover{
	color: #333;
}

.login-box button, a.button {
	background: #0395FF;
	font-family: 'Euclid Circular B', sans-serif;
	color: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	width: 100%;
	border: none;
	margin-top: 20px;
	border-radius: 23px;
	float: right;
}

a.button{
	padding: 16px 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-box button:hover, a.button:hover{
	background: #0376DE;
}

.login-box .new-pw {
	width: auto;
}

.login-box button:hover {
	background: #0376DE;
}

.login-box .cancel {
	width: auto;
	color: #8D9192;
	background: none;
}

.login-box .cancel:hover {
	background: none;
}

/** IMG SECTION **/

.img-section {
	position: relative;
	float: left;
	width: 100%;
	margin: calc(50% - 46px) auto 0;
	background:rgba(3, 149, 255, 0.8);
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.img-section-content {
	float:left;
	width:100%;
	min-height:435px;
	max-height:435px;
	color: #fff;
	padding:40px;
}

.generic-login .img-section-content {
	min-height: 490px;
}


.generic-login .login-box {
	max-height:490px;
}

.img-section-content h1 {
	margin-bottom: 7px;
	font-family: 'Euclid Circular B', sans-serif;
	font-size: 26px;
	line-height: 32px;
	margin-top:0;
	height: 64px;
	overflow: hidden;
}

.img-section-content .text {
	margin-bottom: 0;
	min-height: 144px;
}

.generic-login .img-section-content .text {
	min-height: 219px;
}

.img-section .button {
	font-family: 'Euclid Circular B', sans-serif;
	color: #4A4A4A;
	background: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	border-radius: 23px;
	display: inline-block;
	text-decoration: none;
	margin-top: 50px;
}

.img-section .button:hover {
	background: #ddd;
}

#logo-ccv {
	position: absolute;
	z-index: 2;
	display: block;
	width: 237px;
	height: 40px;
	background: url(/onderhoud/Layout/BiedMeer/Images/Login/ccv-shop-logo.svg) no-repeat center center;
	right: 50px;
	bottom: 50px;
}

/** LANGUAGE PICKER **/

#language-picker {
	text-transform: uppercase;
	font-size: 12px;
	z-index: 1001;
	color: #fff;
	position: absolute;
	right: 8px;
	top: 20px;
	min-width: 190px;
}

#language-picker ul li.dropdown ul{
	display: none
}

#language-picker ul {
	padding: 20px;
	margin-bottom: 0;
	color: #fff;
	min-width: 200px;
}

#language-picker li {
	color: #fff;
}

#language-picker ul li {
	list-style-type: none;
	padding: 5px;
	font-size: 12px;
}

#language-picker ul li a {
	list-style-type: none;
	color: #B1B1B1;
	text-decoration: none;
}

#language-picker ul li img{
	padding-right: 10px;
}

.language-toggle {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	border-radius: 2px;
	color: #B1B1B1;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 0.3s, opacity 0.3s linear;
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s linear;
	z-index: 3;
}

.language-toggle.open {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0s, opacity 0.3s linear;
	transition: visibility 0s, opacity 0.3s linear;
}

.lanquage-fix {
	right: 0;
	position: relative;
}

/** CARD LOGIN **/

.login-box h4 {
	margin:0 0 40px 0;
}

.login-box .ccv-card p{
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}

.ccv-card .material-icons{
	vertical-align: middle;
	font-size: 20px;
}

.inline-alert {
	position: absolute;
	bottom: 435px;
	left: 0;
	right: 0;
	text-align: center;
}

.generic-login .inline-alert {
	bottom: 477px;
}

.inline-alert i {
	font-size: 18px;
	vertical-align: middle;
	display: table-cell;
	width: 10%;
	text-align: center;
}

.inline-alert p.alert-description{
	font-size: 14px;
	padding: 15px;

	text-align: left;
	margin-bottom: 0;
	text-indent:0;
	width: 100%;
	display: inline-table;
}

.inline-alert span {
	display: table-cell;
	width: 90%;
	vertical-align: middle;
	text-align: left;
}

.inline-alert-error {
	background-color: #FFEBEE;
}

.inline-alert-error p.alert-description {
	color: #d82114;
	border: 1px solid #ffbfc9;
	border-left: 10px solid #ffbfc9;
}
.inline-alert-error i {
	color: #F44336;
}


.inline-alert-info {
	background-color: #cce5ff;
}

.inline-alert-info p.alert-description {
	color: #004085;
	border: 1px solid #b8daff;
	border-left: 10px solid #b8daff;
}
.inline-alert-info i {
	color: #004085;
}

#forgot-psw-popup{
	display: none;
	position: absolute;
	top: 30%;
	left:0;
	right:0;
	z-index: 9999;
	max-width: 500px;
	margin: 0 auto;
	width:100%;
}

#forgot-psw-popup .ccv-card {
	padding:40px;
}

#forgot-psw-popup h4 {
	margin-bottom:30px;
}

.ccv-dialog{
	z-index: 1005;
	position: relative;
}

#forgot-psw-popup button{
	background: #0395FF;
	color: #fff;
	height: 45px;
	padding: 0 10px;
	border: none;
	border-radius: 23px;
	font-family: 'Euclid Circular B', sans-serif;
	width: 100%;
}

a.close-forgot-psw-popup {
	margin: 0 auto;
	width:100%;
	text-align:center;
}

.dialog-overlay{
	position: fixed;
	z-index: 0;
	background-color: #000;
	background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.1) 0,rgba(0,0,0,1) 100%);
	background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.1)),color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.1) 0,rgba(0,0,0,1) 100%);
	background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.1) 0,rgba(0,0,0,1) 100%);
	background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.1) 0,rgba(0,0,0,1) 100%);
	background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.1) 0,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0.3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.clean-dialog-overlay{
	position: fixed;
	z-index: 1004;
	background-color: #000;
	background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,1) 100%);
	background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.1)),color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,1) 100%);
	background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,1) 100%);
	background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,1) 100%);
	background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0.7;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#login-container .row.no-margin {
	margin-left:0;
	margin-right:0;
}

#login-container .col-lg-8, #login-container .col-md-6{
	padding-right: 0;
	padding-left: 0;
}

#login-container .col-lg-4, #login-container.col-md-6{
	padding-right: 0;
	padding-left: 0;
}

.password-background {
	position: relative;
	top: -59px;
	margin-bottom: -45px;
	height: 45px;
	width: 0;
	border-radius: 0;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#password {
	background: none;
}

.strength {
	position: absolute;
	top: 160px;
	right: 30px;
}

#PasswordStrength {
	height: 45px;
	width: 100%;
	background-color:#fff;
}

#PasswordStrength > span {
	background: #2ecc71;
	display: block;
	height: 45px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	position: relative;
	border-radius: 2px;
}

#PasswordStrength small {
	margin-top: 10px;
	display: block;
}

#PasswordStrength.orange span {
	background: #e67e22;
}

#PasswordStrength.red span {
	background: #e74c3c;
}

.feedback{
	position: absolute;
	right: 5px;
	top: 43px;
	font-size: 14px;
	color: #777;
}

.full-width{
	width: 100%;
}

input#DomainName{
	width: 100%;
	margin-bottom: 0;
}

.input-group-addon {
	color: #4A4A4A;
	background-color: #f8f8f8;
	border-radius:0;
}

/* MEDIA QUERIES */
@media (max-width: 1200px) {
	.login-box, .img-section {
		margin:200px auto 0;
	}
	#logo-ccv-shop, #language-picker {
		top:3%;
	}
}

@media (min-width: 768px) {
	body {
		min-height: 865px;
	}
}

@media (max-width: 767px) {
	.img-section {
		margin-top:0;
	}
	.login-box {
		margin: 180px auto 0;
	}
	#language-picker {
		right: 0%;
		top: 2%;
	}
	#logo-ccv {
		position:relative;
		right:0;
		left:0;
		bottom:0;
		float:left;
		width:100%;
		background-color: rgba(255,255,255,0.9);
		padding:40px 0;
		margin:0 auto;
		height:50px;
	}

	#logo-ccv-shop {
		width:50px;
		height:50px;
		background-size:100%;
		left:40px;
	}

	.img-section-content p.text, .generic-login .img-section-content, .img-section-content {
		min-height: initial!important;
	}
}

@media (max-width: 420px) {
	.login-box h1 {
		font-size: 26px;
	}

	.login-box, .img-section, #forgot-psw-popup .ccv-card {
		padding:20px;
	}

	.img-section-content {
		padding:0;
	}

	#logo-ccv-shop {
		width: 40px;
		height: 40px;
		left:20px;
	}

	#logo-ccv {
		height:40px;
	}

	#language-picker ul {
		min-width:155px;
	}
	.inline-alert-error {
		bottom:370px;
	}
	.generic-login .inline-alert-error {
		bottom: 438px;
	}
}

ul {
	list-style: none;
}

.spacer-s-top {
	margin-top: 10px;
}

.login-box-single {
	margin-left: 50%;
}

/*
     FILE ARCHIVED ON 02:14:21 Jul 14, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:55:35 Jun 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.752
  exclusion.robots: 0.075
  exclusion.robots.policy: 0.062
  esindex: 0.011
  cdx.remote: 6.952
  LoadShardBlock: 150.583 (3)
  PetaboxLoader3.datanode: 130.241 (5)
  PetaboxLoader3.resolve: 1087.868 (2)
  load_resource: 1115.568
  loaddict: 57.326
*/