﻿/*predefined color for selected item, elapsed progress*/
/*to indicate FormStep, FormHidden in EditView*/
.EPiServerForms .Form__MainBody {
  margin-left: 13px; }

.EPiServerForms .Form__Element {
  margin-right: 7px;
  margin-bottom: 5px; }
  .EPiServerForms .Form__Element .block {
    padding: 0; }
  .EPiServerForms .Form__Element .Form__Element__Caption {
    display: block;
    color: #666;
    font-weight: 400; }
  .EPiServerForms .Form__Element .Form__Element__ValidationError {
    color: red; }
  .EPiServerForms .Form__Element.ValidationFail .FormTextbox__Input {
    border-color: red; }

.EPiServerForms .FormTextbox__Input,
.EPiServerForms select {
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  font-size: 17px;
  height: 34px;
  padding: 6px 12px !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.EPiServerForms .FormTextbox .FormTextbox__Input,
.EPiServerForms .FormTextbox--Textarea .FormTextbox__Input,
.EPiServerForms .FormTextbox--Number .FormTextbox__Input {
  width: 100%; }

.EPiServerForms .FormTextbox--Textarea .FormTextbox__Input {
  height: auto;
  min-height: 34px; }

@media (max-width: 426px) {
  .EPiServerForms .FormFileUpload .FormFileUpload__Input {
    width: 100%; } }

.EPiServerForms .FormSelection select {
  width: 100%;
  height: auto; }

.EPiServerForms .FormChoice > label {
  display: block;
  width: 100%; }

.EPiServerForms .FormChoice--Image label {
  width: auto; }

.EPiServerForms .FormChoice--Image .FormChoice--Image__Item {
  text-align: left;
  vertical-align: top; }
  .EPiServerForms .FormChoice--Image .FormChoice--Image__Item .FormChoice--Image__Item__Label {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .EPiServerForms .FormChoice--Image .FormChoice--Image__Item img {
    display: inline-block;
    max-width: 100%; }

.EPiServerForms .FormRange {
  width: 100%; }
  .EPiServerForms .FormRange .FormRange__Input {
    margin: 0;
    padding: 0;
    display: inline-block;
    max-width: 91%; }
    @media (min-width: 426px) and (max-width: 1024px) {
      .EPiServerForms .FormRange .FormRange__Input {
        max-width: 91%; } }
    @media (max-width: 426px) {
      .EPiServerForms .FormRange .FormRange__Input {
        max-width: 84%; } }
  .EPiServerForms .FormRange .FormRange__Min {
    display: inline-block; }
  .EPiServerForms .FormRange .FormRange__Max {
    display: inline-block; }
  .EPiServerForms .FormRange .Form__Element__Caption {
    display: inline-block;
    min-width: 0; }
  .EPiServerForms .FormRange .range-slider {
    display: block;
    width: 100%; }
  .EPiServerForms .FormRange .FormRange__Value {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 10px;
    vertical-align: text-bottom; }

.EPiServerForms .FormCaptcha .FormTextbox__Input {
  display: block;
  margin: 10px 0;
  min-width: 8rem;
  width: auto; }

.EPiServerForms input[type=submit],
.EPiServerForms button[type=submit] {
  background: #208bbc;
  border-radius: 3px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin: 5px 5px 5px 0;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: normal; }
  .EPiServerForms input[type=submit]:hover,
  .EPiServerForms button[type=submit]:hover {
    background: #fff !important;
    color: #208bbc !important; }

.EPiServerForms input[type=reset] {
  border-radius: 3px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin: 5px 5px 5px 0;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: normal; }

.EPiServerForms .Form__Status .Form__Success__Message {
  color: #5cb85c;
  background-color: transparent; }

.EPiServerForms .Form__NavigationBar {
  text-align: center; }
  .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
    border-radius: 3px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 5px 3px 5px 3px;
    padding: 3px 10px;
    text-transform: uppercase;
    white-space: normal;
    height: auto;
    max-width: none;
    width: auto;
    font-size: 1.3vh; }
  .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
    border: none;
    text-align: center;
    width: auto;
    /*margin: 4%;*/ }
    .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress {
      display: none; }
    .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Text {
      display: inline-block;
      /*turn off this style to show text "Page 1/4" of progress bar*/ }
