
.passtooltip {
  position: relative;
  display: inline-block;  
}

.passtooltip p {
  margin : 7px;
}

.passtooltip .tooltiptext {
  width: auto;
  white-space: nowrap;
  height: auto;
  background-image: linear-gradient(#f2f2f2, #d9d9d9);
  color: #fff;
  text-align: left;
  border-radius: 7px;
  position: absolute;
  border:1px solid black;
  z-index: 1;
  top: -50px;
  left: 105%;
}

.passtooltip .tooltiptext ::after {
  content: "";
  position: absolute;
  top: 60px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #000  transparent transparent;
}

.tooltiptitle {
	text-align : center;
	padding : 7px 0px;
	border-top-right-radius : 7px;
	border-top-left-radius : 7px;
	width: 100%;
	color : #fff;
	background-image : linear-gradient(#14A6C9 ,#0689AA);
	top : -10px
}

.valid {
  background:url("https://www.janolaw.de/export/system/modules/de.janolaw.site/resources/images/icons/Richtig.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  
  color: #00cc00;
  line-height: 21px;
  padding-left: 35px;  
}


.invalid {
  background:url("https://www.janolaw.de/export/system/modules/de.janolaw.site/resources/images/icons/falsch.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  color: #ff6666;
  line-height: 21px;
  padding-left: 35px; 
}

.passWeak {
  color: red;
}

.passMiddle {
  color : #ff9933;
}

.passStrong {
  color : #00e600;
}

.passStrong_bar {
	height : 9px;
	magin : 3px;
	background-color : lightblue;
}

#tooltiptext {
  display:none;
}

#myProgress {
  width: 97%;
  height : 10px;
  margin-left : 5px;
  margin-right : 5px;
  border-radius: 3px;
  background-color: #fff;
}

#myBar {
  width: 0%;
  height: 10px;
  border-radius: 3px;
  background-color: #4CAF50;
}

#PassStatus {
  margin-bottom :5px;
  margin-right : 5px;
  text-align : right;
  color : #ff6666;
}

.passGuide {
  font-size: 11px;
  width:400px;
}

#isNewPassSame {
  display : none;
  color : red;
}
