﻿.dummy {
  color: #000; }

#form-content {
  margin-bottom: 4px; }

input[type="number"] {
  text-align: right; }

.form-horizontal {
  margin-bottom: 5px;
  padding: 5px 5px 5px 5px; }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 2px; }

.control-help {
  margin-top: 1px; }

.control-help:hover {
  color: #999;
  text-decoration: none; }

.control-help > .fa:hover {
  text-decoration: none; }

.help-block {
  margin-bottom: 4px; }

.form-link {
  padding-top: 7px; }

.control-label.custom-label {
  line-height: 1em;
  padding-top: 0; }

.phone-group {
  width: 100%; }

.form-phone-select select {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #a7a7a7;
  font-size: 12px;
  height: 28px;
  padding: 5px 10px;
  width: 150%; }

.form-phone-select {
  background: #e5e5e5;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 20%;
  min-width: 80px; }

.form-phone-select .fa {
  color: #a7a7a7;
  font-size: 1.5em;
  padding-top: 5px;
  pointer-events: none;
  position: absolute;
  right: 0; }

.hidden-phone {
  display: none; }

.field-icon {
  float: right;
  margin-right: 2%;
  margin-top: -25px;
  position: relative;
  z-index: 2; }

#form-title {
  border-bottom: 1px solid #d1d1d1; }

.progress {
  margin-bottom: 4px; }

.processing-success {
  color: #468847; }

.processing-failure {
  color: #f00; }

#form-processing {
  background: url("/Images/Widgets/GrayProgress64.gif") no-repeat center;
  display: none;
  font: normal 16px Tahoma, Geneva, sans-serif;
  height: 64px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  overflow: auto;
  padding: 10px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 64px;
  z-index: 1001; }

#processing-graphic {
    background: url("/Images/Widgets/GrayProgress64.gif") no-repeat center;
    display: none;
    font: normal 16px Tahoma, Geneva, sans-serif;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    overflow: auto;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 100px;
    z-index: 1050;
}

/* The message box is shown when the user clicks on the password field */
#passwordMessage, #confirmPasswordMessage {
  display: none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 50%;
  margin-left: auto;
  margin-right: auto; }

#passwordMessage p, #confirmPasswordMessage p {
  padding: 5px 35px;
  font-size: 14px; }

/* Add a green text color and a checkmark when the requirements are right */
.pwd-valid {
  color: black; }

.pwd-valid:before {
  position: relative;
  left: -35px;
  content: "✔"; }

/* Add a red text color and an "x" when the requirements are wrong */
.pwd-invalid {
  color: red; }

.pwd-invalid.black {
  color: black; }

.pwd-invalid:before {
  position: relative;
  left: -35px;
  content: "✖"; }
