/*
// Das funktioniert seltsamerweise nicht. Ersatz durch die 2 unteren Regeln
.hpl-table.singleViewTable .password-input {
	float: left;
	width: calc(100% - 40px);
}
*/
.hpl-table.singleViewTable #password {
	float: left;
	width: calc(100% - 40px);
}

.hpl-table.singleViewTable #password2 {
	float: left;
	width: calc(100% - 40px);
}

.hpl-table.singleViewTable .password .passwordStrengthTrafficLight,
.hpl-table.singleViewTable .password2 .passwordStrengthTrafficLight {
	display: none;
	float: left;
	width: auto;
	height: 24px;
	margin-left: 10px;
	border-radius: 5px;
	text-align: center;
}

.hpl-table.singleViewTable .password .passwordStrengthTrafficLight img,
.hpl-table.singleViewTable .password2 .passwordStrengthTrafficLight img {
	height: 24px;
}

.hpl-table.singleViewTable .password .passwordStrengthText,
.hpl-table.singleViewTable .password2 .passwordStrengthText {
	display: none;
	float: left;
	width: 100px;
	height: 24px;
	margin-left: 10px;
	border-radius: 5px;
	text-align: center;
}

.showOrHidePassword {
	float: left;
	line-height: 30px;
	margin-left: 10px;
}

.showOrHidePassword img {
	height: 18px;
	line-height: 18px;
}

/* Password Slider */

.bar {
	min-width: 100px;
	width: 300px;
	height: 10px;
	float: left;
	position: relative;
	border: 1px solid #ccc;
	background-color: #0f0;
}

.bar .cover-from-left {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 0%;
	height: 100%;
	background-color: #ffffff;
}

.bar .cover-from-right {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

.password-explanation-check {
	margin-top: 16px;
}

#password.passwordMessage .hpl-td,
#password2.passwordMessage .hpl-td {
	height: 0;
	padding: 0;
	margin: 0;
}

#password.passwordMessage .value,
#password2.passwordMessage .value {
	color: #ff0000;
}

.hpl-table.singleViewTable .passwordMessage {
/*	height: 0; */
	line-height: 0;
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

.hpl-table.singleViewTable .passwordMessage .hpl-td.label {
	margin: 0;
	padding: 0;
}

