.is0{background:url(../img/progressImg1.png) no-repeat 0 0;width:138px;height:7px;}
.is10{background-position:0 -7px;}
.is20{background-position:0 -14px;}
.is30{background-position:0 -21px;}
.is40{background-position:0 -28px;}
.is50{background-position:0 -35px;}
.is60{background-position:0 -42px;}
.is70{background-position:0 -49px;}
.is80{background-position:0 -56px;}
.is90{background-position:0 -63px;}
.is100{background-position:0 -70px;}


/*
 * Add this if you want to disable IE10's implementation
 * of the winking eye in favor of your own.
 * Alternatively, you could set the 'innerToggle' option to
 * false for that browser only.
 */
::-ms-reveal {
  display:none !important;
}

/*
 * This toggle style shows a winking "eye-con" (nyuk, nyuk).
 * Open eye means "show," closed eye means "hide."
 */
.hideShowPassword-toggle {
  background-image: url(../img/wink.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  text-indent: -9999em;
  width: 44px;
}
.hideShowPassword-toggle-hide {
  background-position: -44px center;
}

#account input[name="password"]{
	width:234px;
}

.ajax table{
	width:100%;
	overflow:hidden;
}
.ajax table tr td:first-child{
	width:160px;
	max-width: 160px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	line-height: 37px;
}