

.hideNewPassword, .showNewPassword, .hideConfirmPassword, .showConfirmPassword{
	position: absolute;
    right: 10px;
    width: 40px;
    height: 50px;
    cursor: pointer;
}

.passwordTick {
		color:#439539;
	}
	
.passwordCross {
		color:#FF0000;
}
	
.margnbtm20{
	margin-bottom: 20px;
}

.passNullMargnTop{
	margin-bottom: 20px !important;
    margin-top: -15px !important;
}


.confirmPassinputFocus, .newPassinputFocus {
	    font-weight: 500;
	    font-style: normal;
	    font-size: 12px;
	    color: #808080;
	    line-height: 22px;
}

.editPassProfileSettingBtn {
		width: 21%;	
	}
	
.editPassErrorIconConfirm, .PassErrorIconNew {
    position: absolute;
    right: 10px;
    width: 3px;
    height: 18px;
    margin-top: 15px;
}

.enterPassTextSize {
	font-size: 17px;
}
	
.successContainterPad{
	padding: 10px;
	font-size: 17px;
}

.editBtnProfilePage{
	color: #16A7D3;
	text-decoration: none;
}

.editPassHeadBold {
	font-weight: 500;
	color: #006196;
}

.editBtnProfilePage:hover {
	cursor: pointer;
	text-decoration: underline;
}

.successEditPassContainer {
	    color: #42752D;
}

.fontSize15px {
	font-size: 15px !important;
}
.PasswordNullText, .ConfirmPasswordNullText, .passwordNotMatch, .NewPasswordNullText{
	color: red;
}

.errorTopMargin25 {
	    margin-top: 25px;
}

.loaderEditPass{
	display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    position: fixed;
    top: 0px;
    height: 200px;
    width: 300px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.succesMsg {
	position: absolute;
    left: 0;
}

.acnttopMargn25 {
	margin-top: 25px;
}

.profileSettingsAnchor{
	width: 84px;
    margin-right: 10px;
}

.profileSettingsAnchor a {
	color: #16A7D3;
	float: right;
	font-size: 16px;
	text-decoration: none;
}

.profileSettingsAnchor a:hover {
	cursor: pointer;
	text-decoration: underline;
}

@media only screen and (min-width: 960px) and (orientation: landscape) {
	.editPassModalContent {
		width: 75%;
	}
	.profileSettingsAnchor a:hover img {
		visibility: visible;	
	}
	
	.profileSettingsAnchor img {
		visibility: hidden;
	}
}
