.hint {
  display:none;
  background: #f5f5f5;
  color: #555;
  padding: 10px 0;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-top:1px solid #fdf2f2;
}
.hint ul {
  padding-left:5px;
  margin-left:0;
  list-style: none;
}
.hint ul li {
  position:relative;
  padding:5px;
}
.hint ul li.valid:before {
  background: #47d92f;
  padding:2px;
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
  border-radius: 2px;
}
.assembly-form-input.last + .hint {
  border-bottom:1px solid #ccc;
  border-radius: 0 0 4px 4px;
}
input[type="submit"] {
  opacity:1;
  display:block;

  transition: opacity .9s ease-in-out;
  -moz-transition: opacity .9s ease-in-out;
  -webkit-transition: opacity .9s ease-in-out;
}
input[type="submit"].disabled {
  opacity:0.1;
}
.control-group {
  position:relative;
}
#CMSForm .info {
  cursor:pointer;
  z-index: 10;
  position: absolute;
  right: -31px;
  top: 6px;
  width: 36px;
  height: 36px;
  background: url(/skins/default/graphics/info-btn.png) no-repeat 50% 50%;
}
html[lang="ar"] #CMSForm .info {
  right: auto;
  left:-31px;
}
#CMSForm #submit {
  color: white;
  background-color: black;
  width: 100%;
  padding: 10px 16px!important;
  font-size: 18px;
  display: inline-block;
  margin:10px 0 20px 0!important;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  text-transform: uppercase;
}
.user-form input.valid  {
  background: rgba(71, 217, 47, 0.18);
}
.vError {
  display:none;
}
.errors .error {
  color:red;
}
input.error {
  background: rgba(217, 47, 47, 0.18);
}
.submit--progress {
  opacity:0.5;
}