@charset "utf-8";
/* @Third party plugins customization for smart-forms
------------------------------------------------------------ */
/* @jquery numeric spepper || added css adjustments for IE8+
-------------------------------------------------------------------- */
.stepper-wrap {
  position: relative;
  display: block;
  font: 11px Arial, sans-serif;
}
.stepper-wrap input {
  text-align: right;
  padding-right: 20px;
}
.stepper-btn-wrap {
  position: absolute;
  top: 0;
  right: -34px;
  width: 34px;
  height: 100%;
  overflow: hidden;
  background: #F5F5F5;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.stepper-btn-wrap a {
  display: block;
  height: 50%;
  overflow: hidden;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  background: #F5F5F5;
  cursor: default;
  color: #666;
}
.stepper-btn-wrap a:hover {
  background: #F9F9F9;
}
.stepper-btn-up:before,
.stepper-btn-dwn:before {
  content: '';
  border: 4px dashed;
  pointer-events: none;
  border-color: #9F9F9F transparent;
  border-color: #9F9F9F rgba(255, 255, 255, 0);
  position: absolute;
  right: 14px;
  z-index: 1;
  height: 0;
  top: 32%;
  width: 0;
}
.stepper-btn-up:before {
  border-bottom-style: solid;
  border-top: none;
}
.stepper-btn-dwn:before {
  margin-top: 10px;
  border-top-style: solid;
  border-bottom: none;
}
/* Spectrum color picker plugin || adjusted for smart-forms
 * https://github.com/bgrins/spectrum - V.1.7.0
----------------------------------------------------------------- */
.sp-container {
  position: absolute;
  display: inline-block;
  *display: inline;
  z-index: 9999994;
  overflow: hidden;
  *zoom: 1;
  left: 0;
  top: 0;
}
.sp-container.sp-flat {
  position: relative;
}
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sp-top {
  position: relative;
  display: inline-block;
  width: 100%;
}
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}
.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}
.sp-fill {
  padding-top: 80%;
}
.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
  display: block;
}
.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8;
}
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}
.sp-alpha-inner {
  border: solid 1px #333;
}
.sp-clear {
  display: none;
}
.sp-clear.sp-clear-display {
  background-position: center;
}
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}
.sp-dd,
.sp-clear,
.sp-alpha,
.sp-slider,
.sp-dragger,
.sp-preview,
.sp-alpha-handle,
.sp-container,
.sp-replacer,
.sp-container.sp-dragging .sp-input,
.sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}
.sp-palette-only .sp-picker-container {
  display: none;
}
.sp-palette-disabled .sp-palette-container {
  display: none;
}
.sp-initial-disabled .sp-initial {
  display: none;
}
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
  display: none !important;
}
.sp-cf:before,
.sp-cf:after {
  content: "";
  display: table;
}
.sp-cf:after {
  clear: both;
}
.sp-cf {
  *zoom: 1;
}
/* Hue slider bigger on mobile */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8;
}
/* Theme Authors
------------------------------ */
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #CFCFCF;
  padding: 0;
}
.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-top {
  margin-bottom: 3px;
}
.sp-color,
.sp-hue,
.sp-clear {
  border: solid 1px #666;
}
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container {
  width: 100%;
}
.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  border: 1px solid #bbb;
  background: #ffffff;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  color: #222;
  margin: 0;
}
.sp-input:focus {
  border-color: #6BACED;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 8px rgba(82, 168, 236, 0.7);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 8px rgba(82, 168, 236, 0.7);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 8px rgba(82, 168, 236, 0.7);
}
.sp-input.sp-validation-error {
  background: #FEEFE9;
  border-color: #E46B66;
}
.sp-input.sp-validation-error:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 8px rgba(228, 70, 52, 0);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 8px rgba(228, 70, 52, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 8px rgba(228, 70, 52, 0.7);
}
.sp-picker-container,
.sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}
.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}
.sp-palette-container {
  border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
  border: 0;
}
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}
.sp-thumb-el {
  position: relative;
}
.sp-initial {
  float: left;
  border: solid 1px #333;
}
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}
.sp-initial .sp-clear-display {
  background-position: center;
}
.sp-button-container,
.sp-palette-button-container {
  float: right;
}
.sp-replacer {
  cursor: pointer;
  overflow: hidden;
  padding: 4px 10px;
  position: absolute;
  background: #F5F5F5;
  vertical-align: middle;
  border: solid 1px #CFCFCF;
  border-width: 1px 1px 1px 0;
  display: inline-block;
  *display: inline;
  height: 100%;
  color: #333;
  margin: 0;
  *zoom: 1;
  right: 0;
}
.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #aaa;
  color: #111;
}
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}
.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 12px;
  color: #9F9F9F;
  position: relative;
  top: 6px;
}
.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  margin-top: 6px;
  float: left;
  z-index: 0;
}
.sp-palette {
  *width: 220px;
  max-width: 220px;
}
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}
.sp-container {
  padding-bottom: 0;
}
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}
.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
  border-color: #000;
}
.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
.sfcolor {
  padding-right: 63px;
}
.sfcolor .gui-input + .sp-replacer {
  width: 63px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* UI slider addons | labels + tooltips
--------------------------------------------  */
.ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 0.5em;
}
.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
  display: none;
}
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
  display: block;
}
.ui-slider-pips .ui-slider-pip {
  width: 2em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  font-size: 0.8em;
  color: #999;
  overflow: visible;
  text-align: center;
  top: 10px;
  left: 20px;
  margin-left: -1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-slider-pips .ui-slider-line {
  background: #999;
  width: 1px;
  height: 3px;
  position: absolute;
  left: 50%;
}
.ui-slider-pips .ui-slider-label {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1em;
  width: 2em;
}
.ui-slider-pip:hover .ui-slider-label {
  color: black;
  font-weight: bold;
}
.ui-slider-vertical.ui-slider-pips {
  margin-bottom: 1em;
  margin-right: 10px;
}
.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
  text-align: left;
  top: auto;
  left: 10px;
  margin-left: 0;
  margin-bottom: -0.5em;
}
.ui-slider-vertical.ui-slider-pips .ui-slider-line {
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
.ui-slider-vertical.ui-slider-pips .ui-slider-label {
  top: 50%;
  left: 0.5em;
  margin-left: 0;
  margin-top: -0.5em;
  width: 2em;
}
/* UI slider tooltips
------------------------------------------------------- */
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label {
  outline: none;
}
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
  position: absolute;
  visibility: hidden;
  margin-top: -10px;
  display: block;
  width: auto;
  padding: 5px 10px;
  margin-left: -50%;
  line-height: 20px;
  background: #000;
  border-radius: 3px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  -webkit-transition-duration: 200ms, 200ms, 0;
  -moz-transition-duration: 200ms, 200ms, 0;
  -ms-transition-duration: 200ms, 200ms, 0;
  transition-duration: 200ms, 200ms, 0;
  -webkit-transition-property: opacity, top, visibility;
  -moz-transition-property: opacity, top, visibility;
  -ms-transition-property: opacity, top, visibility;
  transition-property: opacity, top, visibility;
  -webkit-transition-delay: 0, 0, 200ms;
  -moz-transition-delay: 0, 0, 200ms;
  -ms-transition-delay: 0, 0, 200ms;
  transition-delay: 0, 0, 200ms;
}
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  opacity: 1;
  top: -30px;
  visibility: visible;
  -webkit-transition-delay: 200ms, 200ms, 0;
  -moz-transition-delay: 200ms, 200ms, 0;
  -ms-transition-delay: 200ms, 200ms, 0;
  transition-delay: 200ms, 200ms, 0;
}
.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  top: 42px;
}
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 32px;
  font-weight: normal;
}
/* Horizontal tooltip css triangle arrow
------------------------------------------------ */
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  content: " ";
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -6px;
  left: 30%;
}
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border-bottom: 8px solid #000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 0;
  top: -5px;
}
/* Vertical tooltip
-------------------------------------------- */
.ui-slider-vertical.ui-slider-float .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  width: auto;
  margin-left: 0px;
  left: -60px;
  color: #fff;
  -webkit-transition-duration: 200ms, 200ms, 0;
  -moz-transition-duration: 200ms, 200ms, 0;
  -ms-transition-duration: 200ms, 200ms, 0;
  transition-duration: 200ms, 200ms, 0;
  -webkit-transition-property: opacity, left, visibility;
  -moz-transition-property: opacity, left, visibility;
  -ms-transition-property: opacity, left, visibility;
  transition-property: opacity, left, visibility;
  -webkit-transition-delay: 0, 0, 200ms;
  -moz-transition-delay: 0, 0, 200ms;
  -ms-transition-delay: 0, 0, 200ms;
  transition-delay: 0, 0, 200ms;
}
.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
}
/* tooltips to right of slider
--------------------------------------------------------------- */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  left: 47px;
}
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  left: 37px;
}
/* tooltip css triangle arrow
------------------------------------------------------------ */
.ui-slider-vertical.ui-slider-float .ui-slider-tip:after,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border-left: 8px solid #000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -14px;
  margin-left: 0;
  top: auto;
  left: auto;
}
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border-right: 8px solid #000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 0;
  right: auto;
  left: -6px;
}
/* Smartforms modal
----------------------------------------------- */
.smartforms-px {
  text-align: center;
  display: block;
}
.smartforms-modal-footer {
  padding-bottom: 15px;
}
.smartforms-modal-scroll {
  overflow: hidden;
}
.smartforms-modal-trigger {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 3em auto;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  ffont-weight: 300;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #4EBD4A;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
  text-decoration: none;
  padding: 0 30px;
}
.smartforms-modal-header {
  position: relative;
  padding: 15px 20px;
  background-color: #4EBD4A;
  color: #fff;
}
.smartforms-modal-header h3 {
  margin: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 300;
}
.smartforms-modal-body {
  display: block;
}
.smartforms-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  height: 100%;
  width: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: scroll;
}
.smartforms-modal.smartforms-modal-visible {
  opacity: 1;
  filter: alpha(opacity=80);
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.smartforms-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 4em auto;
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.smartforms-modal-container .smartforms-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  line-height: 60px;
  background: #4EBD4A;
  opacity: 1;
  filter: alpha(opacity=100);
  font-family: Arial, Baskerville, monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-size: 28px;
  color: #fff;
  z-index: 10;
}
.smartforms-modal-container .smartforms-modal-close:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.smartforms-modal-visible .smartforms-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.smartforms-modal-container .wrap-full {
  width: 100%;
}
.smartforms-modal-container .smart-wrap {
  padding: 0;
}
.smartforms-modal-container .smart-container {
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 1170px) {
  .smartforms-modal-container {
    margin: 5em auto;
  }
}
/* jQuery-steps
--------------------------------------------- */
.wizard,
.tabcontrol {
  display: block;
  overflow: hidden;
  width: 100%;
}
.wizard:after,
.wizard:before,
.tabcontrol:after,
.tabcontrol:before,
.wizard > .steps:after,
.wizard > .steps:before,
.wizard > .content:after,
.wizard > .content:before {
  display: table;
  content: "";
  line-height: 0;
}
.wizard:after,
.tabcontrol:after,
.wizard > .steps:after,
.wizard > .content:after {
  clear: both;
}
.wizard a,
.tabcontrol a {
  outline: 0;
}
.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
.wizard > .steps {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.wizard > .steps .number {
  font-size: 1.429em;
}
.wizard > .steps > ul > li {
  width: 25%;
}
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #ECEDEE;
  cursor: default;
  color: #aaa;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  cursor: default;
  color: #fff;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}
.wizard > .content {
  display: block;
  margin: 0;
  min-height: 7em;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: auto;
}
.wizard.vertical > .content {
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  display: inline;
  width: 65%;
}
.wizard > .content > .body {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 8px;
  padding-right: 10px;
}
.wizard > .content > .body ul {
  list-style: disc !important;
}
.wizard > .content > .body ul > li {
  display: list-item;
}
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #fff;
  cursor: default;
  color: #fff;
}
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  z-index: 1;
  top: 1px;
}
.tabcontrol > .steps > ul > li {
  float: left;
  padding: 1px;
  margin: 5px 2px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  border: 0 none;
  margin: 0;
}
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
  display: list-item;
}
.wizard fieldset,
.tabcontrol fieldset {
  border: 0;
  position: relative;
  display: block;
  z-index: 1;
}
/* Customized for smartforms v.3
 * Add .smart-steps class to .form-body
-------------------------------------------------------------- */
.smart-steps .wizard > .content > .body {
  padding: 0;
  padding-right: 4px;
}
.smart-steps .wizard fieldset,
.smart-steps .tabcontrol fieldset {
  border: 0;
  position: relative;
  z-index: 1;
  display: block;
}
.smart-steps .wizard > .steps {
  position: relative;
}
.smart-steps .wizard > .steps a,
.smart-steps .wizard > .steps a:hover,
.smart-steps .wizard > .steps a:active {
  margin: 0;
  margin: 0 0 0.8em;
  text-align: center;
}
.smart-steps .wizard > .steps a,
.smart-steps .wizard > .steps a:hover,
.smart-steps .wizard > .steps a:active {
  height: 54px;
  line-height: 54px;
  padding: 0 1em;
  padding-left: 2em;
}
.smart-steps .wizard > .steps a {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.smart-steps .wizard > .steps a:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  right: -16px;
  -webkit-border-radius: 5px 2px 5px 0;
  -moz-border-radius: 5px 2px 5px 0;
  -o-border-radius: 5px 2px 5px 0;
  border-radius: 5px 2px 5px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: inherit;
  border-color: inherit;
  border: none;
  top: 7px;
  z-index: 1;
}
.smart-steps .wizard > .steps a:after {
  content: "";
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid #fff;
  position: absolute;
  left: 0;
  top: -1px;
}
.smart-steps .wizard > .steps li:first-child a:after,
.smart-steps .wizard > .steps li:last-child a:before {
  display: none;
}
/* vertical steps
-------------------------------------------------------------------- */
.smart-steps .wizard.vertical > .steps {
  overflow: visible;
}
.smart-steps .wizard.vertical > .steps li:last-child a:before {
  display: block;
}
.smart-steps .wizard.vertical > .steps a:after,
.smart-steps .wizard.vertical > .steps a:before,
.smart-steps .wizard.vertical > .steps li:last-child a:before {
  display: none;
}
.smart-steps .wizard.vertical > .steps .current a:before,
.smart-steps .wizard.vertical > .steps .current:last-child a:before {
  display: block;
}
.smart-steps .wizard.vertical > .steps a,
.smart-steps .wizard.vertical > .steps a:hover,
.smart-steps .wizard.vertical > .steps a:active {
  padding-left: 1em;
}
.smart-steps .wizard.vertical > .content {
  padding-left: 20px;
}
.smart-steps .wizard.vertical > .content {
  margin: 0;
  padding: 0 2px 20px 30px;
  width: 70%;
}
/* custom styling
-------------------------------------------------------------------- */
.smart-steps form {
  padding-bottom: 10px;
}
.smart-steps .wizard > .steps {
  position: relative;
  z-index: 99;
}
.smart-steps .xsteps {
  position: relative;
  z-index: 2;
}
.smart-steps .wizard > .steps .number {
  display: none;
}
.smart-container .step-group {
  padding-right: 5px;
}
.server-response {
  margin-bottom: 10px;
}
.smart-steps .wizard.vertical > .content .step-group {
  padding-right: 0;
}
.smart-container {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.steps-progress .wizard > .steps {
  overflow: visible;
  padding-bottom: 20px;
}
.steps-progress .wizard > .steps li:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 5px;
  width: 100%;
  bottom: 14px;
}
.steps-progress .wizard > .steps .disabled:before {
  background: #ECEDEE;
}
.steps-progress .wizard > .steps .current:before {
  background: #2184be;
}
.steps-progress .wizard > .steps .done:before {
  background: #9dc8e2;
}
.steps-progress .wizard > .steps .error:before {
  background: #ff3111;
}
.steps-progress .wizard > .steps .number {
  font-size: 11px;
  display: block;
  position: absolute;
  line-height: 22px;
  font-weight: bold;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  height: 24px;
  width: 24px;
  top: 57px;
  left: 25%;
}
.steps-progress .wizard > .steps .disabled .number {
  background: #ECEDEE;
}
.steps-progress .wizard > .steps .current .number {
  background: #2184be;
}
.steps-progress .wizard > .steps .done .number {
  background: #9dc8e2;
}
.steps-progress .wizard > .steps .error .number {
  background: #ff3111;
}
.smartform-box {
  background: #ECEDEE;
}
/* Number of steps
------------------------------------------------------ */
.stp-six .wizard > .steps > ul > li {
  width: 16.66%;
}
.stp-five .wizard > .steps > ul > li {
  width: 20%;
}
.stp-four .wizard > .steps > ul > li {
  width: 25%;
}
.stp-three .wizard > .steps > ul > li {
  width: 33.33%;
}
.stp-two .wizard > .steps > ul > li {
  width: 50%;
}
/* @Steps theme colors
------------------------------------------------------ */
/* @primary steps theme
------------------------------------------------------ */
.steps-theme-primary .wizard > .actions a,
.steps-theme-primary .wizard > .actions a:hover,
.steps-theme-primary .wizard > .actions a:active,
.steps-theme-primary .wizard > .steps .current a,
.steps-theme-primary .wizard > .steps .current a:hover,
.steps-theme-primary .wizard > .steps .current a:active,
.steps-theme-primary .wizard > .steps .current:before,
.steps-theme-primary .wizard > .steps .current .number {
  background: #4ebd4a;
  color: #fff;
}
.steps-theme-primary .wizard > .steps .done a,
.steps-theme-primary .wizard > .steps .done a:hover,
.steps-theme-primary .wizard > .steps .done a:active,
.steps-theme-primary .wizard > .steps .done:before,
.steps-theme-primary .wizard > .steps .done .number {
  background: #83D181;
  color: #fff;
}
/* @primary steps black
------------------------------------------------------ */
.steps-theme-black .wizard > .actions a,
.steps-theme-black .wizard > .actions a:hover,
.steps-theme-black .wizard > .actions a:active,
.steps-theme-black .wizard > .steps .current a,
.steps-theme-black .wizard > .steps .current a:hover,
.steps-theme-black .wizard > .steps .current a:active,
.steps-theme-black .wizard > .steps .current:before,
.steps-theme-black .wizard > .steps .current .number {
  background: #505558;
  color: #fff;
}
.steps-theme-black .wizard > .steps .done a,
.steps-theme-black .wizard > .steps .done a:hover,
.steps-theme-black .wizard > .steps .done a:active,
.steps-theme-black .wizard > .steps .done:before,
.steps-theme-black .wizard > .steps .done .number {
  background: #80898C;
  color: #fff;
}
/* @primary steps blue
------------------------------------------------------ */
.steps-theme-blue .wizard > .actions a,
.steps-theme-blue .wizard > .actions a:hover,
.steps-theme-blue .wizard > .actions a:active,
.steps-theme-blue .wizard > .steps .current a,
.steps-theme-blue .wizard > .steps .current a:hover,
.steps-theme-blue .wizard > .steps .current a:active,
.steps-theme-blue .wizard > .steps .current:before,
.steps-theme-blue .wizard > .steps .current .number {
  background: #00acee;
  color: #fff;
}
.steps-theme-blue .wizard > .steps .done a,
.steps-theme-blue .wizard > .steps .done a:hover,
.steps-theme-blue .wizard > .steps .done a:active,
.steps-theme-blue .wizard > .steps .done:before,
.steps-theme-blue .wizard > .steps .done .number {
  background: #53CFFF;
  color: #fff;
}
/* @primary steps green
------------------------------------------------------ */
.steps-theme-green .wizard > .actions a,
.steps-theme-green .wizard > .actions a:hover,
.steps-theme-green .wizard > .actions a:active,
.steps-theme-green .wizard > .steps .current a,
.steps-theme-green .wizard > .steps .current a:hover,
.steps-theme-green .wizard > .steps .current a:active,
.steps-theme-green .wizard > .steps .current:before,
.steps-theme-green .wizard > .steps .current .number {
  background: #0E993C;
  color: #fff;
}
.steps-theme-green .wizard > .steps .done a,
.steps-theme-green .wizard > .steps .done a:hover,
.steps-theme-green .wizard > .steps .done a:active,
.steps-theme-green .wizard > .steps .done:before,
.steps-theme-green .wizard > .steps .done .number {
  background: #0FC654;
  color: #fff;
}
/* @primary steps purple
------------------------------------------------------ */
.steps-theme-purple .wizard > .actions a,
.steps-theme-purple .wizard > .actions a:hover,
.steps-theme-purple .wizard > .actions a:active,
.steps-theme-purple .wizard > .steps .current a,
.steps-theme-purple .wizard > .steps .current a:hover,
.steps-theme-purple .wizard > .steps .current a:active,
.steps-theme-purple .wizard > .steps .current:before,
.steps-theme-purple .wizard > .steps .current .number {
  background: #9464e2;
  color: #fff;
}
.steps-theme-purple .wizard > .steps .done a,
.steps-theme-purple .wizard > .steps .done a:hover,
.steps-theme-purple .wizard > .steps .done a:active,
.steps-theme-purple .wizard > .steps .done:before,
.steps-theme-purple .wizard > .steps .done .number {
  background: #BB9BEC;
  color: #fff;
}
/* @primary steps red
------------------------------------------------------ */
.steps-theme-red .wizard > .actions a,
.steps-theme-red .wizard > .actions a:hover,
.steps-theme-red .wizard > .actions a:active,
.steps-theme-red .wizard > .steps .current a,
.steps-theme-red .wizard > .steps .current a:hover,
.steps-theme-red .wizard > .steps .current a:active,
.steps-theme-red .wizard > .steps .current:before,
.steps-theme-red .wizard > .steps .current .number {
  background: #ee4f3d;
  color: #fff;
}
.steps-theme-red .wizard > .steps .done a,
.steps-theme-red .wizard > .steps .done a:hover,
.steps-theme-red .wizard > .steps .done a:active,
.steps-theme-red .wizard > .steps .done:before,
.steps-theme-red .wizard > .steps .done .number {
  background: #F27D71;
  color: #fff;
}
/* @primary steps yellow
------------------------------------------------------ */
.steps-theme-yellow .wizard > .actions a,
.steps-theme-yellow .wizard > .actions a:hover,
.steps-theme-yellow .wizard > .actions a:active,
.steps-theme-yellow .wizard > .steps .current a,
.steps-theme-yellow .wizard > .steps .current a:hover,
.steps-theme-yellow .wizard > .steps .current a:active,
.steps-theme-yellow .wizard > .steps .current:before,
.steps-theme-yellow .wizard > .steps .current .number {
  background: #faa226;
  color: #fff;
}
.steps-theme-yellow .wizard > .steps .done a,
.steps-theme-yellow .wizard > .steps .done a:hover,
.steps-theme-yellow .wizard > .steps .done a:active,
.steps-theme-yellow .wizard > .steps .done:before,
.steps-theme-yellow .wizard > .steps .done .number {
  background: #F2B96A;
  color: #fff;
}
/* @All themes error step
---------------------------------------------------- */
.steps-theme-red .wizard > .steps .error a,
.steps-theme-red .wizard > .steps .error a:hover,
.steps-theme-red .wizard > .steps .error a:active,
.steps-theme-red .wizard > .steps .error:before,
.steps-theme-red .wizard > .steps .error .number,
.steps-theme-blue .wizard > .steps .error a,
.steps-theme-blue .wizard > .steps .error a:hover,
.steps-theme-blue .wizard > .steps .error a:active,
.steps-theme-blue .wizard > .steps .error:before,
.steps-theme-blue .wizard > .steps .error .number,
.steps-theme-green .wizard > .steps .error a,
.steps-theme-green .wizard > .steps .error a:hover,
.steps-theme-green .wizard > .steps .error a:active,
.steps-theme-green .wizard > .steps .error:before,
.steps-theme-green .wizard > .steps .error .number,
.steps-theme-black .wizard > .steps .error a,
.steps-theme-black .wizard > .steps .error a:hover,
.steps-theme-black .wizard > .steps .error a:active,
.steps-theme-black .wizard > .steps .error:before,
.steps-theme-black .wizard > .steps .error .number,
.steps-theme-purple .wizard > .steps .error a,
.steps-theme-purple .wizard > .steps .error a:hover,
.steps-theme-purple .wizard > .steps .error a:active,
.steps-theme-purple .wizard > .steps .error:before,
.steps-theme-purple .wizard > .steps .error .number,
.steps-theme-yellow .wizard > .steps .error a,
.steps-theme-yellow .wizard > .steps .error a:hover,
.steps-theme-yellow .wizard > .steps .error a:active,
.steps-theme-yellow .wizard > .steps .error:before,
.steps-theme-yellow .wizard > .steps .error .number,
.steps-theme-primary .wizard > .steps .error a,
.steps-theme-primary .wizard > .steps .error a:hover,
.steps-theme-primary .wizard > .steps .error a:active,
.steps-theme-primary .wizard > .steps .error:before,
.steps-theme-primary .wizard > .steps .error .number {
  background: #ff3111;
  color: #fff;
}
@media (max-width: 800px) {
  .wizard > .steps > ul > li {
    width: 100%;
  }
  .smart-steps .wizard > .steps > ul > li {
    width: 100%;
  }
  .smart-steps .wizard > .steps a:after,
  .smart-steps .wizard > .steps a:before {
    display: none!important;
  }
  .smart-steps .wizard.vertical > .steps {
    display: block;
    float: none;
    width: 100%;
  }
  .smart-steps .wizard.vertical > .content {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-right: 5px;
  }
  .steps-progress .wizard > .steps {
    overflow: visible;
    padding-bottom: 10px;
  }
  .steps-progress .wizard > .steps .number,
  .steps-progress .wizard > .steps li:before {
    display: none;
  }
}
@media (max-width: 400px) {
  .smart-steps .wizard > .actions a,
  .smart-steps .wizard > .actions li,
  .smart-steps .wizard > .actions > ul {
    display: block;
  }
  .smart-steps .wizard > .actions a {
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=smart-addons.css.map */