/* steps */
.steps-forms {
  overflow: hidden;
  width: 480px;
  position: relative;
  margin: 20px auto 0;
  padding: 20px;
  background-color: #efefef;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
}


/* nav */
.steps-nav {
  height: 69px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.steps-nav li {
  width: 100px !important;
  float: left !important;
  position: relative !important;
  z-index: 1;
  margin: 0 !important;
  padding: 10px 16px 10px 40px !important;
  background-color: #323945;
  color: #fff;
  line-height: 1em !important;
}

.steps-nav li:first-child {
  padding: 10px 16px 10px 24px;
}

.steps-nav li:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 34px solid transparent;
  border-left: 24px solid #323945;
  border-bottom: 34px solid transparent;
}

.steps-nav li.completed {
  z-index: 20;
}

.steps-nav li.active {
  z-index: 10;
  background-color: #e99719;
}

.steps-nav li.active:after {
  border-left-color: #e99719;
}

.steps-nav strong {
  display: block;
  font-size: 18px;
  line-height: 1em;
}


/* form */
.steps-form {
  width:100%;
  overflow: hidden;
  position: absolute;
  top: 89px;
  left: 520px;
  margin: 20px 24px 0;
  -webkit-transition: left .2s linear;
  -moz-transition: left .2s linear;
  transition: left .2s linear;
}

.steps-form.completed {
  left: -520px;
}

.steps-form.active {
  position: relative;
  top: 0;
  left: 0;
}

.steps-form a {
  color: #08c;
  text-decoration: none;
}

.steps-form a:hover, .steps-form a:focus {
  text-decoration: underline;
}

.steps-form input, .steps-form select, .steps-form textarea {
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.steps-form fieldset {
  margin: 0;
  padding: 10px 0 0;
  border: none;
}

.steps-form fieldset:after {
  display: block;
  content: '';
  clear: both;
}

.steps-form .text, .steps-form textarea {
  width: 240px;
//  height: 18px;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  line-height: 18px;
}

.steps-form .text {}

.steps-form textarea {
  min-width: 240px;
  min-height: 54px;
  max-height: 162px;
  resize: vertical;
}

.steps-form .text-small {
  width: 37px;
}

.steps-form .text-medium {
  width: 177px;
}

.steps-form select {
  width: 262px;
}

.steps-form input.error {
  border-color: #cd0a0a;
}

.steps-form input[type='checkbox'].error {
  outline: 1px solid #cd0a0a;
}

.label-right {
  width: 110px;
  min-height: 28px;
  float: left;
  padding: 5px 10px 5px 0;
  line-height: 18px;
}

.label-checkbox {
  display: block;
  margin: 0 25px 0 120px;
  padding: 4px 0 0;
}

.label-checkbox label {
  margin: 0 10px 0 0;
}

.label-checkbox-item {
  display: inline-block;
  vertical-align: top;
  width: 140px;
}


.label-checkbox input {
  margin: 0 5px 0 0;
  padding: 0;
}

.ui-datepicker {
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.steps-form h2 {
  margin: 20px 0 0 120px;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
}

.form-error {
  display: none;
  width: 242px;
  margin: 20px 0 0 120px;
  padding: 5px 10px;
  background-color: #ffe5e5;
  color: #cd0a0a;
}

.form-error h3, .form-error p {
  margin: 0 !important;
  padding: 0 !important;
}

.form-footer {
  margin: 20px 0 0 120px;
}

.form-button {
  margin: 0 !important;
  padding: 8px 18px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px !important;
  border: none;
  background: #7abcff !important;
  background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)) !important;
  background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%) !important;
  background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%) !important;
  background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%) !important;
  background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ) !important;
  color: #fff !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 0 #00466d !important;
  cursor: pointer !important;
}

.form-button:hover, .form-button:focus {
  background: #7abcff !important;
}

.form-button:active {
  background-color: #4096ee !important;
}

.form-button-gray {
  background: #cedce7 !important;
  background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)) !important;
  background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%) !important;
  background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%) !important;
  background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%) !important;
  background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ) !important;
  text-shadow: 0 1px 0 #666 !important;
}

.form-button-gray:hover, .form-button-gray:focus {
  background: #596a72 !important;
}

.form-button-gray:active {
  background: #cedce7 !important;
}

.captcha-img {
  float: left;
  margin: 3px 5px 0 0;
}

.captcha-refresh {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 7px 0 0 0;
  background-image: url(/wp-content/plugins/exstepform/assets/images/refresh.gif);
  background-repeat: no-repeat;
  cursor: pointer;
}

.steps-form .flake {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0 0;
  color: #cd0a0a;
}